diff options
| author | Simon Charette <charette.s@gmail.com> | 2016-02-04 11:47:51 -0500 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2016-02-04 12:30:34 -0500 |
| commit | 6eb3ce11e4d6be237ad2e4895d8ae0b7bc1803dc (patch) | |
| tree | 0b14e1f387c7009cb89fcf905722805bc43392f2 /docs | |
| parent | 19318507d92d35f5f5cee6bfb7c379efa309c4f8 (diff) | |
Fixed #26089 -- Removed custom user test models from public API.
Thanks to Tim Graham for the review.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.txt | 7 |
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 ~~~~~~~~~~~~~ |
