summaryrefslogtreecommitdiff
path: root/django/template/loaders/eggs.py
AgeCommit message (Expand)Author
2017-01-17Refs #25120 -- Removed template.loaders.eggs.Loader per deprecation timeline.Tim Graham
2017-01-17Refs #15053 -- Removed support for non-recursive template loading.Tim Graham
2015-11-17Fixed #25682 -- Removed bare except clauses.Attila Tovt
2015-07-16Fixed #25120 -- Deprecated egg template loader.Tim Graham
2015-06-29Removed unnecessary returnAndriy Sokolovskiy
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-06Moved engine-related exceptions to django.template.exceptions.Preston Timmons
2015-04-22Fixed #15053 -- Enabled recursive template loading.Preston Timmons
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-04Fixed #24235 -- Removed is_usable attribute from template loaders.Preston Timmons
2014-11-23Removed dependency of template loaders on Django settings.Aymeric Augustin
2014-11-16Moved all template loaders under django.template.loaders.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Stopped iterating on INSTALLED_APPS.Aymeric Augustin
2013-11-02Fixed the remaining E302 violations int eh django packageAlex Gaynor
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-02-04Fixed #19729 -- Removed leftover refactoring helper variables.Ramiro Morales
2012-08-14[py3] Fixed egg template loader.Aymeric Augustin
2011-04-02Advanced deprecations in django.template.Russell Keith-Magee
2010-11-27Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
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
2008-05-29Fixed #6430 -- Corrected the loading of templates from eggs, which was broken...Russell Keith-Magee
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty