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
/
tests
/
template_tests
/
test_loaders.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-72
/
+105
*
Refs #25791 -- Added get_dirs() method to cached template loader.
Tom Forbes
2020-11-05
1
-0
/
+4
*
Harmonized Windows checks in tests to a single style.
Jon Dufresne
2019-11-06
1
-1
/
+1
*
Refs #30137 -- Fixed template test on Windows.
Tim Graham
2019-01-29
1
-1
/
+2
*
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-28
1
-2
/
+2
*
Refs #27795 -- Removed force_bytes() usage in utils/_os.py.
Jon Dufresne
2018-09-25
1
-13
/
+6
*
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-26
1
-1
/
+1
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-3
/
+3
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
1
-2
/
+0
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-3
/
+0
*
Refs #25120 -- Removed template.loaders.eggs.Loader per deprecation timeline.
Tim Graham
2017-01-17
1
-108
/
+2
*
Refs #15053 -- Removed support for non-recursive template loading.
Tim Graham
2017-01-17
1
-94
/
+2
*
Fixed #27598 -- Allowed specifying directories for a filesystem template loader.
Tim Graham
2016-12-14
1
-0
/
+11
*
Fixed #25788 -- Enabled the cached template loader if debug is False.
Tim Graham
2016-09-03
1
-1
/
+1
*
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-16
1
-1
/
+1
*
Fixed #26603 -- Forced lazy template names to text when computing cache key.
Simon Charette
2016-05-10
1
-0
/
+8
*
Fixed #26536 -- Preserved leading dashes of the cached template loader keys.
Simon Charette
2016-04-24
1
-0
/
+7
*
Fixed #26306 -- Fixed memory leak in cached template loader.
Alex Hill
2016-03-16
1
-4
/
+39
*
Fixed #26280 -- Fixed cached template loader crash when loading nonexistent t...
Ivan Tsouvarev
2016-02-26
1
-0
/
+12
*
Fixed #25120 -- Deprecated egg template loader.
Tim Graham
2015-07-16
1
-0
/
+1
*
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-24
1
-7
/
+7
*
Fixed #15053 -- Enabled recursive template loading.
Preston Timmons
2015-04-22
1
-34
/
+144
*
Cleaned up the template debug implementation.
Preston Timmons
2015-03-20
1
-18
/
+0
*
Fixed test_notafile_error to pass on Windows.
Preston Timmons
2015-03-05
1
-1
/
+1
*
Fixed #24399 -- Made filesystem loaders use more specific exceptions.
Preston Timmons
2015-03-03
1
-6
/
+33
*
Fixed #24409 -- Combined the app_directories and filesystem loader implementa...
Preston Timmons
2015-03-02
1
-3
/
+17
*
Cleaned up template loader tests.
Preston Timmons
2015-02-24
1
-195
/
+182
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-10
/
+7
*
Deprecated passing a Context to a generic Template.render.
Aymeric Augustin
2015-01-12
1
-4
/
+4
*
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-30
1
-4
/
+6
*
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-12-28
1
-50
/
+64
*
Supported multiple template engines in render_to_string.
Aymeric Augustin
2014-12-28
1
-7
/
+15
*
Removed private API find_template.
Aymeric Augustin
2014-12-28
1
-4
/
+6
*
Removed obsolete code for running test_loaders.py.
Aymeric Augustin
2014-12-13
1
-5
/
+0
*
Converted recently refactored templates tests to SimpleTestCase.
Ramiro Morales
2014-12-03
1
-6
/
+6
*
Moved template loaders management in Engine.
Aymeric Augustin
2014-11-23
1
-6
/
+6
*
Deprecated dirs argument to override TEMPLATE_DIRS.
Aymeric Augustin
2014-11-23
1
-1
/
+2
*
Refactored getting the list of template loaders.
Aymeric Augustin
2014-11-16
1
-1
/
+2
*
Updated tests for added newlines in 68686430638215b5405b20bd767c0be392c9221d.
Tim Graham
2014-08-12
1
-3
/
+3
*
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-03
1
-1
/
+1
*
Fixed #21741 -- Fixed render_to_string to stop pushing empty dictionaries to ...
Baptiste Mispelon
2014-02-22
1
-0
/
+12
*
Fixed #21929 - Fixed test regression on Windows.
Carl Meyer
2014-02-04
1
-1
/
+1
*
Fixed #21874 -- Require Django applications to have a filesystem path.
Carl Meyer
2014-01-27
1
-0
/
+5
*
Refs #21628 -- removed one usage of the imp module in the tests. It is deprec...
Alex Gaynor
2014-01-19
1
-2
/
+2
*
Dropped AppCache._empty, _with_app and _without_app.
Aymeric Augustin
2013-12-23
1
-14
/
+12
*
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
1
-1
/
+1
*
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-22
1
-14
/
+13
*
Fixed #21460 -- Reenabled proper template precedence in find_template
Pablo MartÃn
2013-11-22
1
-0
/
+30
*
Fixing E302 Errors
Jason Myers
2013-11-02
1
-6
/
+7
*
Removed some direct settings manipulations in tests; refs #21230.
Bouke Haarsma
2013-10-21
1
-33
/
+22
[next]