django/tests/regressiontests/templates
Julien Phalip 6ae393d74d 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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17391 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-24 08:02:34 +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 various dodgy behaviours 2011-12-17 17:37:24 +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