summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/contrib/auth/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/contrib/auth/models.py b/django/contrib/auth/models.py
index 16c6357c40..5e3c6451f9 100644
--- a/django/contrib/auth/models.py
+++ b/django/contrib/auth/models.py
@@ -14,7 +14,6 @@ from django.utils.translation import ugettext_lazy as _
from django.utils import timezone
from django.contrib import auth
-# UNUSABLE_PASSWORD is still imported here for backwards compatibility
from django.contrib.auth.hashers import (
check_password, make_password, is_password_usable)
from django.contrib.auth.signals import user_logged_in