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