1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/tests/regressiontests/templates
2012-02-09 18:57:31 +00:00
..
eggs
templates
templatetags Fixed #16787 -- Restored the ability to {% load %} template tags libraries within packages. Thanks Ivan Sagalaev for the report and patch. 2011-11-21 10:28:12 +00:00
__init__.py
alternate_urls.py
callables.py
context.py
custom.py
filters.py Fixed #16416 -- Added two new date formatting options for timezones and ISO week numbers. Thanks, poirier. 2012-02-09 18:57:31 +00:00
loaders.py Removed remains from times when tests could be run outside of runtests.py. 2011-10-26 21:03:18 +00:00
models.py
nodelist.py
parser.py
response.py
smartif.py
tests.py Fixed #15092 -- Made {% now %} work with single-quoted string arguments. Thanks to ninja_otoko for the report and to steveire, Aymeric Augustin and Claude Paroz for the patch. 2012-01-24 08:02:34 +00:00
unicode.py
urls.py
views.py