Week ending February 5, 2023
Released Django 4.1.6, 4.0.9, and 3.2.17.
Triaged:
https://code.djangoproject.com/ticket/34301 -
"show_save_as_new" in admin can add without this permission
(accepted)
https://code.djangoproject.com/ticket/34304 - Adding and
removing a conditional UniqueConstraint to ForeignKey multiple
times crashes on MySQL (accepted)
https://code.djangoproject.com/ticket/34307 - Issue with
min_num logic in InlineFormsets (needsinfo)
https://code.djangoproject.com/ticket/16180 -
IGNORED_PARAMS customization (wontfix)
https://code.djangoproject.com/ticket/34308 - Create
Serializers for models (wontfix)
https://code.djangoproject.com/ticket/34310 - Add deletion
example at one_to_one relations documentation (accepted)
Reviewed/committed:
https://github.com/django/django/pull/16499 - Fixed #34283
-- Escaped title in admin's changelist filters.
https://github.com/django/django/pull/16510 - Fixed #34180
-- Added note about resetting language in test tear-downs.
https://github.com/django/django/pull/16509 - Fixed #34304
-- Made MySQL's SchemaEditor.remove_constraint() don't create
foreign key index when unique constraint is ignored.
https://github.com/django/django/pull/16516 - Refs #33476
-- Applied Black's 2023 stable style.
https://github.com/django/django/pull/16517 - Fixed #34286
-- Fixed admindocs markups for case-sensitive template/view
names.
https://github.com/django/django/pull/16454 - Fixed #34259
-- Passed called_from_command_line to command subparsers.
Authored:
https://github.com/django/django/pull/16518 - Improved
error message for ASCIIUsernameValidator.
https://github.com/django/django/pull/16521 - [4.2.x]
Increased the default PBKDF2 iterations for Django 4.2.
https://github.com/django/django/pull/16522 - Increased
the default PBKDF2 iterations for Django 5.0.
Best,
Mariusz