django/tests/view_tests/tests
Unai Zalakain 4dc4d12e27 Fixed #21598 -- cleaned up template loader overrides in tests
- Template loader overriding is managed with contexts.
- The test loader is a class (function based loaders entered deprecation timeline
  in 1.4).
- Template loader overrider that overrides with test loader added.
2014-05-22 18:35:16 -04:00
..
__init__.py Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
test_csrf.py Fixed #21977 -- Deprecated SimpleTestCase.urls 2014-04-06 17:33:43 -04:00
test_debug.py Fixed #21598 -- cleaned up template loader overrides in tests 2014-05-22 18:35:16 -04:00
test_defaults.py Fixed #21598 -- cleaned up template loader overrides in tests 2014-05-22 18:35:16 -04:00
test_i18n.py Fixed #21977 -- Deprecated SimpleTestCase.urls 2014-04-06 17:33:43 -04:00
test_json.py Harmonized some PEP 0263 coding preambles 2014-05-15 19:58:41 +02:00
test_shortcuts.py Fixed #21977 -- Deprecated SimpleTestCase.urls 2014-04-06 17:33:43 -04:00
test_specials.py Harmonized some PEP 0263 coding preambles 2014-05-15 19:58:41 +02:00
test_static.py Fixed #21977 -- Deprecated SimpleTestCase.urls 2014-04-06 17:33:43 -04:00