.. |
templates
|
Whitespace cleanup.
|
2013-10-10 16:49:20 -04:00 |
__init__.py
|
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
|
2013-05-10 23:08:45 -04:00 |
custom_user.py
|
Fixed #21164 -- Added documentation for issue with test users.
|
2013-10-08 10:32:56 +08:00 |
test_auth_backends.py
|
Fixed #15716 - Authentication backends can short-circuit authorization.
|
2014-05-16 12:57:38 -04:00 |
test_basic.py
|
flake8 fixes (unused imports and variables).
|
2014-02-18 11:33:30 -05:00 |
test_context_processors.py
|
Fixed #21977 -- Deprecated SimpleTestCase.urls
|
2014-04-06 17:33:43 -04:00 |
test_decorators.py
|
Fix many many typos in comments throughout the codebase
|
2014-04-26 10:18:45 -07:00 |
test_forms.py
|
Removed unused translations in auth tests
|
2014-05-20 12:21:05 +02:00 |
test_handlers.py
|
Imported override_settings from its new location.
|
2013-12-23 21:37:56 +01:00 |
test_hashers.py
|
Fixed #21535 -- Fixed password hash iteration upgrade.
|
2013-11-30 14:18:37 -05:00 |
test_management.py
|
Fixed many typos in comments and docstrings.
|
2014-03-03 07:38:09 -05:00 |
test_middleware.py
|
Fixed #21649 -- Added optional invalidation of sessions when user password changes.
|
2014-04-05 12:50:51 -04:00 |
test_models.py
|
Imported override_settings from its new location.
|
2013-12-23 21:37:56 +01:00 |
test_remote_user.py
|
Fixed #21977 -- Deprecated SimpleTestCase.urls
|
2014-04-06 17:33:43 -04:00 |
test_signals.py
|
Fixed #21977 -- Deprecated SimpleTestCase.urls
|
2014-04-06 17:33:43 -04:00 |
test_templates.py
|
Fixed #21977 -- Deprecated SimpleTestCase.urls
|
2014-04-06 17:33:43 -04:00 |
test_tokens.py
|
Fixed #21298 -- Fixed E301 pep8 warnings
|
2013-10-23 13:45:03 +01:00 |
test_views.py
|
Added additional checks in is_safe_url to account for flexible parsing.
|
2014-05-14 10:19:48 +02:00 |
urls.py
|
Fixed #22218 -- Deprecated django.conf.urls.patterns.
|
2014-04-03 07:28:10 -04:00 |
urls_admin.py
|
Fixed #22218 -- Deprecated django.conf.urls.patterns.
|
2014-04-03 07:28:10 -04:00 |
utils.py
|
Stopped using django.utils.unittest in the test suite.
|
2013-07-01 14:29:33 +02:00 |