1
0
mirror of https://github.com/django/django.git synced 2024-12-27 19:46:22 +00:00
django/django/template
Erik Romijn d16e4e1d6f [1.8.x] Fixed #24464 -- Made built-in HTML template filter functions escape their input by default.
This may cause some backwards compatibility issues, but may also
resolve security issues in third party projects that fail to heed warnings
in our documentation.

Thanks Markus Holtermann for help with tests and docs.

Backport of fa350e2f30 from master
2015-03-09 09:31:07 -04:00
..
backends [1.8.x] Deprecated TEMPLATE_DEBUG setting. 2015-02-15 20:48:48 +01: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] 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
context.py [1.8.x] Removed a non-obvious side-effect of assigning Context.template. 2015-02-20 22:28:24 +01: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 #24464 -- Made built-in HTML template filter functions escape their input by default. 2015-03-09 09:31:07 -04:00
defaulttags.py [1.8.x] Set context.template instead of context.engine while rendering. 2015-02-19 22:10:56 +01:00
engine.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
loader.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05: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