django1/django/contrib/auth/tests
Anssi Kääriäinen 50d573d2c0 Fixed #18979 -- Avoid endless loop caused by "val in PermLookupDict"
Fixed by defining __iter__ which raises TypeError. This was done to
PermWrapper earlier.
2012-09-27 15:36:30 +03:00
..
templates Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail 2012-09-26 14:14:51 +02:00
__init__.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
auth_backends.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
basic.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
context_processors.py Fixed #18979 -- Avoid endless loop caused by "val in PermLookupDict" 2012-09-27 15:36:30 +03:00
custom_user.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +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
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 #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08: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 #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
tokens.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
urls.py Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 2011-09-11 22:36:16 +00: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