1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/tests/modeltests/fixtures_model_package
2011-07-13 09:35:51 +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 #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +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