Week ending February 19, 2023 *Triaged: * https://code.djangoproject.com/ticket/34332 - Migrations for fields with model-referencing defaults break later (needsinfo) https://code.djangoproject.com/ticket/34335 - Spurious error when using label_tag of CheckboxSelectMultiple widget (wontfix) https://code.djangoproject.com/ticket/34333 - Migrations tries to add constraint before adding a foreign key. (accepted) https://code.djangoproject.com/ticket/34328 - Class-based async-only middleware not detected as coroutine in MiddlewareMixin (invalid) https://code.djangoproject.com/ticket/34338 - Allow to customize the code attribute of ValidationError raised by BaseConstraint.validate (accepted) https://code.djangoproject.com/ticket/34336 - Reverting a migration with `replaces = [...]` set does not revert it (needsinfo) https://code.djangoproject.com/ticket/34337 - Documentation for custom related managers is contradictory (duplicate) https://code.djangoproject.com/ticket/34339 - Allow overriding construct_search(). (wontfix) https://code.djangoproject.com/ticket/34340 - Apparently wrong table name? (needsinfo) https://code.djangoproject.com/ticket/34341 - FileSystemFinder harsh regarding its input on Windows (invalid) https://code.djangoproject.com/ticket/34322 - ManifestStaticFilesStorage crashes on commented JavaScript import statements (duplicate) https://code.djangoproject.com/ticket/34344 - PostGIS Database Backend Overrides features_class, ops_class and introspection_class (needsinfo) https://code.djangoproject.com/ticket/34345 - Add system check for filter_horizontal/filter_vertical on ManyToManyFields with intermediary models.(accepted) https://code.djangoproject.com/ticket/34346 - QuerySet ordered by annotation with name used by select_related() field crashes with AmbiguousColumn. (accepted) https://code.djangoproject.com/ticket/34348 - Add medium path to the settings.py file from the time the project is created (wontfix) https://code.djangoproject.com/ticket/34349 - Formsets' add_fields() method fails in some circumstances if the argument index is None. (accepted) https://code.djangoproject.com/ticket/34350 - WSGIRequest crashes when "wsgi.input" is None. (invalid) https://code.djangoproject.com/ticket/34351 - Slash in constraint name results in invalid migration file naming (duplicate)
*Reviewed/committed: * https://github.com/django/django/pull/16548 - Fixed #34316 -- Fixed layout of admin password change forms and help texts. https://github.com/django/django/pull/16544 - Fixed #34318 -- Added release note for 4bfe8c0eec835b8eaffcda7dc1e3b203751a790a. https://github.com/django/django/pull/16550 - Bumped versions in pre-commit and npm configurations. https://github.com/django/django/pull/16551 - Fixed #29994 -- Added warning about performance of FileBasedCache with a large number of files. https://github.com/django/django/pull/16511 - Fixed #34280 -- Allowed specifying different field values for create operation in QuerySet.update_or_create(). https://github.com/django/django/pull/16532 - Fixed #34250 -- Fixed renaming model with m2m relation to a model with the same name. https://github.com/django/django/pull/16555 - Bumped grunt-contrib-qunit versions in npm configurations. https://github.com/django/django/pull/16553 - Increase coverage. https://github.com/django/django/pull/16545 - Refs #16247 -- Updated docs to use default <div> style and refactored docs to have less emphasis on as_* methods. https://github.com/django/django/pull/16557 - Fixed #34320 -- Fixed introspection of constraints on truncated column names on Oracle. https://github.com/django/django/pull/16515 - Fixed #34045 -- Improved accessibility of selecting items in admin changelist. https://github.com/django/django/pull/16562 - Fixed #34343 -- Moved built-in templates to filesystem. https://github.com/django/django/pull/16559 - Fixed #34342, Refs #33735 -- Fixed test client handling of async streaming responses. https://github.com/django/django/pull/16564 - Fixed #34302 -- Fixed SpatialReference.srid for objects without top-level authority. https://github.com/django/django/pull/16565 - Fixed #34347 -- Added __all__ to django.contrib.gis.utils. https://github.com/django/django/pull/16572 - Refs #33308 -- Added tests for queryset ordered by annotation with nulls_first/nulls_last. *Reviewed: * https://github.com/django/django/pull/16554 - Fixed #34328 -- Added async-only class-based middleware example. *Authored: * https://github.com/django/django/pull/16561 - Refs #21080, Refs #34322 -- Added warning to ManifestStaticFilesStorage docs about paths in comments. 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/d1e49bda-c733-4be1-8f35-030b1c223b67n%40googlegroups.com.