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
/
utils
/
module_loading.py
Age
Commit message (
Expand
)
Author
2012-12-08
[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-08-15
Close files in the module_loading tests always.
Alex Gaynor
2011-08-28
Fixed #15525 -- Custom template tags loading breaks whenever templatetags is ...
Chris Beaven
2011-04-22
Fixed #15662 -- Made sure the module_has_submodule utility function follow co...
Jannis Leidel
2011-01-30
Fixed #14698 -- Ensure that module_has_sumodule doesn't mistake a cache miss ...
Russell Keith-Magee
2010-11-02
Fixed a few more cases of the tests not properly restoring sys.path (follow u...
Alex Gaynor
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-09-28
A few test optimizations; using native unittest where no Django-specific Test...
Russell Keith-Magee
2010-05-04
Fixed #13469 -- Cleaned up the test case from r13085, and added some cache cl...
Russell Keith-Magee
2010-05-04
Fixed #13464 -- Reworked module_has_submodule to break the requirement for lo...
Russell Keith-Magee