django1/django/template
Tobias Kunze bf9e0e342d [2.2.x] Refs #20122 -- Corrected documentation of pluralize template filter.
Backport of e3968df527 from master
2019-05-03 11:53:56 +02:00
..
backends Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
loaders Refs #27795 -- Removed force_bytes() usage in django/template/loaders/cached.py. 2018-02-10 11:25:47 -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 [2.2.x] Refs #20122 -- Corrected documentation of pluralize template filter. 2019-05-03 11:53:56 +02:00
defaulttags.py Used 4 space hanging indent for dictionaries. 2019-01-02 18:18:19 -05:00
engine.py Refs #28909 -- Simplifed code using unpacking generalizations. 2018-09-28 09:57:12 -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 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 Ref #23919 -- Replaced some os.path usage with pathlib.Path. 2018-04-19 21:30:00 -04:00