django/tests/modeltests/fixtures_model_package
Karen Tracey 924ae1a09c [1.2.X] Pass commit=False to loaddata in tests, which will keep the DB connection open. Closing the connection has the side-effect on some DBs (Postgres, MySQL/InnoDB) of rolling back the transaction that was in progress, causing these tests to fail.
r13717 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13718 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-10 19:19:08 +00:00
..
fixtures Fixed #6961 - loaddata fails if models is a package instead of a module 2009-12-19 14:27:26 +00:00
models [1.2.X] Fixed #14155 -- Refactored another doctest suite and call to flush. Thanks to Alex Gaynor for the patch. 2010-08-23 07:06:10 +00:00
__init__.py Fixed #6961 - loaddata fails if models is a package instead of a module 2009-12-19 14:27:26 +00:00
tests.py [1.2.X] Pass commit=False to loaddata in tests, which will keep the DB connection open. Closing the connection has the side-effect on some DBs (Postgres, MySQL/InnoDB) of rolling back the transaction that was in progress, causing these tests to fail. 2010-09-10 19:19:08 +00:00