Week ending October 16, 2022 *Triaged: * https://code.djangoproject.com/ticket/34078 - Add Postgres range_merge aggregate function to postgres.contrib (wontfix) https://code.djangoproject.com/ticket/34081 - Responsive CSS is not loaded properly. (created) https://code.djangoproject.com/ticket/34080 - __exact lookup on nested arrays with None values fails on PostgreSQL. (accepted) https://code.djangoproject.com/ticket/34083 - Cloning test database fails with mariadb-server 8.x (duplicate) https://code.djangoproject.com/ticket/33537 - Cloning test databases should reraise errors on MySQL. (accepted) https://code.djangoproject.com/ticket/34086 - Confirm support for PostGIS 3.3 (accepted) https://code.djangoproject.com/ticket/34084 - ModelForms always set self.instance even when none passed in (invalid) https://code.djangoproject.com/ticket/34079 - Excessive parentheses when generating a query (invalid) https://code.djangoproject.com/ticket/34089 - Order by foreign key is not respected when using expression as default ordering (duplicate) https://code.djangoproject.com/ticket/34087 - Migration ignores Inheritance for Meta.default_permissions (duplicate) https://code.djangoproject.com/ticket/34088 - Sitemaps without items raise ValueError on callable lastmod. (accepted) https://code.djangoproject.com/ticket/34090 - ordering of ManyToManyField in admin shows objects multiple times (invalid) https://code.djangoproject.com/ticket/34092 - Admin theme switcher icon should resize according to browser font size (duplicate) https://code.djangoproject.com/ticket/34093 - Admin theme switcher icon should resize according to browser font size (accepted) https://code.djangoproject.com/ticket/34094 - RTL alignment is off in admin header area (accepted) https://code.djangoproject.com/ticket/34096 - I might came across a bug when updating to the latest version of postgis (invalid) https://code.djangoproject.com/ticket/34095 - Form controls in admin should use heights in relative units (accepted) https://code.djangoproject.com/ticket/34098 - Filter floatformat drops precision in decimal numbers (accepted) https://code.djangoproject.com/ticket/34099 - update_or_create() not saving data assigned in a model's save() method (accepted)
*Reviewed/committed: * https://github.com/django/django/pull/16159 - Fixed #25996 -- Revised performance section in URLs topic docs. https://github.com/django/django/pull/16162 - Fixed #32833 -- Fixed ContentTypeManager.get_for_models() crash when using in migrations. https://github.com/django/django/pull/16166 - Used test client headers in i18n tests. https://github.com/django/django/pull/16167 - Completed test coverage for contenttypes models. https://github.com/django/django/pull/16171 - Fixed #34086 -- Confirmed support for PostGIS 3.3. https://github.com/django/django/pull/16093 - Fixed #34042 -- Improved accessibility of admin's navigation sidebar. https://github.com/django/django/pull/16142 - Fixed #34069 -- Made LocaleMiddleware respect language from requests when i18n patterns are used. https://github.com/django/django/pull/16173 - Completed test coverage for django.core.paginator. https://github.com/django/django/pull/16077 - Updated example of creating GEOSGeometry from WKB to use memoryview. https://github.com/django/django/pull/16179 - Fixed #34093 -- Changed width/height of switch button icons to use rem units in admin. *Authored: * https://github.com/django/django/pull/16164 - Fixed wrapping of long model names in the admin. https://github.com/django/django/pull/16165 - Fixed #34081 -- Reverted "Fixed #33994 -- Corrected position of extrastyle and extrahead blocks in admin base template." https://github.com/django/django/pull/16169 - Refs #34059 -- Doc'd lack of support for validation of constraints with JSONFields. https://github.com/django/django/pull/16178 - Refs #23919 -- Updated obsolete buffer() references to memoryview(). Week ending October 23, 2022 I was in San Diego and participated in the DjangoCon US conference. *Triaged: * https://code.djangoproject.com/ticket/34102 - Admin list view `word-break: break-word;` (accepted) https://code.djangoproject.com/ticket/34105 - Invalid query generated on Postgres when annotate and order_by have common sub-expressions (accepted) https://code.djangoproject.com/ticket/34104 - Making Q.__eq__ work regardless of ordering (needsinfo) https://code.djangoproject.com/ticket/34107 - Django ORM queries do not pick up indexes made on a key in JSONField in Postgres (invalid) https://code.djangoproject.com/ticket/34108 - Warning message not visible in Dark mode (invalid) https://code.djangoproject.com/ticket/34111 - Use sqlparse to format SQL in tests failures with debug flag (accepted) *Reviewed/committed: * https://github.com/django/django/pull/16190 - Fixed #34102 -- Limited wrapping long names to admin dashboard. https://github.com/django/django/pull/16193 - Fixed #34105 -- Fixed crash of ordering by nested selected expression. https://github.com/django/django/pull/16201 - Fixed #34085 -- Made management commands don't use black for non-Python files. https://github.com/django/django/pull/16204 - Updated UTC uses to datetime.timezone.utc in docs. https://github.com/django/django/pull/16202 - Skipped scrypt tests when OpenSSL 1.1+ is not installed. https://github.com/django/django/pull/16213 - Corrected curl call in working with Git docs. 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/c79ed2c5-b30e-4178-84a1-bfc776f9957fn%40googlegroups.com.