1
0
mirror of https://github.com/django/django.git synced 2024-11-19 16:04:13 +00:00
django/tests/regressiontests/templates
Aymeric Augustin 49519328b4 Fixed #19392 -- Improved error for old-style url tags with dashes.
Thanks dloewenherz for the report.
2012-12-09 16:17:56 +01:00
..
eggs
templates
templatetags
__init__.py
alternate_urls.py
callables.py
context.py
custom.py [py3k] Silence many warnings while running the tests. 2012-09-07 13:17:34 -04:00
filters.py Fixed #19370 -- Made date filter properly handle midnight value 2012-11-27 21:24:16 +01:00
loaders.py Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:13:52 +01:00
models.py
nodelist.py
parser.py
response.py Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:13:52 +01:00
smartif.py
tests.py Fixed #19392 -- Improved error for old-style url tags with dashes. 2012-12-09 16:17:56 +01:00
unicode.py
urls.py
views.py