From 3c18f8a3d2f61669493f9ff2015ddc027eada3d6 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Wed, 24 Aug 2016 20:20:12 +0300 Subject: Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fields. --- docs/releases/1.10.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt index b5c72c5e8b..2fd860527a 100644 --- a/docs/releases/1.10.1.txt +++ b/docs/releases/1.10.1.txt @@ -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`). -- cgit v1.3