Week ending May 14, 2023 *Triaged:* https://code.djangoproject.com/ticket/34546 - Failed migration yields to unmigratable app:""OperationalError: (1050, "Table '<name>' already exists") (invalid) https://code.djangoproject.com/ticket/34547 - Deprecate DatabaseOperations.field_cast_sql(). (created) https://code.djangoproject.com/ticket/34549 - Extra select query when parent model consists of primary key only (duplicate) https://code.djangoproject.com/ticket/34539 - `get_prep_value` no longer called for JSONField (accepted) https://code.djangoproject.com/ticket/34550 - Send email with EMAIL_USE_TLS=True but get SSL error. (duplicate) https://code.djangoproject.com/ticket/34551 - Case-When aggregation over aggregated fields doesn't work since 4.2 (accepted) https://code.djangoproject.com/ticket/34554 - Reverse(Value(...)) crashes on Oracle. (created) https://code.djangoproject.com/ticket/34555 - Dynamic model fields without using a metaclass (invalid) https://code.djangoproject.com/ticket/34557 - Time-based model field cleaning and TypeErrors (duplicate) https://code.djangoproject.com/ticket/34558 - QuerySet.bulk_create() crashes with Now() on Oracle. (created) https://code.djangoproject.com/ticket/34552 - Delaying get_from_clause call as much as possible. (needsinfo) https://code.djangoproject.com/ticket/34560 - Update admin's jQuery to 3.7.X. (created) https://code.djangoproject.com/ticket/34561 - "DatabaseError: Forced update did not affect any rows" on SessionStore save() (invalid) https://code.djangoproject.com/ticket/34564 - returning None instead of zero in Count annotation (accepted)
*Reviewed/committed:* https://github.com/django/django/pull/16834 - Fixed #34545 -- Corrected the number of months in installation FAQ. https://github.com/django/django/pull/16836 - Refs #34534 -- Reduced Add/RemoveConstraint and Add/RenameIndex operations when optimizing migrations. https://github.com/django/django/pull/16840 - Fixed #34553 -- Fixed improper % escaping of literal in constraints. https://github.com/django/django/pull/16092 - Fixed #470 -- Added support for database defaults on fields. *Authored:* https://github.com/django/django/pull/16835 - Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on Oracle. https://github.com/django/django/pull/16842 - Fixed #34554 -- Fixed Reverse(Value(…)) crash on Oracle. 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/e78b2e38-4833-4947-9dbb-c314df2bb74an%40googlegroups.com.