Week ending June 23, 2019. *Triaged:* https://code.djangoproject.com/ticket/30570 - Integrity errors in Django project with custom User model. (worksforme) https://code.djangoproject.com/ticket/30568 - Definition of URLconf appears in tutorial 3; first mention is in tutorial 1. (wontfix) https://code.djangoproject.com/ticket/30567 - Start passing FileResponse.block_size to wsgi.file_wrapper. (accepted) https://code.djangoproject.com/ticket/30571 - Incorrect value of kwargs in pre_init signal documentation. (invalid) https://code.djangoproject.com/ticket/30572 - Composed queries cannot change the list of columns with values()/values_list(). (created) https://code.djangoproject.com/ticket/30573 - Don't assume that things are "easy"/"obvious"/"simple" in the docs. (accepted) https://code.djangoproject.com/ticket/30574 - Support join tables query over two tables without foreign key. (invalid) https://code.djangoproject.com/ticket/30575 - Union of TruncBase annotations with different tzinfo apply `convert_value` of last tzinfo. (wontfix) https://code.djangoproject.com/ticket/30576 - Code not working on Django Tutorial part 6. (worksforme) https://code.djangoproject.com/ticket/30578 - SelectDateWidget doesn't use DATE formats properly when settings.USE_L10N=False. (accepted) https://code.djangoproject.com/ticket/30579 - Add management command to delete all tables. (wontfix) https://code.djangoproject.com/ticket/30582 - Redirect by using 307/308 instead of 301/302. (wontfix) https://code.djangoproject.com/ticket/30583 - XML serializer doesn't handle JSONFields. (accepted)
*Reviewed/committed:* https://github.com/django/django/pull/11483 - Fixed typos and example in signals.pre_init docs. https://github.com/django/django/pull/10554 - Fixed #29834 -- Fixed column mismatch crash with QuerySet.values()/values_list() and order_by() on combined querysets. https://github.com/django/django/pull/11209 - Fixed #30451 -- Added ASGI handler and coroutine-safety. https://github.com/django/django/pull/11298 - Fixed #30421 -- Allowed symmetrical intermediate table for self-referential ManyToManyField. https://github.com/django/django/pull/11498 - Bumped minimum ESLint version to 4.18.2. *Reviewed:* https://github.com/django/django/pull/11478 - Fixed #30547 -- Doc'd how Meta.constraints affect model validation. https://github.com/django/django/pull/11484 - Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like object. *Authored:* https://github.com/django/django/pull/11485 - Fixed LiveWidgetTests.test_textarea_trailing_newlines() crash on Chrome 75+. https://github.com/django/django/pull/11490 - Fixed #30572 -- Prevented values()/values_list() on combined queryset from mutating the list of columns in querysets. Best regards, Mariusz -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/e8de881e-b1aa-417b-9ff0-c46b4c8079a8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
