Week ending November 3 Released Django 4.2.7, 4.1.13, and 3.2.23.
*Triaged:* https://code.djangoproject.com/ticket/34941 - db_default with decimal.Decimal() doesn't return Decimal instances on Oracle. (created) https://code.djangoproject.com/ticket/34943 - Support passing database expressions to bulk_create()'s unique_fields. (accepted) https://code.djangoproject.com/ticket/34936 - db_default with decimal.Decimal() crashes on SQLite. (created) https://code.djangoproject.com/ticket/34938 - Allow string based generators for AutoField (duplicate) *Reviewed/committed:* https://github.com/django/django/pull/17435 - Fixed #34927 -- Fixed admin system check for inlines with foreign keys to proxy models. https://github.com/django/django/pull/17437 - Refs #31300 -- Allowed testing GeneratedField without collation. https://github.com/django/django/pull/17427 - Fixed #34936 -- Fixed migration crash for DecimalField with db_default on SQLite. https://github.com/django/django/pull/17415 - Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index creation when deterministic collaction is set. https://github.com/django/django/pull/17423 - Refs #29850 -- Added exclusion support to window frames. https://github.com/django/django/pull/17414 - Fixed #32106 -- Preserved HTTP_HOST in test Client when following redirects. https://github.com/django/django/pull/17432 - Refs #34462 -- Moved ModelAdmin.log_deletion() test to a separate test case. https://github.com/django/django/pull/16792 - Fixed #34462 -- Made admin log actions in bulk. *Reviewed:* https://github.com/django/django/pull/17428 - Refs #15578 -- Made cosmetic edits to fixtures docs. https://github.com/django/django/pull/17429 - Refs #30601 -- Fixed typos in docs/topics/db/transactions.txt. *Authored:* https://github.com/django/django/pull/17440 - Refs #34941 -- Skipped OperationTests.test_alter_field_change_nullable_to_decimal_database_default_not_null on Oracle. https://github.com/django/django/pull/17441 - Fixed #34941 -- Fixed fetching decimal db_defaults for DecimalFields 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/0dffda5b-b21a-4200-8f60-6050e7e1e1dcn%40googlegroups.com.