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
|
@ -250,7 +250,7 @@ class ExtensionUserModelBackendTest(BaseModelBackendTest, TestCase):
|
|||
)
|
||||
|
||||
|
||||
@override_settings(AUTH_USER_MODEL='auth.CustomPermissionsUser')
|
||||
@override_settings(AUTH_USER_MODEL='auth_tests.CustomPermissionsUser')
|
||||
class CustomPermissionsUserModelBackendTest(BaseModelBackendTest, TestCase):
|
||||
"""
|
||||
Tests for the ModelBackend using the CustomPermissionsUser model.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue