django1/django/template
Jon Dufresne 8b3f1c35dd Removed unnecessary assignments in various code. 2019-04-24 13:09:29 +02:00
..
backends Refs #27753 -- Favored SafeString over SafeText. 2019-02-06 14:12:06 -05:00
loaders Removed template_cache attribute from cached template loader. 2019-01-18 18:35:00 -05:00
__init__.py Refs #25466 -- Removed aliases for LoaderOrigin and StringOrigin. 2017-01-17 20:52:01 -05:00
base.py Fixed typos in comments and docs. 2018-08-01 16:09:22 -04:00
context.py Simplified BaseContext.__iter__(). 2018-07-11 09:12:50 -04:00
context_processors.py Replaced temporary lists used for passing arguments with iterables. 2017-04-26 10:54:20 -04:00
defaultfilters.py Refs #29784 -- Normalized Python docs links to omit the version. 2018-09-25 10:19:42 +02:00
defaulttags.py Used 4 space hanging indent for dictionaries. 2019-01-02 18:18:19 -05:00
engine.py Fixed #29791 -- Made Engine.render_to_string() honor autoescape. 2019-03-25 17:59:07 -04: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 Fixed #28129 -- Allowed custom template tags to use keyword-only arguments. 2017-05-11 10:09:44 -04: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 Merged startswith() calls. 2017-09-25 09:18:29 -04:00
response.py Removed unnecessary assignments in various code. 2019-04-24 13:09:29 +02: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 Fixed #30159 -- Removed unneeded use of OrderedDict. 2019-02-06 13:48:39 -05:00