Week ending August 27, 2023 *Triaged:* https://code.djangoproject.com/ticket/34787 - The 'runserver' command doesn't work when run from an installed script on Windows (needsinfo) https://code.djangoproject.com/ticket/34788 - Correct NUMBER_GROUPING in Japan. (accepted) https://code.djangoproject.com/ticket/34792 - Creating and saving a model using a custom primary key field can yield a bad "id" value on the instance (duplicate) https://code.djangoproject.com/ticket/34793 - Django ORM returns None when field has value in BD (invalid) https://code.djangoproject.com/ticket/34794 - Multiple file upload issue (invalid) https://code.djangoproject.com/ticket/34791 - Prefetch's queryset attribute is ignored when the same nested relation is used multiple times. (accepted) https://code.djangoproject.com/ticket/34797 - Django Admin radio fields admin.HORIZONTAL shows as vertical with django-grapelli. (invalid) https://code.djangoproject.com/ticket/34798 - Using Django 4.2 with MSSQL 2019 Aggregation Containing Subquery Fails (invalid) https://code.djangoproject.com/ticket/34796 - Deleting child table does not delete rows in parent table when using multi-table inheritance (duplicate) https://code.djangoproject.com/ticket/34799 - inspectdb fails on tables with cross-schema relations on MySQL. (accepted)
*Reviewed/committed:* https://github.com/django/django/pull/16923 - Fixed #33143 -- Raised RuntimeWarning when performing import-time queries. https://github.com/django/django/pull/17180 - Fixed #34788 -- Corrected NUMBER_GROUPING for Japanese. https://github.com/django/django/pull/17167 - Added tests for model field's choices iterator/iterable values. https://github.com/django/django/pull/17181 - Removed unnecessary trailing commas in tests. https://github.com/django/django/pull/17182 - Refs #34757 -- Moved HTTP redirect logic to django.test.client.ClientMixin. https://github.com/django/django/pull/17114 - Fixed #34744 -- Prevented recreation of migration for constraints with a dict_keys. https://github.com/django/django/pull/17188 - Refs #24121 -- Added __repr__() to Message. https://github.com/django/django/pull/17196 - Refs #34730 -- Made Message importable from django.contrib.messages. *Authored:* https://github.com/django/django/pull/17178 - Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+. https://github.com/django/django/pull/17190 - Avoided counting exceptions in AsynClient docs. https://github.com/django/django/pull/17184 - Fixed #34709 -- Raised BadRequest for non-UTF-8 requests with the application/x-www-form-urlencoded content type. https://github.com/django/django/pull/17192 - Corrected AsyncRequestFactory's docstring. https://github.com/django/django/pull/17198 - Refs #33507 -- Doc'd using UUID data type on MariaDB 10.7+ in UUIDField 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/b23af64c-82ec-46ab-9633-3d8cb8a08034n%40googlegroups.com.