index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
migration_test_data_persistence
Age
Commit message (
Expand
)
Author
2026-01-20
Refs #36639 -- Updated test migrations to match models.
Skyiesac
2024-11-27
Fixed #35921 -- Fixed failure when running tests in parallel on postgres.
Jacob Walls
2024-09-17
Fixed #35660 -- Made serialized_rollback and fixture data available in Transa...
Jacob Walls
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-07-21
Fixed #23039: Don't try to serialize unmanaged models in tests
Andrew Godwin
2014-06-23
Fixed #22487: Don't flush out data from before normal TestCases
Andrew Godwin
2014-06-11
Fixed #22487: Separated schema migration from data migration in test
Shai Berger
2014-06-08
Fixed #22487: Optional rollback emulation for migrated apps
Andrew Godwin