django/tests/regressiontests/templates
Russell Keith-Magee 1070c57b83 Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14138 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-11 12:20:07 +00:00
..
eggs
templates Fixed #13573 -- Corrected problem with template caching when template directories are provided. Thanks to lamby for the report. 2010-05-21 08:54:15 +00:00
templatetags
__init__.py
context.py
custom.py
filters.py Fixed #13765 - 'safe' parameter for urlencode filter 2010-09-13 23:01:34 +00:00
loaders.py Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code. 2010-10-11 12:20:07 +00:00
models.py
nodelist.py
parser.py
smartif.py
tests.py Fixed #13568 -- Fixed the blocktrans tag to not raise a KeyError if the number of variables in the singular and the plural block differ. Thanks, deloide. 2010-10-01 02:02:01 +00:00
unicode.py
urls.py
views.py