Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_tests/test_loaders.py
Commit message (Expand)AuthorAgeFilesLines
* 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...Preston Timmons2015-03-031-6/+33
* Fixed #24409 -- Combined the app_directories and filesyst...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 SimpleTe...Ramiro Morales2014-12-041-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 68686430638215b5405b2...Tim Graham2014-08-131-3/+3
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #21741 -- Fixed render_to_string to stop pushing em...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 fil...Carl Meyer2014-01-271-0/+5
* Refs #21628 -- removed one usage of the imp module in the...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 f...Pablo Martín2013-11-221-0/+30
* Fixing E302 ErrorsJason Myers2013-11-031-6/+7
* Removed some direct settings manipulations in tests; refs...Bouke Haarsma2013-10-211-33/+22
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #4278 -- Added a dirs parameter to a few functions ...Berker Peksag2013-09-181-1/+21
* Added further fixes, tests for #19949/f33db5a09a.Ramiro Morales2013-08-261-2/+8
* Fixed 19949 -- Cached template loader now caches Template...SusanTan2013-08-241-0/+11
* Fixed handling of template loader tests.Carl Meyer2013-07-261-0/+164
* Fixed template_tests so discovery doesn't directly find t...Preston Timmons2013-04-121-156/+0
* Modified template_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+156