mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fields.
This commit is contained in:
parent
9aaeec337e
commit
3c18f8a3d2
3 changed files with 22 additions and 2 deletions
|
@ -76,3 +76,6 @@ Bugfixes
|
|||
* Included the already applied migration state changes in the ``Apps`` instance
|
||||
provided to the ``pre_migrate`` signal receivers to allow ``ContentType``
|
||||
renaming to be performed on model rename (:ticket:`27100`).
|
||||
|
||||
* Reallowed subclassing ``UserCreationForm`` without ``USERNAME_FIELD`` in
|
||||
``Meta.fields`` (:ticket:`27111`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue