Week ending July 26, 2020. Released Django 3.1rc1.
*Triaged:* https://code.djangoproject.com/ticket/31799 - Queryset.update() examine Fields which has auto_now=True (duplicate) https://code.djangoproject.com/ticket/31802 - Add system check for SITE_ID. (accepted) https://code.djangoproject.com/ticket/31805 - MySQL Schema tests fail when table names are case-insensitive. (accepted) https://code.djangoproject.com/ticket/31807 - Whether support more secure method to generate session id (wontfix) https://code.djangoproject.com/ticket/31803 - Should ModelState.field_cache be documented? (wontfix) https://code.djangoproject.com/ticket/31806 - Make validators include the provided value in ValidationError (accepted) https://code.djangoproject.com/ticket/31808 - Django causes latest setuptools to issue "UserWarning: Distutils was imported before Setuptools. (invalid) https://code.djangoproject.com/ticket/31809 - Regex URL patterns with conditional capture break default values in view functions (invalid) https://code.djangoproject.com/ticket/31810 - HttpRequest.headers doesn't contain headers without HTTP prefix. (invalid) https://code.djangoproject.com/ticket/31814 - CACHE_MIDDLEWARE_ALIAS default is missing quotation marks. (accepted) https://code.djangoproject.com/ticket/31818 - Allow `startproject` to ignore patterns / folders (duplicate) https://code.djangoproject.com/ticket/31816 - StreamingHttpResponse docs incorrectly specifies strings. (accepted) https://code.djangoproject.com/ticket/31817 - sanitize_address() raises TypeError for bytestrings. (wontfix) https://code.djangoproject.com/ticket/31815 - CheckConstraint() with unicode parameters crashes on PostgreSQL. (accepted) https://code.djangoproject.com/ticket/31812 - The `model` attribute of image fields doesn't point to concrete model. (accepted) https://code.djangoproject.com/ticket/31821 - FILE_UPLOAD_PERMISSIONS docs contain outdated note. (accepted) https://code.djangoproject.com/ticket/31820 - CheckboxSelectMultiple widget doesn't work with TextChoices enabled CharFields (invalid) https://code.djangoproject.com/ticket/31823 - Add Support for Fetch Metadata Request Headers (someday/maybe) https://code.djangoproject.com/ticket/31822 - Add support for item_comments to syndication framework (accepted) https://code.djangoproject.com/ticket/31824 - Internal Server Error while rendering template (invalid) *Reviewed/committed:* https://github.com/django/django/pull/13192 - Fixed #31784 -- Fixed sending emails crash on Python 3.6.11+, 3.7.8+, and 3.8.4+. https://github.com/django/django/pull/13106 - Improved description of USE_THOUSAND_SEPARATOR setting. https://github.com/django/django/pull/13162 - Fixed #31769 -- Improved default naming of merged migrations. https://github.com/django/django/pull/13209 - Fixed #31720 -- Defined default output_field of BoolAnd() and BoolOr() aggregate functions and added examples to docs. https://github.com/django/django/pull/13218 - Reverted "Fixed #30300 -- Allowed migrations to be loaded from directories without __init__.py file." https://github.com/django/django/pull/13153 - Fixed #31765 -- Disabled bundled SQLite renaming atomic references on macOS 10.15. https://github.com/django/django/pull/13194 - Doc'd Model.MultipleObjectsReturned docs and improved documentation related with models exceptions. https://github.com/django/django/pull/13225 - Fixed #31814 -- Fixed typo in docs/ref/settings.txt. https://github.com/django/django/pull/13229 - Fixed #31816 -- Corrected the expected content type in StreamingHttpResponse docs. https://github.com/django/django/pull/13231 - Fixed #31821 -- Removed outdated note in FILE_UPLOAD_PERMISSIONS docs. https://github.com/django/django/pull/13226 - Fixed #31802 -- Added system check for non-integer SITE_ID. https://github.com/django/django/pull/13233 - Fixed #31812 -- Fixed FileField.model for fields defined in abstract models. *Reviewed:* https://github.com/django/django/pull/12310 - Fixed #31180 -- Configured applications automatically. *Authored:* https://github.com/django/django/pull/13215 - Fixed #31797 -- Skipped schema tests on specific MariaDB versions. https://github.com/django/django/pull/13221 - Fixed #31805 -- Fixed SchemaTests.tearDown() when table names are case-insensitive. https://github.com/django/django/pull/13235 - Fixed #31815 -- Fixed schema value encoding on PostgreSQL. Best, 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/159fa852-4cb0-47ef-9f93-e3c1b2967fd6n%40googlegroups.com.