From 6eb3ce11e4d6be237ad2e4895d8ae0b7bc1803dc Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Thu, 4 Feb 2016 11:47:51 -0500 Subject: Fixed #26089 -- Removed custom user test models from public API. Thanks to Tim Graham for the review. --- docs/releases/1.10.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') 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 ~~~~~~~~~~~~~ -- cgit v1.3