Week ending January 31, 2021 *Triaged: * https://code.djangoproject.com/ticket/32381 - Include number of rows matched in bulk_update() return value (accepted) https://code.djangoproject.com/ticket/32380 - GeoDjango lookups should support F() expressions. (fixed) https://code.djangoproject.com/ticket/32382 - Django 3.2 app config search prevents single-file apps (wontfix) https://code.djangoproject.com/ticket/32375 - Make Sitemap's protocol default to "https". (accepted) https://code.djangoproject.com/ticket/26602 - Provide a way to manage grouping with RawSQL (needsinfo) https://code.djangoproject.com/ticket/32384 - Can't see list view of data in Django Admin (duplicate) https://code.djangoproject.com/ticket/32387 - More efficiant migration management (wontfix) https://code.djangoproject.com/ticket/32388 - bulk_update() doesn't necessarily ignore duplicates. (accepted) https://code.djangoproject.com/ticket/32389 - ResponseHeaders crashes when data is not a mapping. (accepted) https://code.djangoproject.com/ticket/32390 - Drop support for Oracle 12.2 and 18c. (created) https://code.djangoproject.com/ticket/32392 - ExclusionConstraint() crashes with Cast(). (accepted) https://code.djangoproject.com/ticket/32394 - Adjust project template to leverage automatic SCRIPT_NAME prefix for STATIC_URL (accepted) https://code.djangoproject.com/ticket/32395 - Migrate signals verbose stdout emissions are not capturable (accepted) https://code.djangoproject.com/ticket/20287 - BaseContext (and it's subclasses) lack emulation of dictionary items() (wontfix) https://code.djangoproject.com/ticket/32398 - Excluding on annotations doesn't apply null handling. (accepted)
*Reviewed/committed: * https://github.com/django/django/pull/13934 - Fixed #32369 -- Fixed adding check constraints with pattern lookups and expressions as rhs. https://github.com/django/django/pull/13933 - Fixed #32347 -- Made ModelChoiceField include the value in ValidationError for invalid_choice. https://github.com/django/django/pull/13816 - Fixed #32290 -- Fixed TemplateNotFound in {% include %} tag for relative path in variable. https://github.com/django/django/pull/13937 - Fixed #32385 -- Removed unused and duplicated loading of tags in admin templates. https://github.com/django/django/pull/13294 - Changed "Don't overuse count() or exists()" example to Python. https://github.com/django/django/pull/13939 - Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplicates for multiple batches. https://github.com/django/django/pull/13942 - Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expressions. https://github.com/django/django/pull/13884 - Fixed #32345 -- Fixed preserving encoded query strings in set_language() view. *Reviewed: * https://github.com/django/django/pull/13936 - Fixed #32348, Refs #29087 -- Corrected tutorial for updated deleting inlines UI. *Authored: * https://github.com/django/django/pull/13931 - Refs #32380 -- Added test for distance lookups with F() expression. 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/e58fcb9e-5e40-4e29-9c53-f8a937370941n%40googlegroups.com.
