.. |
templates
|
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
|
2014-08-12 19:22:09 -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 #21832 -- Updated prompt, tests, and docs to show that USERNAME_FIELD supports FK after 9bc2d76 .
|
2014-07-08 08:21:41 -04:00 |
test_auth_backends.py
|
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
|
2014-09-29 00:01:38 +07:00 |
test_basic.py
|
Fixed #23488 -- Added AnonymousUser.get_username().
|
2014-09-18 10:48:28 -04:00 |
test_context_processors.py
|
Fixed #22477 -- Removed contrib middleware from the global settings defaults.
|
2014-06-13 12:45:56 -04:00 |
test_decorators.py
|
Limited lines to 119 characters in django/
|
2014-09-05 09:22:16 -04:00 |
test_forms.py
|
Limited lines to 119 characters in django/
|
2014-09-05 09:22:16 -04:00 |
test_handlers.py
|
Imported override_settings from its new location.
|
2013-12-23 21:37:56 +01:00 |
test_hashers.py
|
Bump the default iterations for PBKDF2.
|
2014-07-11 22:43:26 -07:00 |
test_management.py
|
Limited lines to 119 characters in django/
|
2014-09-05 09:22:16 -04: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
|
Fixed #7220 -- Allowed AbstractBaseUser.last_login to be null.
|
2014-08-01 17:51:49 -04:00 |
test_remote_user.py
|
Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USER change.
|
2014-08-20 14:39:40 -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
|
Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset().
|
2014-08-23 19:32:58 -04:00 |
urls.py
|
Limited lines to 119 characters in django/
|
2014-09-05 09:22:16 -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 |