1
0
mirror of https://github.com/django/django.git synced 2025-10-24 22:26:08 +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:
Tim Graham
2015-10-26 18:43:42 -04:00
parent 5acf203db2
commit 590b8c1c57
7 changed files with 9 additions and 30 deletions

View File

@@ -30,9 +30,6 @@ with RemoveGroupsAndPermissions():
USERNAME_FIELD = 'email'
REQUIRED_FIELDS = ['date_of_birth']
class Meta:
app_label = 'auth'
def get_full_name(self):
return self.email