From b3b1d3d45fc066367f4fcacf0b06f72fcd00a9c6 Mon Sep 17 00:00:00 2001 From: romgar Date: Mon, 7 Nov 2016 22:08:40 +0000 Subject: Fixed #25251 -- Made data migrations available in TransactionTestCase when using --keepdb. Data loaded in migrations were restored at the beginning of each TransactionTestCase and all the tables are truncated at the end of these test cases. If there was a TransactionTestCase at the end of the test suite, the migrated data weren't restored in the database (especially unexpected when using --keepdb). Now data is restored at the end of each TransactionTestCase. --- tests/test_discovery_sample3/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/test_discovery_sample3/__init__.py (limited to 'tests/test_discovery_sample3/__init__.py') diff --git a/tests/test_discovery_sample3/__init__.py b/tests/test_discovery_sample3/__init__.py new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.3