1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/tests/template_tests
Aymeric Augustin 5523e4cdbb Removed private API find_template.
It wasn't documented and it wasn't used anywhere, except in a few tests
that don't test it specifically and can be rewritten with get_template.
2014-12-28 16:23:01 +01:00
..
eggs
filter_tests Isolated template tests from Django settings. 2014-12-28 16:23:01 +01:00
other_templates
syntax_tests Isolated template tests from Django settings. 2014-12-28 16:23:01 +01:00
templates Added newlines to the ends of CSS, HTML, and JavaScript files missing them. 2014-08-12 19:22:09 -04:00
templatetags
__init__.py
alternate_urls.py
test_callables.py Fixing E302 Errors 2013-11-02 23:48:47 -05:00
test_context.py Harmonized some PEP 0263 coding preambles 2014-05-15 19:58:41 +02:00
test_custom.py
test_loaders.py Removed private API find_template. 2014-12-28 16:23:01 +01:00
test_nodelist.py Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00
test_parser.py Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00
test_response.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_smartif.py
test_unicode.py Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00
tests.py Supported multiple template engines in get_template and select_template. 2014-12-28 16:23:01 +01:00
urls.py Fixed #23276 -- Deprecated passing views as strings to url(). 2014-08-12 13:15:40 -04:00
utils.py Isolated template tests from Django settings. 2014-12-28 16:23:01 +01:00
views.py