1
0
mirror of https://github.com/django/django.git synced 2025-01-04 23:46:09 +00:00
django/tests/template_tests
Aymeric Augustin 5fbec369aa [1.8.x] Fixed #24273 -- Allowed copying RequestContext more than once.
Thanks Collin Anderson for the report.

Backport of 31d3a355 from master
2015-02-05 14:07:18 +01:00
..
eggs
filter_tests
jinja2/template_tests [1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:32:14 +01:00
other_templates
syntax_tests [1.8.x] Removed usage of deprecated removetags in a template test. 2015-01-18 18:33:56 -05:00
templates [1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:32:14 +01:00
templatetags
__init__.py
alternate_urls.py
test_callables.py
test_context.py [1.8.x] Fixed #24273 -- Allowed copying RequestContext more than once. 2015-02-05 14:07:18 +01:00
test_custom.py
test_loaders.py Deprecated passing a Context to a generic Template.render. 2015-01-12 21:01:34 +01:00
test_nodelist.py
test_parser.py
test_response.py [1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:32:14 +01:00
test_smartif.py
test_unicode.py
tests.py Deprecated passing a Context to a generic Template.render. 2015-01-12 21:01:34 +01:00
urls.py
utils.py
views.py