Re: Fellow Reports - July 2019

2019-07-21 Thread Mariusz Felisiak
Week ending July 21, 2019. *Triaged:* https://code.djangoproject.com/ticket/30636 - mysqldump crash when --defaults-file is not given before other options. (accepted) https://code.djangoproject.com/ticket/30637 - SearchVectorField and SearchVector should be combinable. (accepted) https://code.dj

Re: Django Async DEP

2019-07-21 Thread Andrew Godwin
OK, here is some of the feedback from the Technical Board, aggregated together: * There were questions around contextvars and if they might supplant the need for a threading.local override - I clarified why this doesn't work in the DEP. * Several board members queried around how we might distingu

Re: Django Async DEP

2019-07-21 Thread Andrew Godwin
On Sun, Jul 21, 2019 at 1:11 PM Ehigie Aito wrote: > Django 3.0? > Django follows time-based releases; what's in Django 3.0 will depend on when we can get it landed. At the moment I am optimistic something will make it in, but I make no promises! Andrew -- You received this message because yo

Re: Django Async DEP

2019-07-21 Thread Ehigie Aito
Django 3.0? On Sun, Jul 21, 2019 at 9:02 PM Andrew Godwin wrote: > I'll ask permission and then summarise the points raised back out here! > > Andrew > > On Sun, Jul 21, 2019 at 1:01 PM Jacob Kaplan-Moss > wrote: > >> Congratulations, and great news! >> >> I hope the TB will consider sharing de

Re: Django Async DEP

2019-07-21 Thread Andrew Godwin
I'll ask permission and then summarise the points raised back out here! Andrew On Sun, Jul 21, 2019 at 1:01 PM Jacob Kaplan-Moss wrote: > Congratulations, and great news! > > I hope the TB will consider sharing details and/or a summary of the "long > and involved vote"; I'll bet there's a bunch

Re: Django Async DEP

2019-07-21 Thread Jacob Kaplan-Moss
Congratulations, and great news! I hope the TB will consider sharing details and/or a summary of the "long and involved vote"; I'll bet there's a bunch the broader community could learn from the specifics. Jacob On Sun, Jul 21, 2019 at 3:54 PM Andrew Godwin wrote: > Hi everyone, > > After a lo

Re: Django Async DEP

2019-07-21 Thread Andrew Godwin
Hi everyone, After a long and involved vote, I can announce that the Technical Board has voted in favour of DEP 0009 (Async Django), and so the DEP has been moved to the "accepted" state. As some may have seen, I've started work on adding async support to views ( https://github.com/django/django/

Re: Discuss https://github.com/django/django/pull/11157

2019-07-21 Thread Petr Glotov
Overriding render_to_response() would take creating an instance of StreamingHttpResponse with streaming_content kwarg using self.resolve_template(), self.resolve_content() and applying self.make_bytes() to it? It's possible but as a user i'd rather not need to know how Django's TemplateView ope

Re: select quantity for each items selected in many to many field

2019-07-21 Thread Adam Johnson
Hi! I think you've found the wrong mailing list for this post. This mailing list is for the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely to answer yo