Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/loaders/cached.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-7/+7
* Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham2015-06-151-2/+2
* Moved engine-related exceptions to django.template.except...Preston Timmons2015-05-071-1/+1
* Fixed #15053 -- Enabled recursive template loading.Preston Timmons2015-04-221-10/+86
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-0/+1
* Fixed #24235 -- Removed is_usable attribute from template...Preston Timmons2015-02-041-1/+0
* Removed extraneous arguments in Engine.from_string.Aymeric Augustin2014-12-281-2/+2
* Removed some uses of global APIs from django.template.loa...Aymeric Augustin2014-12-281-2/+1
* Moved make_origin into the Engine class.Aymeric Augustin2014-11-231-2/+3
* Moved template loaders management in Engine.Aymeric Augustin2014-11-231-5/+3
* Removed unused API get_template_loaders.Aymeric Augustin2014-11-231-2/+2
* Used get_template_loaders in the cached loader.Aymeric Augustin2014-11-161-15/+4
* Refactored getting the list of template loaders.Aymeric Augustin2014-11-161-1/+2
* Moved all template loaders under django.template.loaders.Aymeric Augustin2014-11-161-1/+3
* Fixed #21460 -- Reenabled proper template precedence in f...Pablo Martín2013-11-221-0/+1
* Fixed the remaining E302 violations int eh django packageAlex Gaynor2013-11-031-0/+1
* Added further fixes, tests for #19949/f33db5a09a.Ramiro Morales2013-08-261-1/+5
* Fixed 19949 -- Cached template loader now caches Template...SusanTan2013-08-241-6/+8
* Fixed #20806 -- Cached loader caches find_templateGavin Wahl2013-07-301-12/+27
* Fixed #19510 -- Race condition in template loading.Aymeric Augustin2013-03-171-2/+4
* [py3] Always fed hashlib with bytes.Łukasz Langa2013-02-271-1/+2
* Fixed #17303 -- Ensured the list of template loaders is f...Aymeric Augustin2011-12-301-1/+5
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-2/+0
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-2/+2
* Fixed #12248 -- Refactored django.template to get code ou...Russell Keith-Magee2010-11-271-1/+1
* Refs #13573 -- Modified the key technique added in r13295...Russell Keith-Magee2010-05-211-3/+6
* Fixed #13573 -- Corrected problem with template caching w...Russell Keith-Magee2010-05-211-6/+9
* Fixed #12787: Correctly identify the template that does n...Karen Tracey2010-03-161-1/+8
* Fixed #12992: Adjusted the new template loader code so th...Karen Tracey2010-03-021-2/+2
* Changed a whole bunch of places to raise exception instan...Adrian Holovaty2010-01-101-1/+1
* Fixed #6262 -- Added a cached template loader, and modifi...Russell Keith-Magee2009-12-141-0/+46