django/tests/template_tests
Preston Timmons f91d7366e0 Fixed #16028 -- Moved defaultfilters tests into template_tests. 2014-12-16 14:45:19 -05:00
..
eggs
filter_tests Fixed #16028 -- Moved defaultfilters tests into template_tests. 2014-12-16 14:45:19 -05:00
other_templates Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE_DIRS. 2013-09-18 07:37:08 -04:00
syntax_tests Refs #23890 -- Restored silencing of numpy DeprecationWarnings in template tests. 2014-12-06 11:27:15 -05:00
templates Added newlines to the ends of CSS, HTML, and JavaScript files missing them. 2014-08-12 19:22:09 -04:00
templatetags Fixed #21741 -- Fixed render_to_string to stop pushing empty dictionaries to its Context 2014-02-22 23:33:48 +01:00
__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 obsolete code for running test_loaders.py. 2014-12-13 22:51:57 +01:00
test_nodelist.py Avoided using private API get_template_from_string. 2014-10-31 11:38:53 +01:00
test_parser.py
test_response.py Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_smartif.py
test_unicode.py
tests.py Fixed #23958 -- Rewrote filter tests as unit tests. 2014-12-06 10:57:46 -05:00
urls.py Fixed #23276 -- Deprecated passing views as strings to url(). 2014-08-12 13:15:40 -04:00
utils.py Fixed #23958 -- Rewrote filter tests as unit tests. 2014-12-06 10:57:46 -05:00
views.py