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
/
bug8245
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-04-27
Removed an import that is no longer needed after r13033.
Karen Tracey
2010-04-27
Reverted r13021 -- Trunk no longer supports Python 2.3, so the special case i...
Russell Keith-Magee
2010-04-24
Fixed #13362 -- Disabled the test for bug #8245 under Python 2.3 due to diffe...
Russell Keith-Magee
2010-04-12
Fixed #11957 -- exceptions in admin.py are no longer hidden after second request
Brian Rosner
2008-12-23
Fixed #8245 -- Added a LOADING flag to autodiscover to prevent an admin.py mo...
Gary Wilson Jr