summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_loaders.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-72/+105
* Refs #25791 -- Added get_dirs() method to cached template loader.Tom Forbes2020-11-051-0/+4
* Harmonized Windows checks in tests to a single style.Jon Dufresne2019-11-061-1/+1
* Refs #30137 -- Fixed template test on Windows.Tim Graham2019-01-291-1/+2
* Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-281-2/+2
* Refs #27795 -- Removed force_bytes() usage in utils/_os.py.Jon Dufresne2018-09-251-13/+6
* Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis2017-01-261-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-3/+3
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-2/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #25120 -- Removed template.loaders.eggs.Loader per deprecation timeline.Tim Graham2017-01-171-108/+2
* Refs #15053 -- Removed support for non-recursive template loading.Tim Graham2017-01-171-94/+2
* Fixed #27598 -- Allowed specifying directories for a filesystem template loader.Tim Graham2016-12-141-0/+11
* Fixed #25788 -- Enabled the cached template loader if debug is False.Tim Graham2016-09-031-1/+1
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Fixed #26603 -- Forced lazy template names to text when computing cache key.Simon Charette2016-05-101-0/+8
* Fixed #26536 -- Preserved leading dashes of the cached template loader keys.Simon Charette2016-04-241-0/+7
* Fixed #26306 -- Fixed memory leak in cached template loader.Alex Hill2016-03-161-4/+39
* Fixed #26280 -- Fixed cached template loader crash when loading nonexistent t...Ivan Tsouvarev2016-02-261-0/+12
* Fixed #25120 -- Deprecated egg template loader.Tim Graham2015-07-161-0/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-7/+7
* Fixed #15053 -- Enabled recursive template loading.Preston Timmons2015-04-221-34/+144
* Cleaned up the template debug implementation.Preston Timmons2015-03-201-18/+0
* Fixed test_notafile_error to pass on Windows.Preston Timmons2015-03-051-1/+1
* Fixed #24399 -- Made filesystem loaders use more specific exceptions.Preston Timmons2015-03-031-6/+33
* Fixed #24409 -- Combined the app_directories and filesystem loader implementa...Preston Timmons2015-03-021-3/+17
* Cleaned up template loader tests.Preston Timmons2015-02-241-195/+182
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-10/+7
* Deprecated passing a Context to a generic Template.render.Aymeric Augustin2015-01-121-4/+4
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-4/+6
* Deprecated TEMPLATE_LOADERS.Aymeric Augustin2014-12-281-50/+64
* Supported multiple template engines in render_to_string.Aymeric Augustin2014-12-281-7/+15
* Removed private API find_template.Aymeric Augustin2014-12-281-4/+6
* Removed obsolete code for running test_loaders.py.Aymeric Augustin2014-12-131-5/+0
* Converted recently refactored templates tests to SimpleTestCase.Ramiro Morales2014-12-031-6/+6
* Moved template loaders management in Engine.Aymeric Augustin2014-11-231-6/+6
* Deprecated dirs argument to override TEMPLATE_DIRS.Aymeric Augustin2014-11-231-1/+2
* Refactored getting the list of template loaders.Aymeric Augustin2014-11-161-1/+2
* Updated tests for added newlines in 68686430638215b5405b20bd767c0be392c9221d.Tim Graham2014-08-121-3/+3
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #21741 -- Fixed render_to_string to stop pushing empty dictionaries to ...Baptiste Mispelon2014-02-221-0/+12
* Fixed #21929 - Fixed test regression on Windows.Carl Meyer2014-02-041-1/+1
* Fixed #21874 -- Require Django applications to have a filesystem path.Carl Meyer2014-01-271-0/+5
* Refs #21628 -- removed one usage of the imp module in the tests. It is deprec...Alex Gaynor2014-01-191-2/+2
* Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin2013-12-231-14/+12
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-14/+13
* Fixed #21460 -- Reenabled proper template precedence in find_templatePablo Martín2013-11-221-0/+30
* Fixing E302 ErrorsJason Myers2013-11-021-6/+7
* Removed some direct settings manipulations in tests; refs #21230.Bouke Haarsma2013-10-211-33/+22