summaryrefslogtreecommitdiff
path: root/tests/modeltests/invalid_models/tests.py
AgeCommit message (Expand)Author
2012-10-02Fixed #19049 -- Ensure that swapped models aren't included in reverse field c...Russell Keith-Magee
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-08-11[py3] Used six.StringIO to simulate stdout buffer in testsClaude Paroz
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-08-23Corrected the setup and teardown of the refactored invalid_models test so tha...Russell Keith-Magee
2011-08-23Fixed #16681 -- Refactored the invalid_models unit test so that it can be inv...Russell Keith-Magee