index
:
django.git
fix-31295
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
/
loaders
/
base.py
Age
Commit message (
Expand
)
Author
2020-11-21
Refs #15053 -- Clarified debug message when skipping templates to avoid recur...
Daniel Hahler
2017-02-17
Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-17
Refs #15053 -- Removed support for non-recursive template loading.
Tim Graham
2015-09-23
Removed template.loader.BaseLoader per deprecation timeline.
Tim Graham
2015-09-05
Refs #24235 -- Removed unused is_usable attribute from base template Loader.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-15
Fixed #24979 -- Removed usage of inspect.getargspec().
Tim Graham
2015-05-06
Moved engine-related exceptions to django.template.exceptions.
Preston Timmons
2015-04-22
Fixed #15053 -- Enabled recursive template loading.
Preston Timmons
2015-02-04
Fixed #24235 -- Removed is_usable attribute from template loaders.
Preston Timmons
2014-12-28
Removed extraneous arguments in Engine.from_string.
Aymeric Augustin
2014-12-28
Removed some uses of global APIs from django.template.loader.
Aymeric Augustin
2014-11-23
Moved make_origin into the Engine class.
Aymeric Augustin
2014-11-23
Moved template loaders management in Engine.
Aymeric Augustin
2014-11-16
Moved all template loaders under django.template.loaders.
Aymeric Augustin