Week ending June 7, 2020.

*Triaged:*
https://code.djangoproject.com/ticket/31647 - Add "times" template filter. 
(wontfix)
https://code.djangoproject.com/ticket/31644 - Add a change event to 
DateTimeShortcuts.js. (wontfix)
https://code.djangoproject.com/ticket/31641 - Admin Sidebar flashes when 
page loads (accepted)
https://code.djangoproject.com/ticket/31648 - 'WSGIRequest' attribute not 
working (invalid)
https://code.djangoproject.com/ticket/31642 - Some static assets in the 
Admin site fail to fetch (using custom storage) (wontfix)
https://code.djangoproject.com/ticket/31649 - Support covering exclusion 
constraints. (created)
https://code.djangoproject.com/ticket/31652 - Admin site URLS do not 
respect APPEND_SLASH conf (invalid)
https://code.djangoproject.com/ticket/31650 - Mention uniqueness of 
constraint names in the "name" attribute docs. (accepted)
https://code.djangoproject.com/ticket/31654 - Memcached key validation 
raises InvalidCacheKey with clunky message. (accepted)
https://code.djangoproject.com/ticket/31655 - Development server quits on 
request to /admin/ (duplicate)
https://code.djangoproject.com/ticket/31657 - Self referencing foreign key 
doesn't correctly order by a relation "_id" field. (accepted)
https://code.djangoproject.com/ticket/31658 - Performing SQL queries in 
AppConfig.ready(). (wontfix)
https://code.djangoproject.com/ticket/31660 - AttributeError is raised 
while grouping on reverse relation. (accepted)
https://code.djangoproject.com/ticket/31661 - Improve makemigrations 
warning message when calling without an active database connection. 
(accepted)
https://code.djangoproject.com/ticket/31663 - DecimalField.to_python() 
raises TypeError on dict values. (accepted)
https://code.djangoproject.com/ticket/31664 - Queryset raises 
NotSupportedError when RHS has filterable=False attribute. (accepted)

*Reviewed/committed:*
https://github.com/django/django/pull/12955 - Made intword/intcomma 
template filters independent of USE_L10N.
https://github.com/django/django/pull/12990 - Fixed #31570 -- Corrected 
translation loading for apps providing territorial language variants with 
different plural equations.
https://github.com/django/django/pull/12939 - Reverted "Refs #23919 -- 
Removed obsolete __init__.py files in management command directories.".
https://github.com/django/django/pull/12864 - Fixed #31536 -- Fixed 
rendering of disabled AdminFileWidget and ClearableFileInput.
https://github.com/django/django/pull/13013 - Refs #31615 -- Restored 
EXISTS clauses in extension operations.
https://github.com/django/django/pull/13012 - Fixed #31651 -- Made 
ExpressionWrapper use grouping columns from wrapped expression.
https://github.com/django/django/pull/13003 - Fixed #31641 -- Improved 
loading of navigation sidebar in admin.
https://github.com/django/django/pull/13018 - Fixed #31650 -- Added note 
uniqueness of constraints names in docs.
https://github.com/django/django/pull/12984 - Fixed #31630 -- Replaced 
introspection features with DatabaseFeatures.introspected_field_types.
https://github.com/django/django/pull/12957 - Fixed #30134 -- Ensured 
unlocalized numbers are string representation in templates.
https://github.com/django/django/pull/11991 - Fixed #30913 -- Added support 
for covering indexes on PostgreSQL 11+.
https://github.com/django/django/pull/12830 - Fixed #20347 -- Allowed 
customizing the maximum number of instantiated forms in formsets.
https://github.com/django/django/pull/13023 - Fixed #31663 -- Made 
DecimalField.to_python() handle non-numeric invalid values.

*Authored:*
https://github.com/django/django/pull/13015 - Made default_role_error use 
logger.
https://github.com/django/django/pull/13020 - [2.2.x] Fixed 
ForeignKeyRawIdWidgetTest.test_render_unsafe_limit_choices_to on Python 3.5.
https://github.com/django/django/pull/13022 - Fixed #31654 -- Fixed cache 
key validation messages.
https://github.com/django/django/pull/13025 - Fixed #31660 -- Fixed 
queryset crash when grouping by m2o relation.

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/8291b4dc-b183-43eb-aa8a-a525ed9d0124o%40googlegroups.com.

Reply via email to