summaryrefslogtreecommitdiff
path: root/django/template/loaders/app_directories.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2015-03-02Fixed #24409 -- Combined the app_directories and filesystem loader implementa...Preston Timmons
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-16Refactored listing template subdirectories in apps.Aymeric Augustin
2014-11-16Moved all template loaders under django.template.loaders.Aymeric Augustin
2014-11-11Normalized opening a file and decoding its content.Aymeric Augustin
2014-11-11Raised SuspiciousFileOperation in safe_join.Aymeric Augustin
2013-12-27Don't try to load app directory templates from apps with a path (eg eggs)Florian Apolloner
2013-12-27Properly app_template_dirs when INSTALLED_APPS change.Florian Apolloner
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-07-29Deprecated django.utils.importlibClaude Paroz
2013-02-04Fixed #19729 -- Removed leftover refactoring helper variables.Ramiro Morales
2012-08-08[py3] Fixed filesystem encoding handlingAymeric Augustin
2012-05-25Specified when open should use binary mode.Claude Paroz
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
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
2009-04-02Fixed #10053: the most exciting commit you'll ever see.Jacob Kaplan-Moss
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2008-11-13Fixed #9579 -- Properly handle apps running with (and specifically, loading t...Karen Tracey
2008-10-06Added some better error reporting and path handling when creating template pa...Malcolm Tredinnick
2007-07-23Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo...Gary Wilson Jr
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty