index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
template
/
backends
/
dummy.py
Age
Commit message (
Collapse
)
Author
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
Black 23.1.0 is released which, as the first release of the year, introduces the 2023 stable style. This incorporates most of last year's preview style. https://github.com/psf/black/releases/tag/23.1.0
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-09-10
Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline.
Mariusz Felisiak
2017-08-07
Removed unnecessary else clause in TemplateStrings.get_template().
Srinivas Reddy Thatiparthy
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-18
Refs #23919 -- Replaced io.open() with open().
Aymeric Augustin
io.open() is an alias for open() on Python 3.
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2015-05-06
Fixed #24119, #24120 -- Formalized debug integration for template backends.
Preston Timmons
2014-12-28
Added Django template backend.
Aymeric Augustin
2014-12-28
Added dummy template backend.
Aymeric Augustin