summaryrefslogtreecommitdiff
path: root/tests/regressiontests/get_or_create_regress/models.py
AgeCommit message (Collapse)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
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15169 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-12Converted get_or_create_regress tests from doctests to unittests. We have ↵Alex Gaynor
always been at war with doctests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14177 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-16Fixed #3121 -- Made `get_or_create()` work for `RelatedManager` and ↵Gary Wilson Jr
`ManyRelatedManager`. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8415 bcc190cf-cafb-0310-a4f2-bffc1f526a37