mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Normalized casing of "custom user model".
This commit is contained in:
parent
d02a03d574
commit
93a081946d
8 changed files with 88 additions and 92 deletions
|
@ -263,7 +263,7 @@ class CreatesuperuserManagementCommandTestCase(TestCase):
|
|||
|
||||
@override_settings(AUTH_USER_MODEL='auth_tests.CustomUser')
|
||||
def test_swappable_user(self):
|
||||
"A superuser can be created when a custom User model is in use"
|
||||
"A superuser can be created when a custom user model is in use"
|
||||
# We can use the management command to create a superuser
|
||||
# We skip validation because the temporary substitution of the
|
||||
# swappable User model messes with validation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue