Week ending December 8, 2019. *Triaged:* https://code.djangoproject.com/ticket/31049 - BooleanField error. (duplicate) https://code.djangoproject.com/ticket/31046 - Support callable values in through_defaults. (accepted) https://code.djangoproject.com/ticket/31045 - Squashing migrations returns "SyntaxError: Invalid token". (invalid) https://code.djangoproject.com/ticket/29891 - Fix incorrect quoting in queryset.query (duplicate) https://code.djangoproject.com/ticket/31053 - EmailValidator should not accept soft hyphen in email addresses. (invalid) https://code.djangoproject.com/ticket/31050 - EmailMessage doesn't strip empty addresses from recipients in message headers (wontfix) https://code.djangoproject.com/ticket/31056 - Add ability to override "async unsafe" checks. (accepted) https://code.djangoproject.com/ticket/31057 - Choices enum - Inconsistent values. (invalid) https://code.djangoproject.com/ticket/31058 - Ordering by the result of RawSQL with F expression and distinct. (duplicate) https://code.djangoproject.com/ticket/31059 - Typo in django 3.0 releases notes. (accepted) https://code.djangoproject.com/ticket/26424 - Allow URLValidator to skip schemes validation (wontfix) https://code.djangoproject.com/ticket/31060 - Window expression are not allowed in conditional statements used only in the SELECT clause. (created) https://code.djangoproject.com/ticket/31061 - Optional URL params crash some view functions. (accepted) https://code.djangoproject.com/ticket/31063 - Make URL validators consistent. (duplicate) https://code.djangoproject.com/ticket/30481 - Document that force_str() allows lone surrogates. (wontfix) https://code.djangoproject.com/ticket/29039 - Disabling migrations doesn't work with --keepdb (fixed) https://code.djangoproject.com/ticket/31064 - Migration doesn't detect precision changes in fields that ManyToMany points to. (accepted) https://code.djangoproject.com/ticket/31065 - "django.db.utils.InterfaceError: connection already closed" in unittests. (invalid) https://code.djangoproject.com/ticket/31067 - Python 3.7 crashes after trying to visit admin page on Windows and MacOS. (invalid) https://code.djangoproject.com/ticket/31069 - Change in behavior for optional re matches. (accepted) https://code.djangoproject.com/ticket/31066 - Add function docstring to manage.py main function template. (accepted)
*Reviewed/committed:* https://github.com/django/django/pull/12128 - Fixed #31006 -- Doc'd backslash escaping in date/time template filters. https://github.com/django/django/pull/12157 - Refs #29892 -- Made Selenium tests wait for popups to be ready. https://github.com/django/djangoproject.com/pull/965 - Updated download page for 3.0 release. https://github.com/django/django/pull/12172 - Fixed #31056 -- Allowed disabling async-unsafe check with an environment variable. https://github.com/django/django/pull/12161 - Fixed #31046 -- Allowed RelatedManager.add()/create()/set() to accept callable values in through_defaults. https://github.com/django/django/pull/12162 - Fixed #31024 -- Clarified {% firstof %} tag's handling of arguments. https://github.com/django/django/pull/11582 - Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL. https://github.com/django/django/pull/12132 - Fixed #31010 -- Allowed subdomains of localhost in the Host header by default when DEBUG=True. https://github.com/django/django/pull/12158 - Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallIntegerField, and DecimalField. https://github.com/django/django/pull/12009 - Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin. https://github.com/django/django/pull/12185 - Fixed #31060 -- Reallowed window expressions to be used in conditions outside of queryset filters. *Authored:* https://github.com/django/django/pull/12181 - Fixed #31062 -- Doc'd asgi.py in tutorials and project templates. https://github.com/django/django/pull/12184 - Fixed #31061 -- Ignored positional args in django.urls.resolve() when all optional named parameters are missing. 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/27edaedb-6b39-40b7-be7f-bf39dff675e1%40googlegroups.com.