django1/django/template
Preston Timmons 7ae7600d2b [1.8.x] Updated docstring for firstof tag to reflect new auto-escaping behavior.
Backport of a1842e3299 from master
2015-04-03 07:29:09 -04:00
..
backends [1.8.x] Fixed #24538 -- Allowed self in Jinja context 2015-04-01 12:27:52 -04:00
loaders [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
__init__.py [1.8.x] Fixed E265 comment style 2015-02-06 09:35:08 -05:00
base.py [1.8.x] Fixed #23441, #24555 -- Improved the behavior of InclusionNode. 2015-04-01 13:12:18 -04:00
context.py [1.8.x] Removed a non-obvious side-effect of assigning Context.template. 2015-02-20 22:28:24 +01:00
context_processors.py [1.8.x] Simplified the lazy CSRF token implementation in csrf context processor. 2015-02-08 15:03:29 -05:00
debug.py [1.8.x] Removed unnecessary __init__ definition from DebugLexer. 2015-02-16 18:06:53 -05:00
defaultfilters.py [1.8.x] Fixed typo in escape_filter() docstring. 2015-03-19 07:22:21 -04:00
defaulttags.py [1.8.x] Updated docstring for firstof tag to reflect new auto-escaping behavior. 2015-04-03 07:29:09 -04:00
engine.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
loader.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
loader_tags.py [1.8.x] Set context.template instead of context.engine while rendering. 2015-02-19 22:10:56 +01:00
response.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
smartif.py Fixed #23913 -- Deprecated the `=` comparison in `if` template tag. 2015-01-11 15:21:01 -05:00
utils.py [1.8.x] Refs #24324 -- Fixed get_app_template_dirs() UnicodeDecodeError on Python 2. 2015-02-17 08:24:36 -05:00