django1/django/template
Tim Graham 1153bccc1b [1.8.x] Refs #24324 -- Fixed crash in {% debug %} tag on Python 2.
If Django is installed in a path that contains non-ASCII characters,
the tag failed with UnicodeDecodeError.

Backport of 098fa12dd3 from master
2015-02-18 07:35:56 -05: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] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
context.py [1.8.x] Split DTL context creation into its own function. 2015-02-10 14:35:05 +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] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
defaulttags.py [1.8.x] Refs #24324 -- Fixed crash in {% debug %} tag on Python 2. 2015-02-18 07:35:56 -05: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] Fixed #24338 -- Accepted Template wrapper in {% extends %}. 2015-02-14 10:36:44 +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