summaryrefslogtreecommitdiff
path: root/tests/migration_test_data_persistence
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-012-2/+0
| | | | | | | | Black 23.1.0 is released which, as the first release of the year, introduces the 2023 stable style. This incorporates most of last year's preview style. https://github.com/psf/black/releases/tag/23.1.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
| | | | | | | The data migration failed on Oracle, killing the entire test suite. Thanks timo for reporting the Oracle breakage, and andrewgodwin for suggesting the solution.
* Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin2014-06-085-0/+72