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
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
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
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
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
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
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/
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
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