summaryrefslogtreecommitdiff
path: root/django/template/loaders/cached.py
AgeCommit message (Expand)Author
2013-11-22Fixed #21460 -- Reenabled proper template precedence in find_templatePablo Martín
2013-11-02Fixed the remaining E302 violations int eh django packageAlex Gaynor
2013-08-26Added further fixes, tests for #19949/f33db5a09a.Ramiro Morales
2013-08-24Fixed 19949 -- Cached template loader now caches TemplateDoesNotExistSusanTan
2013-07-30Fixed #20806 -- Cached loader caches find_templateGavin Wahl
2013-03-17Fixed #19510 -- Race condition in template loading.Aymeric Augustin
2013-02-27[py3] Always fed hashlib with bytes.Łukasz Langa
2011-12-30Fixed #17303 -- Ensured the list of template loaders is fully loaded before i...Aymeric Augustin
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2010-11-27Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...Russell Keith-Magee
2010-05-21Refs #13573 -- Modified the key technique added in r13295 to be more robust a...Russell Keith-Magee
2010-05-21Fixed #13573 -- Corrected problem with template caching when template directo...Russell Keith-Magee
2010-03-16Fixed #12787: Correctly identify the template that does not exist when a temp...Karen Tracey
2010-03-01Fixed #12992: Adjusted the new template loader code so that the templateKaren Tracey
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2009-12-14Fixed #6262 -- Added a cached template loader, and modified existing template...Russell Keith-Magee