django/tests/template_tests
Aymeric Augustin 7eefdbf7ab Cleaned up the django.template namespace.
Since this package is going to hold both the implementation of the Django
Template Language and the infrastructure for Multiple Template Engines,
it should be untied from the DTL as much as possible within our
backwards-compatibility policy.

Only public APIs (i.e. APIs mentioned in the documentation) were left.
2014-12-28 14:47:31 +01:00
..
eggs
filter_tests Fixed #16028 -- Moved defaultfilters tests into template_tests. 2014-12-16 14:45:19 -05:00
other_templates
syntax_tests Refs #23890 -- Restored silencing of numpy DeprecationWarnings in template tests. 2014-12-06 11:27:15 -05:00
templates
templatetags
__init__.py
alternate_urls.py
test_callables.py
test_context.py
test_custom.py
test_loaders.py Removed obsolete code for running test_loaders.py. 2014-12-13 22:51:57 +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 Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00
urls.py
utils.py Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00
views.py