Week ending February 28, 2021 *Triaged: * https://code.djangoproject.com/ticket/32471 - Document the return value of EmailMessage.send() (accepted) https://code.djangoproject.com/ticket/32472 - runserver prematurely closes connection for large response body (accepted) https://code.djangoproject.com/ticket/32468 - Admin never_cache decorators needs method_decorator (accepted) https://code.djangoproject.com/ticket/32470 - django.test.Client ignores request.urlconf when setting response.resolver_match (accepted) https://code.djangoproject.com/ticket/32473 - no additional info is printed even runserver with --verbosity 3 (duplicate) https://code.djangoproject.com/ticket/32474 - JSONField and register_default_jsonb all json column return as str (duplicate) https://code.djangoproject.com/ticket/32475 - datadump and dataload subcommands documentation error (invalid) https://code.djangoproject.com/ticket/32476 - Django Query Generating Style Error (invalid) https://code.djangoproject.com/ticket/32479 - LocaleMiddleware not recognising properly zh-Hant-HK from the accept-language header (accepted) https://code.djangoproject.com/ticket/32480 - Outdated docstring in permission_denied() and redundant comments in default error pages. (accepted) https://code.djangoproject.com/ticket/32482 - Overriding model and/or application order in Admin application is complex and incosistent (duplicate) https://code.djangoproject.com/ticket/25671 - Arrange models and apps order in Admin. (accepted) https://code.djangoproject.com/ticket/32467 - django admin widget.attrs not work with ForeignKey (invalid) https://code.djangoproject.com/ticket/32486 - Migration which removes UniqueTogether constraint containing a ForeignKey fails with MariaDB (MySQL) (duplicate) https://code.djangoproject.com/ticket/32485 - Django ORM icontains Operator Performance and Response Problem (wontfix)
*Reviewed/committed: * https://github.com/django/django/pull/14027 - Fixed #32469 -- Made assertQuerysetEqual() respect maxDiff when ordered=False. https://github.com/django/django/pull/14021 - Refs #16117 -- Made @action and @display decorators importable from django.contrib.gis.admin. https://github.com/django/django/pull/14023 - Refs #4027 -- Added Model._state.adding to docs about copying model instances. https://github.com/django/django/pull/14012 - Fixed #32445 -- Fixed LiveServerThreadTest.test_closes_connections() for non-in-memory database on SQLite. https://github.com/django/django/pull/14032 - Fixed #32471 -- Doc'd the return value of EmailMessage.send(). https://github.com/django/django/pull/14028 - Fixed #32470 -- Fixed ResolverMatch instance on test clients when request.urlconf is set. https://github.com/django/django/pull/13983 - Fixed #30916 -- Added support for functional unique constraints. https://github.com/django/django/pull/14039 - Fixed #32478 -- Included nested columns referenced by subqueries in GROUP BY on aggregations. https://github.com/django/django/pull/14030 - Fixed #32468 -- Corrected usage of never_cache in contrib.admin. https://github.com/django/django/pull/14010 - Fixed #32446 -- Deprecated SERIALIZE test database setting. https://github.com/django/django/pull/14024 - Fixed #32480 -- Corrected docstring and removed redundant comments in django/views/defaults.py. https://github.com/django/django/pull/13966 - Refs #24121 -- Added __repr__() to FilterExpression, Lexer, Parser, and Token. https://github.com/django/django/pull/14053 - Fixed #28607 -- Prevented duplicates in HashedFilesMixin post-processing results. https://github.com/django/django/pull/13990 - Fixed #20423 -- Doc'd that DTL variable names may not be a number. *Authored: * https://github.com/django/django/pull/14052 - Used GitHub actions for docs tests. https://github.com/django/django/pull/14054 - Refs #32292 -- Made dbshell do not use 'postgres' database when service name is set. 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/c0c50751-fff9-40b2-877f-bec9ac45d253n%40googlegroups.com.
