diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-06-29 11:40:31 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-06-29 11:43:41 +0200 |
| commit | 6908b6593949a205d05da342060a9d952bd7b77c (patch) | |
| tree | 4c5a9e76372b334e180d7bdf020da4a0c3115599 | |
| parent | 7bd9c32f14a0a56089358f7927a3326e78bee093 (diff) | |
[1.6.x] Removed obsolete comment. Refs #20079.
Thanks Gavin Wahl.
| -rw-r--r-- | django/contrib/auth/models.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/contrib/auth/models.py b/django/contrib/auth/models.py index 5fec99a783..406852a416 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 |
