Week ending July 16, 2023 *Triaged:* https://code.djangoproject.com/ticket/34705 - BoundField.as_widget() ignores aria-describedby in attrs argument (accepted) https://code.djangoproject.com/ticket/34697 - Migration serializer for sets results in non-deterministic order. (accepted) https://code.djangoproject.com/ticket/30029 - Generate migration dependencies in a deterministic order (duplicate) https://code.djangoproject.com/ticket/34708 - db_index=True doesn't apply on MySQL. (invalid) https://code.djangoproject.com/ticket/34709 - charset should be ignored for the application/x-www-form-urlencoded content type. (created/accepted) https://code.djangoproject.com/ticket/34715 - have proposal to create new orm method get_object_or_none same as get_object_or_404 (duplicate) https://code.djangoproject.com/ticket/34713 - Add an option to disable lastmod in Sitemaps. (needsinfo) https://code.djangoproject.com/ticket/34714 - Async support for get_object_or_404()/get_list_or_404(). (accepted)
*Reviewed/committed:* https://github.com/django/django/pull/17039 - Fixed #34688 -- Removed contrib.sitemaps.ping_google() and ping_google management command. https://github.com/django/django/pull/17055 - Refs #31949 -- Made @csrf_exempt decorator work with async functions. https://github.com/django/django/pull/17052 - Fixed #34696 -- Updated selection counter in admin changelist on Chrome. https://github.com/django/django/pull/17056 - Refs #31949 -- Made @vary_on_(cookie/headers) decorators work with async functions. https://github.com/django/django/pull/17051 - Fixed #34698 -- Made QuerySet.bulk_create() retrieve primary keys when updating conflicts. https://github.com/django/django/pull/16904 - Fixed #34309 -- Doc'd how to fully delete an app. https://github.com/django/django/pull/17045 - Fixed #34691 -- Added system check for unmatched angle brackets in path(). https://github.com/django/django/pull/17063 - Removed redundant check from WKTWriter.__init__(). https://github.com/django/django/pull/17065 - Fixed #34705 -- Reallowed BoundField.as_widget()'s attrs argument to set aria-describedby. https://github.com/django/django/pull/17066 - Fixed #34697 -- Fixed non-deterministic order of dependencies and sets/frozensets in migrations. https://github.com/django/django/pull/17070 - Fixed #34448 -- Doc'd and tested --no-obsolete option of makemessages. https://github.com/django/django/pull/17071 - Refs #30686 -- Moved related helpers/constants. https://github.com/django/django/pull/17011 - Fixed #34677 -- Made admin password reset templates more consistent. *Authored:* https://github.com/django/django/pull/17059 - Refs #31949 -- Mentioned @sensitive_variables/sensitive_post_parameters decorators in async topic. https://github.com/django/django/pull/17060 - Made @vary_on_cookie decorator reuse @vary_on_headers. https://github.com/django/django/pull/17062 - Bumped versions in pre-commit and npm configurations. https://github.com/django/django/pull/17064 - Refs #34691 -- Optimized system check for unmatched angle brackets in path(). https://github.com/django/django/pull/17067 - Refs #30116 -- Simplified tests related with dictionary order. 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/c8bdcf5b-bb27-4b81-b87b-4f128ac597ban%40googlegroups.com.