django1/django/template
Marc Tamlyn 212b9826bd Fixed #14516 -- Extract methods from removetags and slugify template filters
Patch by @jphalip updated to apply, documentation and release notes
added.

I've documented strip_tags as well as remove_tags as the difference
between the two wouldn't be immediately obvious.
2012-08-18 15:07:21 +01:00
..
loaders [py3] Fixed egg template loader. 2012-08-14 12:29:53 +02:00
__init__.py Fixed #12248 -- Refactored django.template to get code out of __init__.py, to help with avoiding circular import dependencies. Thanks to Tom Tobin for the patch. 2010-11-27 05:47:30 +00:00
base.py [py3] Made __repr__ return str with Python 3 2012-08-12 20:45:39 +02:00
context.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
debug.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
defaultfilters.py Fixed #14516 -- Extract methods from removetags and slugify template filters 2012-08-18 15:07:21 +01:00
defaulttags.py Fixed #18739 -- witdthratio behavior on None args 2012-08-11 19:24:18 -04:00
loader.py [py3] Replaced basestring by six.string_types. 2012-07-22 09:29:54 +02:00
loader_tags.py [py3] Fixed access to dict keys/values/items. 2012-08-07 12:00:22 +02:00
response.py [py3] Replaced basestring by six.string_types. 2012-07-22 09:29:54 +02:00
smartif.py IfParser.next() method renamed to avoid confusion with iterator protocol. 2012-06-14 23:12:15 +01:00