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
/
loaders
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-11-21
Refs #15053 -- Clarified debug message when skipping templates to avoid recur...
Daniel Hahler
2020-11-05
Refs #25791 -- Added get_dirs() method to cached template loader.
Tom Forbes
2019-01-18
Removed template_cache attribute from cached template loader.
Tom Forbes
2019-01-18
Fixed #30107 -- Removed unused dirs variable from cache template loader keys.
Tim Graham
2018-02-10
Refs #27795 -- Removed force_bytes() usage in django/template/loaders/cached.py.
Jon Dufresne
2017-05-27
Replaced some map() and filter() calls with generators.
Tom
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-17
Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-07
Refs #27795 -- Removed force_text from the template layer
Claude Paroz
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-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Replaced io.open() with open().
Aymeric Augustin
2017-01-17
Refs #25120 -- Removed template.loaders.eggs.Loader per deprecation timeline.
Tim Graham
2017-01-17
Refs #15053 -- Removed support for non-recursive template loading.
Tim Graham
2016-12-14
Fixed #27598 -- Allowed specifying directories for a filesystem template loader.
Tim Graham
2016-05-10
Fixed #26603 -- Forced lazy template names to text when computing cache key.
Simon Charette
2016-04-24
Fixed #26536 -- Preserved leading dashes of the cached template loader keys.
Simon Charette
2016-03-16
Fixed #26306 -- Fixed memory leak in cached template loader.
Alex Hill
2016-02-26
Fixed #26280 -- Fixed cached template loader crash when loading nonexistent t...
Ivan Tsouvarev
2015-11-17
Fixed #25682 -- Removed bare except clauses.
Attila Tovt
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-07-16
Fixed #25120 -- Deprecated egg template loader.
Tim Graham
2015-06-29
Removed unnecessary return
Andriy Sokolovskiy
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-03-03
Fixed #24399 -- Made filesystem loaders use more specific exceptions.
Preston Timmons
2015-03-02
Fixed #24409 -- Combined the app_directories and filesystem loader implementa...
Preston Timmons
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
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
Removed dependency of template loaders on Django settings.
Aymeric Augustin
2014-11-23
Moved template loaders management in Engine.
Aymeric Augustin
2014-11-23
Removed unused API get_template_loaders.
Aymeric Augustin
2014-11-16
Removed support for function-based template loaders.
Aymeric Augustin
2014-11-16
Used get_template_loaders in the cached loader.
Aymeric Augustin
2014-11-16
Refactored getting the list of template loaders.
Aymeric Augustin
2014-11-16
Refactored listing template subdirectories in apps.
Aymeric Augustin
2014-11-16
Removed skip_template argument of locmem.Loader.load_template_source.
Aymeric Augustin
2014-11-16
Removed the "test:" prefix from locmem template identifiers.
Aymeric Augustin
2014-11-16
Moved all template loaders under django.template.loaders.
Aymeric Augustin
2014-11-11
Normalized opening a file and decoding its content.
Aymeric Augustin
2014-11-11
Raised SuspiciousFileOperation in safe_join.
Aymeric Augustin
2013-12-27
Don't try to load app directory templates from apps with a path (eg eggs)
Florian Apolloner
[next]