django/tests/regressiontests/get_or_create_regress
Andrew Godwin 81e05a418d Fixed #9029 -- Allow use of fieldname_id with get_or_create. Thanks to aaron and mrmachine.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-08 13:27:30 +00:00
..
__init__.py Fixed #3121 -- Made `get_or_create()` work for `RelatedManager` and `ManyRelatedManager`. 2008-08-16 20:59:06 +00:00
models.py Converted get_or_create_regress tests from doctests to unittests. We have always been at war with doctests. 2010-10-12 01:54:19 +00:00
tests.py Fixed #9029 -- Allow use of fieldname_id with get_or_create. Thanks to aaron and mrmachine. 2011-01-08 13:27:30 +00:00