Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/loaders/base.py
Commit message (Expand)AuthorAgeFilesLines
* Removed template.loader.BaseLoader per deprecation timeline.Tim Graham2015-09-241-2/+0
* Refs #24235 -- Removed unused is_usable attribute from ba...Tim Graham2015-09-051-1/+0
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-7/+8
* 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/+70
* 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/+2
* Moved template loaders management in Engine.Aymeric Augustin2014-11-231-3/+4
* Moved all template loaders under django.template.loaders.Aymeric Augustin2014-11-161-0/+47