summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-06-29 11:40:31 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-06-29 11:42:34 +0200
commitc8756e17fbd5293ee1e0582201c41e2febc58ae1 (patch)
tree13f931da30c7d2d3866babf7f34b02045aa6c748
parentadc6f38867dd5b57c9e1c50395eec01f6bdd651f (diff)
Removed obsolete comment. Refs #20079.
Thanks Gavin Wahl.
-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