From 6908b6593949a205d05da342060a9d952bd7b77c Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 29 Jun 2013 11:40:31 +0200 Subject: [PATCH] [1.6.x] Removed obsolete comment. Refs #20079. Thanks Gavin Wahl. --- django/contrib/auth/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/django/contrib/auth/models.py b/django/contrib/auth/models.py index 5fec99a783cce..406852a416468 100644 --- a/django/contrib/auth/models.py +++ b/django/contrib/auth/models.py @@ -14,7 +14,6 @@ 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