1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #34187 -- Made UserCreationForm save many-to-many fields.

This commit is contained in:
sdolemelipone
2022-11-27 19:49:02 +00:00
committed by Mariusz Felisiak
parent 60a7bd8986
commit 9d726c7902
5 changed files with 35 additions and 0 deletions

View File

@@ -65,6 +65,9 @@ Minor features
* The default iteration count for the PBKDF2 password hasher is increased from
390,000 to 480,000.
* :class:`~django.contrib.auth.forms.UserCreationForm` now saves many-to-many
form fields for a custom user model.
:mod:`django.contrib.contenttypes`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~