summaryrefslogtreecommitdiff
path: root/tests/regressiontests/get_or_create_regress/models.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2011-01-10Fix wrong attribute name in [15156]. Thanks to Alex Gaynor for spotting this.Andrew Godwin
2010-10-12Converted get_or_create_regress tests from doctests to unittests. We have al...Alex Gaynor
2008-08-16Fixed #3121 -- Made `get_or_create()` work for `RelatedManager` and `ManyRela...Gary Wilson Jr