Week ending July 4, 2021

Released Django 3.2.5 and 3.1.13. 

*Triaged: *
   https://code.djangoproject.com/ticket/32884 - Login header title is 
slightly off-center (accepted) 
   https://code.djangoproject.com/ticket/32885 - 
CsrfViewMiddlewareTestMixin contains some logic specific to the 
CSRF_USE_SESSIONS=False case (accepted) 
   https://code.djangoproject.com/ticket/32882 - Problems when comparing 
two fields with None value using F() in Case() (duplicate) 
   https://code.djangoproject.com/ticket/32887 - v3.2.4 regression - 
Invalid path type: PurePosixPath (invalid) 
   https://code.djangoproject.com/ticket/17292 - Add support for several 
authors in syndication framework (wontfix) 
   https://code.djangoproject.com/ticket/32888 - Using select_for_update 
with self as an of-argument gets dropped when only selecting fields on 
related model (invalid) 
   https://code.djangoproject.com/ticket/32890 - Consider ranking the 
documentation search results. (invalid) 
   https://code.djangoproject.com/ticket/32892 - Optimisation for 
parse_datetime by preferring datetime.fromisoformat for well-formed values. 
(accepted)
   https://code.djangoproject.com/ticket/32894 - isinstance() checks with 
non-configured LazySettings raise an exception. (needsinfo) 
   https://code.djangoproject.com/ticket/32895 - Incorrectly disallowing 
negative integer for window range end (duplicate) 
   https://code.djangoproject.com/ticket/32896 - Exclude on expressions not 
being negated as expected (duplicate) 

*Reviewed/committed: *
   https://github.com/django/django/pull/14560 - [3.2.x] Updated 
translations from Transifex. 
   https://github.com/django/django/pull/14485 - Refs #32800 -- Improved 
CsrfViewMiddleware test coverage. 
   https://github.com/django/django/pull/14552 - Fixed some inconsistencies 
in tests for JSONBAgg. 
   https://github.com/django/django/pull/14558 - Fixed #32807 -- Fixed 
JSONField crash when redisplaying None values. 
   https://github.com/django/django/pull/14561 - Refs #32880 -- Rearranged 
logging security notes. 
   https://github.com/django/django/pull/14559 - Fixed #32381 -- Made 
QuerySet.bulk_update() return the number of objects updated. 
   https://github.com/django/django/pull/14567 - Fixed #32884 -- Fixed 
centering of the header on admin login page. 
   https://github.com/django/django/pull/14565 - Fixed #32843 -- Ensured 
CSRF tests' _get_GET_csrf_cookie_request() sets request.method. 
   https://github.com/django/django/pull/14436 - Refs #29898 -- Moved 
state_forwards()'s logic from migration operations to ProjectState. 
   https://github.com/django/django/pull/14572 - Refs #32655 -- Improved 
error if iter_test_cases() is passed a string. 
   https://github.com/django/django/pull/14566 - Refs #32880 -- Moved 
logging reference to new document. 
   https://github.com/django/django/pull/14570 - Fixed #32885 -- Removed 
cookie-based token specific logic from CsrfViewMiddlewareTestMixin. 
   https://github.com/django/django/pull/14448 - Fixed #32786 -- Moved 
subquery ordering clearing optimization to the _in lookup. 
   https://github.com/django/django/pull/14564 - Fixed #32850 -- Doc'd 
Sitemap.paginator.
   https://github.com/django/django/pull/14576 - Refs #32880 -- 
Renamed/reordered logging topic sections. 
   https://github.com/django/django/pull/14580 - Fixed #32893 -- Fixed 
serialization of models.Model class in migrations. 
   https://github.com/django/django/pull/14430 - Fixed #26430 -- Fixed 
coalesced aggregation of empty result sets. 
   https://github.com/django/django/pull/14367 - Fixed #28935 -- Fixed 
display of errors in extended blocks. 
   https://github.com/django/django/pull/14584 - Fixed #30934 -- Included 
database alias in django.db.backends log messages.

*Authored: *
   https://github.com/django/django/pull/14562 - Refs #26430 -- Added tests 
for PostgreSQL-specific aggregates on EmptyQuerySets.

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/0b88d018-4ac7-471c-9e0f-ce8202e3ed63n%40googlegroups.com.

Reply via email to