summaryrefslogtreecommitdiff
path: root/tests/fixtures_migration
AgeCommit message (Collapse)Author
2015-01-17Removed support for initial_data fixtures per deprecation timeline.Tim Graham
2014-12-03Fixed #20392 -- Added TestCase.setUpTestData()Thomas Chaumeny
Each TestCase is also now wrapped in a class-wide transaction.
2014-10-27Fixed #23699 -- Prevented flush from loading initial data for apps with ↵Tony Zhu
migrations.