django/tests/modeltests/get_or_create
Alex Gaynor 80aa4432e6 Fixed #12979 -- allowed using savepoints in TestCase (i.e. tests with transactions disabled), convert the GetOrCreate tests to use this.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-09 06:06:24 +00:00
..
__init__.py Added Manager.get_or_create() 2006-06-07 00:09:29 +00:00
models.py Migrate get_or_create doctests. Thanks to Alex Gaynor. 2010-09-12 20:04:30 +00:00
tests.py Fixed #12979 -- allowed using savepoints in TestCase (i.e. tests with transactions disabled), convert the GetOrCreate tests to use this. 2010-10-09 06:06:24 +00:00