1
0
mirror of https://github.com/django/django.git synced 2025-01-14 12:27:24 +00:00
django/tests/regressiontests/templates
Luke Plant 6fb4f6e299 Fixed #13765 - 'safe' parameter for urlencode filter
Thanks to KyleMac for the suggestion and SmileyChris for the patch

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-13 23:01:34 +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 Modified the egg template loader tests; firstly to ensure that we are testing the new, non-deprecated interface; secondly to ensure that the old deprecated interface is also tested, but deprecation warnings are silenced. 2010-09-12 21:53:35 +00:00
models.py
nodelist.py
parser.py
smartif.py
tests.py Fixed #13475 - for tag raises an exception when trying to unpack a non-iterable item 2010-09-07 20:30:46 +00:00
unicode.py
urls.py
views.py