index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
template
/
loaders
/
filesystem.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-1
/
+0
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-1
/
+1
*
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-25
1
-6
/
+2
*
Refs #23919 -- Replaced io.open() with open().
Aymeric Augustin
2017-01-18
1
-2
/
+1
*
Refs #15053 -- Removed support for non-recursive template loading.
Tim Graham
2017-01-17
1
-19
/
+2
*
Fixed #27598 -- Allowed specifying directories for a filesystem template loader.
Tim Graham
2016-12-14
1
-1
/
+5
*
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-24
1
-2
/
+2
*
Moved engine-related exceptions to django.template.exceptions.
Preston Timmons
2015-05-06
1
-1
/
+1
*
Fixed #15053 -- Enabled recursive template loading.
Preston Timmons
2015-04-22
1
-12
/
+32
*
Fixed #24399 -- Made filesystem loaders use more specific exceptions.
Preston Timmons
2015-03-03
1
-2
/
+4
*
Fixed #24409 -- Combined the app_directories and filesystem loader implementa...
Preston Timmons
2015-03-02
1
-9
/
+6
*
Fixed #24235 -- Removed is_usable attribute from template loaders.
Preston Timmons
2015-02-04
1
-2
/
+0
*
Removed dependency of template loaders on Django settings.
Aymeric Augustin
2014-11-23
1
-4
/
+4
*
Moved all template loaders under django.template.loaders.
Aymeric Augustin
2014-11-16
1
-1
/
+2
*
Normalized opening a file and decoding its content.
Aymeric Augustin
2014-11-11
1
-2
/
+4
*
Raised SuspiciousFileOperation in safe_join.
Aymeric Augustin
2014-11-11
1
-7
/
+4
*
Fixed the remaining E302 violations int eh django package
Alex Gaynor
2013-11-02
1
-0
/
+1
*
Fixed #19729 -- Removed leftover refactoring helper variables.
Ramiro Morales
2013-02-04
1
-2
/
+0
*
Specified when open should use binary mode.
Claude Paroz
2012-05-25
1
-1
/
+1
*
Made more extensive usage of context managers with open.
Claude Paroz
2012-05-05
1
-5
/
+2
*
Advanced deprecations in django.template.
Russell Keith-Magee
2011-04-02
1
-10
/
+0
*
Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...
Russell Keith-Magee
2010-11-27
1
-1
/
+1
*
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-10-11
1
-1
/
+1
*
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2010-01-10
1
-1
/
+1
*
Fixed #6262 -- Added a cached template loader, and modified existing template...
Russell Keith-Magee
2009-12-14
1
-30
/
+50
*
Added some better error reporting and path handling when creating template pa...
Malcolm Tredinnick
2008-10-06
1
-1
/
+11
*
Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo...
Gary Wilson Jr
2007-07-23
1
-3
/
+9
*
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-07-04
1
-1
/
+1
*
Fixed incorrect error message in django.template.loaders.filesystem if you pa...
Adrian Holovaty
2006-08-13
1
-1
/
+1
*
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-05-02
1
-0
/
+25