django/tests/regressiontests/templates
Claude Paroz 9383a2761c Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17828 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-30 08:02:08 +00:00
..
eggs Removed executable bits from some files that don't need them. 2012-03-09 12:13:31 +00:00
templates Removed executable bits from some files that don't need them. 2012-03-09 12:13:31 +00:00
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 Convert the remainder of the relative imports in the tests to be absolute imports. 2011-10-13 21:34:56 +00:00
callables.py
context.py
custom.py Convert the remainder of the relative imports in the tests to be absolute imports. 2011-10-13 21:34:56 +00:00
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 Fixed #16770 -- Eliminated TemplateSyntaxError wrapping of exceptions. Thanks to Justin Myles-Holmes for report and draft patch. 2011-09-16 01:16:25 +00:00
parser.py
response.py Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
smartif.py
tests.py Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
unicode.py
urls.py Convert the remainder of the relative imports in the tests to be absolute imports. 2011-10-13 21:34:56 +00:00
views.py