0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/tests/template_tests
Berker Peksag 560b4207b1 Removed redundant numbered parameters from str.format().
Since Python 2.7 and 3.1, "{0} {1}" is equivalent to "{} {}".
2014-12-03 14:27:38 -05:00
..
eggs
other_templates
syntax_tests Fixed "no such test method" error in template_tests. 2014-12-03 13:04:23 +01:00
templates
templatetags
__init__.py
alternate_urls.py
filters.py Fixed #23768 -- Rewrote template tests as unit tests. 2014-12-02 19:18:35 -05:00
test_callables.py
test_context.py
test_custom.py
test_loaders.py Moved template loaders management in Engine. 2014-11-23 11:52:12 +01:00
test_nodelist.py
test_parser.py
test_response.py Fixed #23789 -- TemplateResponse handles context differently from render 2014-11-10 14:47:45 +00:00
test_smartif.py
test_unicode.py
tests.py Removed redundant numbered parameters from str.format(). 2014-12-03 14:27:38 -05:00
urls.py
views.py