Week ending March 17 *Triaged:* https://code.djangoproject.com/ticket/35287 - manage createsuperuser too restrictive (duplicate) https://code.djangoproject.com/ticket/35291 - Whitenoise Not Working when DEBUG = FALSE - Django - Hosting Static Files (duplicate) https://code.djangoproject.com/ticket/35290 - Whitenoise Not Working when DEBUG = FALSE - Django - Hosting Static Files (invalid) https://code.djangoproject.com/ticket/35295 - Use INSERT with multiple rows on Oracle 23c+ (created) https://code.djangoproject.com/ticket/35296 - The autoescape parameter to Engine() seems to have no effect on Context. (invalid) https://code.djangoproject.com/ticket/35294 - Queryset explain can be truncated. (accepted) https://code.djangoproject.com/ticket/35299 - Remove ValueError in Create method with OneToOne relation (duplicate) https://code.djangoproject.com/ticket/35300 - Simple COUNT without OUTER JOIN (invalid) https://code.djangoproject.com/ticket/35301 - Overriding a @property of an abstract model with a GenericRelation causes a models.E025 error. (accepted) https://code.djangoproject.com/ticket/35303 - Add async implementations to contrib.auth backends (accepted) https://code.djangoproject.com/ticket/35302 - Property on AppConfig and ModelAdmin for ordering apps and models in admin sidebar (wontfix) https://code.djangoproject.com/ticket/35309 - Remove Order by on models when prefetching by id (wontfix) https://code.djangoproject.com/ticket/35307 - make async generic views (invalid) https://code.djangoproject.com/ticket/35305 - No-op rename of field with `db_column` drops and recreates constraints/indexes. (accepted)
*Reviewed/committed:* https://github.com/django/django/pull/17957 - Fixed #35285 -- Optimized ForeignObject._check_unique_target(). https://github.com/django/django/pull/17958 - Fixed #25595 -- Doc'd that URLValidator rejects file:// URIs without a host. https://github.com/django/django/pull/17928 - Fixed #14831 -- Extended template style guide in docs. https://github.com/django/django/pull/17372 - Fixed #34901 -- Added async-compatible interface to session engines. https://github.com/django/django/pull/17971 - Refs #30686 -- Made django.utils.html.VOID_ELEMENTS a frozenset. https://github.com/django/django/pull/17946 - Fixed #35273 -- Fixed rendering AdminFileWidget's attributes. https://github.com/django/django/pull/17950 - Fixed #28541 -- Fixed migrations crash when changing primary key on SQLite. https://github.com/django/django/pull/17973 - Fixed #35294 -- Fixed TEXT format of QuerySet.explain() for long plans. https://github.com/django/django/pull/17985 - Fixed #35301 -- Fixed Options._property_names for overriden properties. *Authored:* https://github.com/django/django/pull/17964 - Optimized DatabaseOperations.bulk_insert_sql() a bit on Oracle. https://github.com/django/django/pull/17966 - Used SessionBase.__setitem__() in setdefault(). https://github.com/django/django/pull/17968 - Removed unused clean() method in file-based session. https://github.com/django/django/pull/17969 - Fixed #35295 -- Used INSERT with multiple rows on Oracle 23c. https://github.com/django/django/pull/17970 - Refs #32673, Refs #35295 -- Avoided wrapping rhs direct values in lookups. https://github.com/django/django/pull/17979 - Refs #34900 -- Fixed SafeMIMEText.set_payload() crash on Python 3.13. https://github.com/django/django/pull/17980 - Refs #33996 -- Updated CheckConstraint validation on NULL values on Oracle 23c+. https://github.com/django/django/pull/17982 - Stopped skipping model_fields.test_jsonfield.TestQuerying.test_usage_in_subquery on Oracle 23c. 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/e65cc0aa-6179-44f6-8217-d572fe46feb9n%40googlegroups.com.