summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index 7329a6717d..602bf311f3 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -448,6 +448,13 @@ output::
}
}
+``auth.CustomUser`` and ``auth.ExtensionUser`` test models were removed.
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Since the introduction of migrations for the contrib apps in Django 1.8, the
+tables of these custom user test models were not created anymore making them
+unusable in a testing context.
+
Miscellaneous
~~~~~~~~~~~~~