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
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
2010-11-27
Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...
Russell Keith-Magee
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-05-21
Refs #13573 -- Modified the key technique added in r13295 to be more robust a...
Russell Keith-Magee
2010-05-21
Fixed #13573 -- Corrected problem with template caching when template directo...
Russell Keith-Magee
2010-03-16
Fixed #12787: Correctly identify the template that does not exist when a temp...
Karen Tracey
2010-03-01
Fixed #12992: Adjusted the new template loader code so that the template
Karen Tracey
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2009-12-14
Fixed #6262 -- Added a cached template loader, and modified existing template...
Russell Keith-Magee
2009-04-02
Fixed #10053: the most exciting commit you'll ever see.
Jacob Kaplan-Moss
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2008-11-13
Fixed #9579 -- Properly handle apps running with (and specifically, loading t...
Karen Tracey
2008-10-06
Added some better error reporting and path handling when creating template pa...
Malcolm Tredinnick
2008-05-29
Fixed #6430 -- Corrected the loading of templates from eggs, which was broken...
Russell Keith-Magee
2007-07-23
Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2006-10-30
Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...
Adrian Holovaty
2006-08-13
Fixed incorrect error message in django.template.loaders.filesystem if you pa...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
[prev]