Week ending February 13, 2022 *Triaged: * https://code.djangoproject.com/ticket/33496 - Auto database mirroring. (wontfix) https://code.djangoproject.com/ticket/33500 - Django ORM bug: overloading delete() method of models (invalid) https://code.djangoproject.com/ticket/33501 - order_with_respect_to uses incorrect database alias (accepted) https://code.djangoproject.com/ticket/33497 - Database persistent connections do not work with ASGI in 4.0 (needsinfo) https://code.djangoproject.com/ticket/33502 - Move Field attributes to class attributes. (needsinfo) https://code.djangoproject.com/ticket/33503 - docs.djangoproject.com does not serve objects.inv by Sphinx (invalid) https://code.djangoproject.com/ticket/33506 - QuerySet.bulk_update() should perform atomic writes against routed db_for_write. (accepted) https://code.djangoproject.com/ticket/33504 - Admin autocomplete search input does not get focused on click (invalid) https://code.djangoproject.com/ticket/33507 - Use native UUID data type on MariaDB 10.7+ (created) https://code.djangoproject.com/ticket/33508 - MariaDB 10.8+ supports ordering on individual columns in the index. (created) https://code.djangoproject.com/ticket/33509 - Add SQL comment to describe deliberately no-op migration operations (accepted) https://code.djangoproject.com/ticket/33510 - dumpdata misses models subclassed from other non-abstract models (invalid) https://code.djangoproject.com/ticket/33511 - Single-select admin autcomplete widget has lost its auto-focus (duplicate)
*Reviewed/committed: * https://github.com/django/django/pull/15391 - Fixed #32518 -- Doc'd that QuerySet.contains() should not be overused.da https://github.com/django/django/pull/15414 - Fixed #33506 -- Made QuerySet.bulk_update() perform atomic writes against write database. https://github.com/django/django/pull/15413 - Fixed #33495 -- Improved debug logging message about adapting handlers for middlewares. https://github.com/django/django/pull/15409 - Fixed #33501 -- Made order_with_respect_to respect database routers. https://github.com/django/django/pull/15349 - Fixed #29490 -- Added support for object-based Media CSS and JS paths. https://github.com/django/django/pull/15400 - Fixed #26287 -- Added support for addition operations to SimpleLazyObject. https://github.com/django/django/pull/15412 - Refs #33476 -- Made management commands use black. https://github.com/django/django/pull/15420 - Refs #32074 -- Recommended aiosmtpd for minimal SMTP server. *Authored: * https://github.com/django/django/pull/15407 - Refs #33482 -- Fixed QuerySet selecting and filtering againts negated Exists() with empty queryset. https://github.com/django/django/pull/15387 - Refs #33476 -- Reformatted code with Black. https://github.com/django/django/pull/15071 - [4.0.x] Refs #33476 -- Reformatted code with Black. https://github.com/django/django/pull/15417 - Refs #32502 -- Avoided table rebuild when removing fields on SQLite 3.35+. 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/6a2d954d-03fa-467d-97e4-684ec02f8514n%40googlegroups.com.