Week ending April 12, 2020. *Triaged:* https://code.djangoproject.com/ticket/31428 - Allow empty message in management command stdout and stderr proxies. (accepted) https://code.djangoproject.com/ticket/29069 - Static file serving does not call request_finished signal. (fixed) https://code.djangoproject.com/ticket/31431 - Coverage integration with multiprocessed Django tests. (wontfix) https://code.djangoproject.com/ticket/31432 - Conform to HTTP Status Code RFC's redirect classes. (wontfix) https://code.djangoproject.com/ticket/31430 - Bug in django.test.client.Client._handle_redirects. (invalid) https://code.djangoproject.com/ticket/31429 - Django test client adds carriage return on empty request. (needsinfo) https://code.djangoproject.com/ticket/31433 - Model.objects.create() doesn't utilize caching for prefetches defined on the ObjectManager. (invalid) https://code.djangoproject.com/ticket/31425 - Support for Clear-Site-Data header. (Someday/Maybe) https://code.djangoproject.com/ticket/31434 - Enhancement in the default __str__() function. (wontfix) https://code.djangoproject.com/ticket/30966 - Migration crashes due to foreign key issue, depending on otherwise irrelevant order on MySQL. (fixed) https://code.djangoproject.com/ticket/31436 - format_html_join() should be able to handle named placeholders. (wontfix) https://code.djangoproject.com/ticket/31435 - RecursionError when deleting a model with one to many relationship. (invalid) https://code.djangoproject.com/ticket/31437 - Invalid model structure used in tests. (accepted) https://code.djangoproject.com/ticket/31439 - Integrate Django with Angular JS. (invalid) https://code.djangoproject.com/ticket/31438 - Current user in form. (invalid) https://code.djangoproject.com/ticket/31440 - Add a standard way to set deferrable constraints. (wontfix) https://code.djangoproject.com/ticket/31445 - Chain of unions leads to incorrect SQL query on MariaDB < 10.4 and MySQL. (accepted) https://code.djangoproject.com/ticket/31446 - Annotate with ExpressionWrapper gives wrong result on date field. (invalid) https://code.djangoproject.com/ticket/31447 - ManifestStaticFilesStorage should have file exclude patterns. (wontfix) https://code.djangoproject.com/ticket/31449 - Autocomplete doesn't work when ForeignKey to_field is not pk. (duplicate) https://code.djangoproject.com/ticket/31448 - Support HTML messages in send_mass_mail(). (wontfix) https://code.djangoproject.com/ticket/31451 - Settings are cleaned insufficiently. (accepted) https://code.djangoproject.com/ticket/31453 - Avoid comparison against a boolean value for Exists(). (fixed)
*Reviewed/committed:* https://github.com/django/django/pull/12663 - Fixed #31420 -- Fixed crash when filtering subquery annotation against a SimpleLazyObject. https://github.com/django/django/pull/12669 - Fixed #31426 -- Added proper field validation to QuerySet.order_by(). https://github.com/django/django/pull/12668 - Fixed #31030 -- Registered SQLite functions as deterministic on Python 3.8+. https://github.com/django/django/pull/12671 - Fixed #31428 -- Allowed empty message in management command self.stdout/err proxies. https://github.com/django/django/pull/12665 - Refs #27666 -- Ensured relationship consistency on delayed reloads. https://github.com/django/django/pull/12680 - Added more tests for loaddata/dumpdata with forward and circular references. https://github.com/django/django/pull/12458 - Fixed #31051 -- Allowed dumpdata to handle circular references in natural keys. https://github.com/django/django/pull/12684 - Fixed #31437 -- Corrected tests to show abstract multiple inheritance system check error. https://github.com/django/django/pull/12678 - Fixed #30779 -- Improved selection of filenames in technical 500 debug page. https://github.com/django/django/pull/12656 - Fixed #13009 -- Added BoundField.widget_type property. https://github.com/django/django/pull/12664 - Migration operations cleanups. https://github.com/django/django/pull/12559 - Fixed #31351 -- Added system checks for partial indexes and unique constraints support. *Reviewed:* https://github.com/django/django/pull/12691 - Fixed #31407 -- Fixed unawaited coroutine warning for Python 3.8+. *Authored:* https://github.com/django/django/pull/12670 - Fixed Sphinx warnings. https://github.com/django/django/pull/12682 - Refs #30966 -- Added test for reloading related model state on non-relational changes. https://github.com/django/django/pull/12698 - Fixed term warnings on Sphinx 3.0.1+. 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 django-developers+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/1f67309b-6002-4797-a784-ea66be2976c3%40googlegroups.com.