summaryrefslogtreecommitdiff
path: root/tests/migration_test_data_persistence
AgeCommit message (Collapse)Author
2014-07-21[1.7.x] Fixed #23039: Don't try to serialize unmanaged models in testsAndrew Godwin
2014-06-23[1.7.x] Fixed #22487: Don't flush out data from before normal TestCasesAndrew Godwin
2014-06-11[1.7.x] Fixed #22487: Separated schema migration from data migration in testShai Berger
The data migration failed on Oracle, killing the entire test suite. Thanks timo for reporting the Oracle breakage, and andrewgodwin for suggesting the solution. Backport of 64d94cf from master
2014-06-08[1.7.x] Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
Conflicts: django/db/backends/creation.py django/test/runner.py docs/ref/settings.txt docs/topics/testing/advanced.txt