django1/django/template
Aymeric Augustin 47ee7b48ad Fixed #24338 -- Accepted Template wrapper in {% extends %}.
Explicitly checking for django.template.Template subclasses is
preferrable to duck-typing because both the django.template.Template and
django.template.backends.django.Template have a render() method.

Thanks spectras for the report.
2015-02-14 10:21:06 +01:00
..
backends Split DTL context creation into its own function. 2015-02-10 14:34:05 +01:00
loaders Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
__init__.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
base.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
context.py Split DTL context creation into its own function. 2015-02-10 14:34:05 +01:00
context_processors.py Simplified the lazy CSRF token implementation in csrf context processor. 2015-02-08 15:02:43 -05:00
debug.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
defaultfilters.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
defaulttags.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
engine.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
loader.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
loader_tags.py Fixed #24338 -- Accepted Template wrapper in {% extends %}. 2015-02-14 10:21:06 +01:00
response.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
smartif.py Fixed #23913 -- Deprecated the `=` comparison in `if` template tag. 2015-01-11 15:21:01 -05:00
utils.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00