Re: Vendoring Select2

2017-06-15 Thread Johannes Hoppe
Hello again!After some consideration, I am against dropping noConflict and will not rely on it in my pull request. I also found a work around. For that workaround to work I will need to fix a bug in django.forms first. I will do that in a separate PR.I hope I can get all this done before the 2.0 fe

Re: Follow-up to #28307: Possible app_template improvements

2017-06-15 Thread Adam Johnson
I agree with Aymeric and Curtis too. You could distribute your startapp template as a third party package, even overriding the built startapp manage command to use your template by default. On 15 June 2017 at 07:16, Curtis Maloney wrote: > > > On 15/06/17 16:14, Aymeric Augustin wrote: > >> Hell

Re: On ASGI...

2017-06-15 Thread Andrew Godwin
Ah, I see, you are assuming sticky sockets. That makes things a lot easier to architecture, but a whole lot harder to load-balance (you have to get your load-balancer to deliberately close sockets when a server is overloaded as many will not go away by themselves). Still, it makes scaling down a l