Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/loaders
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
* 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-245-20/+21
* Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham2015-06-152-4/+4
* Moved engine-related exceptions to django.template.except...Preston Timmons2015-05-075-5/+5
* Fixed #15053 -- Enabled recursive template loading.Preston Timmons2015-04-225-42/+253
* Fixed #24399 -- Made filesystem loaders use more specific...Preston Timmons2015-03-031-2/+4
* Fixed #24409 -- Combined the app_directories and filesyst...Preston Timmons2015-03-022-40/+10
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-5/+6
* Fixed #24235 -- Removed is_usable attribute from template...Preston Timmons2015-02-046-17/+14
* Removed extraneous arguments in Engine.from_string.Aymeric Augustin2014-12-282-4/+4
* Removed some uses of global APIs from django.template.loa...Aymeric Augustin2014-12-282-4/+2
* Moved make_origin into the Engine class.Aymeric Augustin2014-11-232-4/+5
* Removed dependency of template loaders on Django settings.Aymeric Augustin2014-11-233-8/+6
* Moved template loaders management in Engine.Aymeric Augustin2014-11-234-47/+9
* Removed unused API get_template_loaders.Aymeric Augustin2014-11-232-12/+4
* Removed support for function-based template loaders.Aymeric Augustin2014-11-161-21/+6
* Used get_template_loaders in the cached loader.Aymeric Augustin2014-11-162-17/+10
* Refactored getting the list of template loaders.Aymeric Augustin2014-11-162-1/+59
* Refactored listing template subdirectories in apps.Aymeric Augustin2014-11-161-24/+2
* Removed skip_template argument of locmem.Loader.load_temp...Aymeric Augustin2014-11-161-2/+1
* Removed the "test:" prefix from locmem template identifiers.Aymeric Augustin2014-11-161-2/+1
* Moved all template loaders under django.template.loaders.Aymeric Augustin2014-11-166-4/+78
* Normalized opening a file and decoding its content.Aymeric Augustin2014-11-112-4/+7
* Raised SuspiciousFileOperation in safe_join.Aymeric Augustin2014-11-112-12/+8
* Don't try to load app directory templates from apps with ...Florian Apolloner2013-12-271-0/+2
* Properly app_template_dirs when INSTALLED_APPS change.Florian Apolloner2013-12-271-12/+15
* Renamed AppCache to Apps.Aymeric Augustin2013-12-242-4/+4
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-222-2/+2
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-222-11/+7
* Fixed #21460 -- Reenabled proper template precedence in f...Pablo Martín2013-11-221-0/+1
* Fixed the remaining E302 violations int eh django packageAlex Gaynor2013-11-034-0/+4
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-022-3/+3
* Added further fixes, tests for #19949/f33db5a09a.Ramiro Morales2013-08-261-1/+5
* Fixed 19949 -- Cached template loader now caches Template...SusanTan2013-08-241-6/+8
* Fixed #20806 -- Cached loader caches find_templateGavin Wahl2013-07-301-12/+27
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+1
* Fixed #19510 -- Race condition in template loading.Aymeric Augustin2013-03-171-2/+4
* [py3] Always fed hashlib with bytes.Łukasz Langa2013-02-271-1/+2
* Fixed #19729 -- Removed leftover refactoring helper varia...Ramiro Morales2013-02-053-6/+0
* [py3] Fixed egg template loader.Aymeric Augustin2012-08-141-4/+9
* [py3] Fixed filesystem encoding handlingAymeric Augustin2012-08-081-2/+6
* Specified when open should use binary mode.Claude Paroz2012-05-252-2/+2
* Made more extensive usage of context managers with open.Claude Paroz2012-05-052-10/+4
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #17303 -- Ensured the list of template loaders is f...Aymeric Augustin2011-12-301-1/+5
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-2/+0
* Advanced deprecations in django.template.Russell Keith-Magee2011-04-023-29/+0