summaryrefslogtreecommitdiff
path: root/django/contrib/auth/apps.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/auth/apps.py')
-rw-r--r--django/contrib/auth/apps.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/auth/apps.py b/django/contrib/auth/apps.py
index b9d271bb1f..4e4ef06d27 100644
--- a/django/contrib/auth/apps.py
+++ b/django/contrib/auth/apps.py
@@ -11,6 +11,7 @@ from .signals import user_logged_in
class AuthConfig(AppConfig):
+ default_auto_field = 'django.db.models.AutoField'
name = 'django.contrib.auth'
verbose_name = _("Authentication and Authorization")