summaryrefslogtreecommitdiff
path: root/tests/migration_test_data_persistence
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-012-2/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-7/+13
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-6/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-3/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-2/+3
* Fixed #23039: Don't try to serialize unmanaged models in testsAndrew Godwin2014-07-211-0/+7
* Fixed #22487: Don't flush out data from before normal TestCasesAndrew Godwin2014-06-231-9/+6
* Fixed #22487: Separated schema migration from data migration in testShai Berger2014-06-112-11/+23
* Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin2014-06-085-0/+72