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:
committed by
Mariusz Felisiak
parent
60a7bd8986
commit
9d726c7902
@@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user