mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #26089 -- Removed custom user test models from public API.
Thanks to Tim Graham for the review.
This commit is contained in:
@@ -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
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user