django1/django/contrib/auth/tests
Claude Paroz 82a74dce24 Used TransactionTestCase in ModWsgiHandlerTestCase
Now the data created in setUp() is not discarded when the connection
is closed in the handler's methods.
2012-09-29 12:10:52 +02:00
..
templates Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail 2012-09-26 14:14:51 +02:00
__init__.py fixed #10809 -- add a mod_wsgi authentication handler 2012-09-27 12:43:37 -07:00
auth_backends.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
basic.py Fixed a small oversight in auth tests 2012-09-27 10:24:34 -07: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
handlers.py Used TransactionTestCase in ModWsgiHandlerTestCase 2012-09-29 12:10:52 +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