summaryrefslogtreecommitdiff
path: root/django/template/loaders/filesystem.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-1/+0
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.Tim Graham2017-01-251-6/+2
* Refs #23919 -- Replaced io.open() with open().Aymeric Augustin2017-01-181-2/+1
* Refs #15053 -- Removed support for non-recursive template loading.Tim Graham2017-01-171-19/+2
* Fixed #27598 -- Allowed specifying directories for a filesystem template loader.Tim Graham2016-12-141-1/+5
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Moved engine-related exceptions to django.template.exceptions.Preston Timmons2015-05-061-1/+1
* Fixed #15053 -- Enabled recursive template loading.Preston Timmons2015-04-221-12/+32
* Fixed #24399 -- Made filesystem loaders use more specific exceptions.Preston Timmons2015-03-031-2/+4
* Fixed #24409 -- Combined the app_directories and filesystem loader implementa...Preston Timmons2015-03-021-9/+6
* Fixed #24235 -- Removed is_usable attribute from template loaders.Preston Timmons2015-02-041-2/+0
* Removed dependency of template loaders on Django settings.Aymeric Augustin2014-11-231-4/+4
* Moved all template loaders under django.template.loaders.Aymeric Augustin2014-11-161-1/+2
* Normalized opening a file and decoding its content.Aymeric Augustin2014-11-111-2/+4
* Raised SuspiciousFileOperation in safe_join.Aymeric Augustin2014-11-111-7/+4
* Fixed the remaining E302 violations int eh django packageAlex Gaynor2013-11-021-0/+1
* Fixed #19729 -- Removed leftover refactoring helper variables.Ramiro Morales2013-02-041-2/+0
* Specified when open should use binary mode.Claude Paroz2012-05-251-1/+1
* Made more extensive usage of context managers with open.Claude Paroz2012-05-051-5/+2
* Advanced deprecations in django.template.Russell Keith-Magee2011-04-021-10/+0
* Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...Russell Keith-Magee2010-11-271-1/+1
* Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee2010-10-111-1/+1
* Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty2010-01-101-1/+1
* Fixed #6262 -- Added a cached template loader, and modified existing template...Russell Keith-Magee2009-12-141-30/+50
* Added some better error reporting and path handling when creating template pa...Malcolm Tredinnick2008-10-061-1/+11
* Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo...Gary Wilson Jr2007-07-231-3/+9
* Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick2007-07-041-1/+1
* Fixed incorrect error message in django.template.loaders.filesystem if you pa...Adrian Holovaty2006-08-131-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-0/+25