django/tests/modeltests/get_or_create
Malcolm Tredinnick fa35d2bd4d [1.2.X] Fixed the get_or_create tests for postgreSQL, by using
TransactionTestCase.

Backport of r13814 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13815 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-12 22:16:36 +00:00
..
__init__.py Added Manager.get_or_create() 2006-06-07 00:09:29 +00:00
models.py [1.2.X] Migrate get_or_create doctests. Thanks to Alex Gaynor. 2010-09-12 20:11:41 +00:00
tests.py [1.2.X] Fixed the get_or_create tests for postgreSQL, by using 2010-09-12 22:16:36 +00:00