django1/tests/regressiontests/multiple_database
Aymeric Augustin 8fb7a90026 Fixed multiple database tests that broke foreign keys constraints. Refs #17055.
The problem was masked by the rollback at the end of each transactional test on backends that deferred constraints checks; it appeared only on MySQL + InnoDB.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@16995 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-16 11:04:34 +00:00
..
fixtures Fixed #14068 -- Corrected error handling in loaddata when an allow_syncdb method is defined on the router. Thanks to Xavier Ordoquy for the report. 2010-08-20 13:57:24 +00:00
__init__.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
models.py Convert the remainder of the relative imports in the tests to be absolute imports. 2011-10-13 21:34:56 +00:00
tests.py Fixed multiple database tests that broke foreign keys constraints. Refs #17055. 2011-10-16 11:04:34 +00:00