django/tests/template_tests
Tim Graham aba74d6f1e [1.8.x] Fixed escaping regression in urlize filter.
Now that the URL is always unescaped as of refs #22267,
we should re-escape it before inserting it into the anchor.

Backport of 7b1a67cce5 from master
2015-03-10 19:12:20 -04:00
..
eggs
filter_tests [1.8.x] Fixed escaping regression in urlize filter. 2015-03-10 19:12:20 -04:00
jinja2/template_tests
other_templates
syntax_tests [1.8.x] Moved ifchanged tests into syntax_tests/test_if_changed.py. 2015-02-24 09:22:05 -05:00
templates
templatetags
__init__.py
alternate_urls.py
test_callables.py
test_context.py [1.8.x] Moved RequestContextTests into test_context. 2015-02-24 09:18:28 -05:00
test_custom.py [1.8.x] Moved TemplateTagLoading cases into test_custom. 2015-02-24 09:17:45 -05:00
test_engine.py
test_loaders.py
test_nodelist.py
test_parser.py [1.8.x] Moved test_token_smart_split into ParserTests. 2015-02-24 09:22:15 -05:00
test_response.py [1.8.x] Cleaned up template directory handling in template tests. 2015-02-24 09:22:25 -05:00
test_smartif.py
test_unicode.py
tests.py [1.8.x] Cleaned up template directory handling in template tests. 2015-02-24 09:22:25 -05:00
urls.py
utils.py
views.py