django1/tests/modeltests/fixtures_model_package
Karen Tracey 6ad4b328fa 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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13717 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-10 19:16:43 +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 Fixed #14155 -- Refactored another doctest suite and call to flush. Thanks to Alex Gaynor for the patch. 2010-08-23 07:04:41 +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 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:16:43 +00:00