django1/django/contrib/auth/tests
Russell Keith-Magee b9039268a1 Fixed #19060 -- Corrected assumptions about the name of the User model in the ModelBackend.
Thanks to Ivan Virabyan for the report and initial patch.
2012-10-06 12:43:29 +08:00
..
templates Fixed #18991 -- Allowed permission lookup by "if in" 2012-09-30 19:38:16 +03:00
__init__.py fixed #10809 -- add a mod_wsgi authentication handler 2012-09-27 12:43:37 -07: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 Fixed a small oversight in auth tests 2012-09-27 10:24:34 -07:00
context_processors.py Fixed #18991 -- Allowed permission lookup by "if in" 2012-09-30 19:38:16 +03:00
custom_user.py Fixed #19060 -- Corrected assumptions about the name of the User model in the ModelBackend. 2012-10-06 12:43:29 +08:00
decorators.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
forms.py Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail 2012-09-26 14:14:51 +02:00
handlers.py Fixed #19057 -- support custom user models in mod_wsgi auth handler 2012-10-02 06:42:05 -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 #15915 -- Cleaned handling of duplicate permission codenames 2012-10-03 23:10:32 +03:00
models.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
remote_user.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08: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 #18991 -- Allowed permission lookup by "if in" 2012-09-30 19:38:16 +03:00
utils.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
views.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00