django1/django/contrib/auth/tests
Jacob Kaplan-Moss 87f4860718 [1.5.x] Fixed #20078: don't allow filtering on password in the user admin.
Backport of 9e462f8101 from master.
2013-03-27 11:52:40 -05: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 [1.5.x] Fixed #19776 -- Added missing import for backport 2013-02-08 00:28:37 -08:00
basic.py [1.5.x] Avoided unneeded assertion on Python 3 2013-02-15 16:11:53 +01:00
context_processors.py [1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:16:03 +01:00
custom_user.py [1.5.x] Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom User models. 2013-02-15 09:02:14 +08:00
decorators.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
forms.py [1.5.x] Fixed #19573 -- Allow override of username field label in AuthenticationForm 2013-01-10 09:07:06 +01:00
handlers.py [1.5.X] Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app. 2013-01-22 12:50:40 +01:00
hashers.py [1.5.x] Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt. 2013-02-25 20:04:26 +01:00
management.py [1.5.x] Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom User models. 2013-02-15 09:02:14 +08:00
models.py [1.5.X] Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app. 2013-01-22 12:50:40 +01: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
urls_admin.py [1.5.x] Fixed #20078: don't allow filtering on password in the user admin. 2013-03-27 11:52:40 -05:00
utils.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
views.py [1.5.x] Fixed #20078: don't allow filtering on password in the user admin. 2013-03-27 11:52:40 -05:00