mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Removed unnecessary app_label='auth' on auth_tests models.
This is a relic of when the tests were stored in contrib.auth.tests.
This commit is contained in:
parent
5acf203db2
commit
590b8c1c57
7 changed files with 9 additions and 30 deletions
|
@ -269,7 +269,7 @@ class IsActiveTestCase(TestCase):
|
|||
# the is_active flag is saved
|
||||
self.assertFalse(user_fetched.is_active)
|
||||
|
||||
@override_settings(AUTH_USER_MODEL='auth.IsActiveTestUser1')
|
||||
@override_settings(AUTH_USER_MODEL='auth_tests.IsActiveTestUser1')
|
||||
def test_is_active_field_default(self):
|
||||
"""
|
||||
tests that the default value for is_active is provided
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue