summaryrefslogtreecommitdiff
path: root/tests/auth_tests/models/uuid_pk.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auth_tests/models/uuid_pk.py')
-rw-r--r--tests/auth_tests/models/uuid_pk.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auth_tests/models/uuid_pk.py b/tests/auth_tests/models/uuid_pk.py
index 44ec4410aa..7c65226493 100644
--- a/tests/auth_tests/models/uuid_pk.py
+++ b/tests/auth_tests/models/uuid_pk.py
@@ -8,6 +8,3 @@ with RemoveGroupsAndPermissions():
class UUIDUser(AbstractUser):
"""A user with a UUID as primary key"""
id = models.UUIDField(default=uuid.uuid4, primary_key=True)
-
- class Meta:
- app_label = 'auth'