summaryrefslogtreecommitdiff
path: root/django/contrib/auth/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/auth/models.py')
-rw-r--r--django/contrib/auth/models.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/django/contrib/auth/models.py b/django/contrib/auth/models.py
index 83bdb95dab..a0ed4f366f 100644
--- a/django/contrib/auth/models.py
+++ b/django/contrib/auth/models.py
@@ -369,6 +369,3 @@ class AnonymousUser(object):
def is_authenticated(self):
return False
-
-# Register the admin options for these models.
-from django.contrib.auth import admin