django1/django/template
Tim Graham e643ba8bcf Fixed #27956 -- Fixed display of errors in an {% extends %} child.
Thanks Ling-Xiao Yang for the report and test, and
Preston Timmons for the fix.
2017-03-25 08:22:12 -04:00
..
backends Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257. 2017-02-17 11:29:38 -05:00
loaders Refs #23919 -- Used yield from. 2017-02-23 20:06:01 -05:00
__init__.py Refs #25466 -- Removed aliases for LoaderOrigin and StringOrigin. 2017-01-17 20:52:01 -05:00
base.py Refs #23919 -- Used yield from. 2017-02-23 20:06:01 -05:00
context.py Fixed #27956 -- Fixed display of errors in an {% extends %} child. 2017-03-25 08:22:12 -04:00
context_processors.py Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257. 2017-02-17 11:29:38 -05:00
defaultfilters.py Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257. 2017-02-17 11:29:38 -05:00
defaulttags.py Refs #23919 -- Used yield from. 2017-02-23 20:06:01 -05:00
engine.py Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257. 2017-02-17 11:29:38 -05:00
exceptions.py Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257. 2017-02-17 11:29:38 -05:00
library.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
loader.py Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257. 2017-02-17 11:29:38 -05:00
loader_tags.py Fixed #27956 -- Fixed display of errors in an {% extends %} child. 2017-03-25 08:22:12 -04:00
response.py Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257. 2017-02-17 11:29:38 -05:00
smartif.py Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257. 2017-02-17 11:29:38 -05:00
utils.py Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 2017-01-20 08:01:02 -05:00