django/tests/regressiontests/templates/templates
Claude Paroz eb351ac9cb Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17934 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-24 19:55:52 +00:00
..
first
second
broken_base.html
inclusion.html
response.html Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. 2012-04-24 19:55:52 +00:00
ssi include with spaces.html Fixed #16677 -- Fixed the future version of the ssi template tag to work with template file names that contain spaces. Note that this fix cannot be applied to the currently deprecated version of the ssi tag since it requires an unquoted literal as parameter. Many thanks to Aymeric Augustin for the report and patch. 2011-08-25 23:02:15 +00:00
ssi_include.html
test_context.html
test_extends_error.html Removed executable bits from some files that don't need them. 2012-03-09 12:13:31 +00:00
test_incl_tag_current_app.html
test_incl_tag_use_l10n.html
test_include_error.html