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
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
2013-12-27
Properly app_template_dirs when INSTALLED_APPS change.
Florian Apolloner
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-11-22
Fixed #21460 -- Reenabled proper template precedence in find_template
Pablo Martín
2013-11-02
Fixed the remaining E302 violations int eh django package
Alex Gaynor
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-26
Added further fixes, tests for #19949/f33db5a09a.
Ramiro Morales
2013-08-24
Fixed 19949 -- Cached template loader now caches TemplateDoesNotExist
SusanTan
2013-07-30
Fixed #20806 -- Cached loader caches find_template
Gavin Wahl
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-03-17
Fixed #19510 -- Race condition in template loading.
Aymeric Augustin
2013-02-27
[py3] Always fed hashlib with bytes.
Łukasz Langa
2013-02-04
Fixed #19729 -- Removed leftover refactoring helper variables.
Ramiro Morales
2012-08-14
[py3] Fixed egg template loader.
Aymeric Augustin
2012-08-08
[py3] Fixed filesystem encoding handling
Aymeric Augustin
2012-05-25
Specified when open should use binary mode.
Claude Paroz
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2011-12-30
Fixed #17303 -- Ensured the list of template loaders is fully loaded before i...
Aymeric Augustin
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-04-02
Advanced deprecations in django.template.
Russell Keith-Magee
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
[next]