Week ending November 13, 2022 *Triaged: * https://code.djangoproject.com/ticket/34143 - Multiple file upload docs (invalid) https://code.djangoproject.com/ticket/34131 - Postgres AutoField change from serial to identity (invalid) https://code.djangoproject.com/ticket/34144 - Casting a string inside a JSONField into an integer does not work on PostgreSQL (invalid) https://code.djangoproject.com/ticket/34147 - Add aall() for related managers. (created) https://code.djangoproject.com/ticket/34150 - Add "View on site" links to generic common model URL and also to common url for app. (wontfix) https://code.djangoproject.com/ticket/34151 - Adding explicit primary key with different type doesn't update related ManyToManyFields. (accepted) https://code.djangoproject.com/ticket/34153 - Set uuidField as DEFAULT_AUTO_FIELD (duplicate)
*Reviewed/committed: * https://github.com/django/django/pull/16255 - Fixed #34088 -- Fixed Sitemap.get_latest_lastmod() crash with empty items. https://github.com/django/django/pull/16260 - Fixed #34137 -- Made Model.refresh_from_db() clear cached generic relations. https://github.com/django/django/pull/16267 - Refs #27849 -- Fixed filtered aggregates crash on filters that match everything. https://github.com/django/django/pull/16258 - Fixed #31331 -- Switched MySQL to group by selected primary keys. https://github.com/django/django/pull/16264 - Refs #33308 -- Improved adapting DecimalField values to decimal. https://github.com/django/django/pull/16266 - Refs #33374 -- Adjusted full match condition handling. https://github.com/django/django/pull/16256 - Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() methods for related managers. https://github.com/django/django/pull/16243 - Fixed #10070 -- Added support for pyformat style parameters on SQLite. https://github.com/django/django/pull/16270 - Used super().execute/executemany() in SQLiteCursorWrapper. https://github.com/django/django/pull/16252 - Fixed #34135 -- Added async-compatible interface to related managers. https://github.com/django/django/pull/16263 - Fixed #28477 -- Stripped unused annotations on aggregation. https://github.com/django/django/pull/16278 - Fixed #34149 -- Allowed adding deferrable conditional exclusion constraints on PostgreSQL. https://github.com/django/django/pull/16246 - Improved readability of string interpolation in frequently used examples in docs. https://github.com/django/django/pull/16257 - Updated documentation and comments for RFC updates. https://github.com/django/django/pull/16282 - Refs #34110 -- Reorganized django.core.files.storage into a separate module. https://github.com/django/django/pull/16277 - Refs #28477 -- Reduced complexity of aggregation over qualify queries. 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/921d8d86-46d4-484c-ad7e-adf13bfa5864n%40googlegroups.com.