Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/loaders/eggs.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25120 -- Deprecated egg template loader.Tim Graham2015-07-161-0/+2
* Removed unnecessary returnAndriy Sokolovskiy2015-06-291-1/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-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-9/+43
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+5
* Fixed #24235 -- Removed is_usable attribute from template...Preston Timmons2015-02-041-11/+14
* Removed dependency of template loaders on Django settings.Aymeric Augustin2014-11-231-2/+1
* Moved all template loaders under django.template.loaders.Aymeric Augustin2014-11-161-1/+2
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-3/+4
* Fixed the remaining E302 violations int eh django packageAlex Gaynor2013-11-031-0/+1
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-021-1/+1
* Fixed #19729 -- Removed leftover refactoring helper varia...Ramiro Morales2013-02-051-2/+0
* [py3] Fixed egg template loader.Aymeric Augustin2012-08-141-4/+9
* Advanced deprecations in django.template.Russell Keith-Magee2011-04-021-9/+0
* Fixed #12248 -- Refactored django.template to get code ou...Russell Keith-Magee2010-11-271-1/+1
* Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings ...Russell Keith-Magee2010-10-111-1/+1
* 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-13/+27
* Fixed #6430 -- Corrected the loading of templates from eg...Russell Keith-Magee2008-05-291-1/+1
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-041-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-0/+25