Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: 64d94cffc73fc4de1389e16d98142d253155b325
https://github.com/django/django/commit/64d94cffc73fc4de1389e16d98142d253155b325
Author: Shai Berger <
sh...@platonix.com>
Date: 2014-06-11 (Wed, 11 Jun 2014)
Changed paths:
M tests/migration_test_data_persistence/migrations/0001_initial.py
A tests/migration_test_data_persistence/migrations/0002_add_book.py
Log Message:
-----------
Fixed #22487: Separated schema migration from data migration in test
The data migration failed on Oracle, killing the entire test suite.
Thanks timo for reporting the Oracle breakage,
and andrewgodwin for suggesting the solution.