1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/django/template
2018-07-09 11:25:11 -04: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
base.py Fixed #29400 -- Fixed crash in custom template filters that use decorated functions. 2018-05-25 11:11:46 -04:00
context_processors.py
context.py Fixed #28930 -- Simplified code with any() and all(). 2017-12-26 17:11:15 -05:00
defaultfilters.py Removed unneded str() calls prior to mark_safe(); simplified mark_safe(). 2018-07-09 11:25:11 -04:00
defaulttags.py Used double quotation marks for csrf form element. 2018-05-03 08:57:18 +02:00
engine.py
exceptions.py
library.py
loader_tags.py Merged startswith() calls. 2017-09-25 09:18:29 -04:00
loader.py
response.py
smartif.py
utils.py Ref #23919 -- Replaced some os.path usage with pathlib.Path. 2018-04-19 21:30:00 -04:00