1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/django/template
2018-01-25 13:40:51 -05:00
..
backends Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
loaders Replaced some map() and filter() calls with generators. 2017-05-27 13:58:56 -04:00
__init__.py
base.py Fixed #28730 -- Fixed loss of precision for large integer literals in templates 2017-10-21 17:20:29 +02:00
context_processors.py Replaced temporary lists used for passing arguments with iterables. 2017-04-26 10:54:20 -04:00
context.py Fixed #28930 -- Simplified code with any() and all(). 2017-12-26 17:11:15 -05:00
defaultfilters.py Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
defaulttags.py Fixed #29060 -- Made {% firstof %} assign '' to the asvar if all inputs are false. 2018-01-25 13:40:51 -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
library.py Fixed #28129 -- Allowed custom template tags to use keyword-only arguments. 2017-05-11 10:09:44 -04:00
loader_tags.py Merged startswith() calls. 2017-09-25 09:18:29 -04:00
loader.py
response.py
smartif.py
utils.py