django1/django/template
Tim Graham 2b81faab25
Fixed #28906 -- Removed unnecessary bool() calls.
2017-12-07 17:13:07 -05:00
..
backends Fixed #28906 -- Removed unnecessary bool() calls. 2017-12-07 17:13:07 -05:00
loaders Replaced some map() and filter() calls with generators. 2017-05-27 13:58:56 -04:00
__init__.py Refs #25466 -- Removed aliases for LoaderOrigin and StringOrigin. 2017-01-17 20:52:01 -05:00
base.py Fixed #28730 -- Fixed loss of precision for large integer literals in templates 2017-10-21 17:20:29 +02:00
context.py Simplified various __eq__() methods. 2017-09-28 09:18:37 -04:00
context_processors.py Replaced temporary lists used for passing arguments with iterables. 2017-04-26 10:54:20 -04:00
defaultfilters.py Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05:00
defaulttags.py Fixed #28907 -- Removed unnecessary if statements. 2017-12-07 17:12:00 -05:00
engine.py Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates engine if multiple are defined. 2017-03-31 17:26:42 -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 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 2017-01-20 08:01:02 -05:00