django1/django/contrib/auth/tests
Claude Paroz 676e4d5497 [1.5.x] Fixed #19349 -- Fixed re-rendering of ReadOnlyPasswordHashWidget
Thanks tim.bowden at mapforge.com.au for the report, Andreas Hug
for the patch and Anton Baklanov for the review.
Backport of a0cd6dd11 from master.
2012-12-01 12:23:49 +01:00
..
templates [1.5.x] Fixed #19354 -- Do not assume usermodel.pk == usermodel.id 2012-11-29 21:52:22 +01:00
__init__.py [1.5.x] Updated User manager when testing custom AUTH_USER_MODEL 2012-11-24 16:01:10 +01:00
auth_backends.py Fixed #19060 -- Corrected assumptions about the name of the User model in the ModelBackend. 2012-10-06 12:43:29 +08:00
basic.py [1.5.x] Updated User manager when testing custom AUTH_USER_MODEL 2012-11-24 16:01:10 +01:00
context_processors.py Fixed #18991 -- Allowed permission lookup by "if in" 2012-09-30 19:38:16 +03:00
custom_user.py [1.5.x] Fixed #19061 -- added is_active attribute to AbstractBaseUser 2012-10-28 23:06:09 -07:00
decorators.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
forms.py [1.5.x] Fixed #19349 -- Fixed re-rendering of ReadOnlyPasswordHashWidget 2012-12-01 12:23:49 +01:00
handlers.py [1.5.x] Fixed #19057 (again) -- added additional tests 2012-10-29 22:33:46 -07:00
hashers.py Fixed #18182 -- Made is_usable_password check if hashing algorithm is correct 2012-09-12 11:32:50 +02:00
management.py Fixed #19067 -- Clarified handling of username in createsuperuser. 2012-10-13 13:36:07 +08:00
models.py [1.5.X] Added some test guards for some recently added auth tests. 2012-10-30 10:27:01 +08:00
remote_user.py [1.5.x] Fixed #17869 - force logout when REMOTE_USER header disappears 2012-10-29 22:58:36 -07:00
signals.py Fixed #18616 -- added user_login_fail signal to contrib.auth 2012-09-30 22:34:50 -07:00
tokens.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
urls.py Fixed a security issue related to password resets 2012-10-17 14:36:41 -07:00
utils.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
views.py [1.5.x] Fixed #19172 -- Isolated poisoned_http_host tests from 500 handlers 2012-10-29 17:29:28 +01:00