index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
templates
/
loaders.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-08-08
[py3] Used compatible imports of StringIO.
Aymeric Augustin
2011-10-26
Removed remains from times when tests could be run outside of runtests.py.
Aymeric Augustin
2011-09-21
Fixed #16866 -- Clearer error message if empty list is passed to select_templ...
Carl Meyer
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-04
Fixed import error that was causing EggLoader tests not to be run
Luke Plant
2011-04-02
Updates to the test suite to allow for newly deprecated and removed features
Russell Keith-Magee
2011-02-20
Ensure render_to_string leaves the context instance stack in the state it was...
Chris Beaven
2010-11-11
Fixed #14508 - test suite silences warnings.
Luke Plant
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-09-12
Modified the egg template loader tests; firstly to ensure that we are testing...
Russell Keith-Magee
2010-05-21
Fixed #13573 -- Corrected problem with template caching when template directo...
Russell Keith-Magee
2009-05-17
Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...
Karen Tracey
2008-07-29
Fixed #7767 -- Fixed template egg loading test for Windows systems.
Malcolm Tredinnick
2008-06-26
Negligible formatting changes to tests/regressiontests/templates/loaders.py
Adrian Holovaty
2008-05-30
Fixed a messy test case (regressiontests/templates/loaders) that could cause ...
Jacob Kaplan-Moss
2008-05-29
Fixed #6430 -- Corrected the loading of templates from eggs, which was broken...
Russell Keith-Magee