index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
migrations
/
test_base.py
Age
Commit message (
Expand
)
Author
2026-01-28
Fixed #36878 -- Unified data type for *_together options in ModelState.
Markus Holtermann
2025-09-29
Fixed assertIndexExists() crash when non-index constraint exists on the same ...
Mariusz Felisiak
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-11-29
Fixed #35308 -- Handled OSError when launching code formatters.
Jacob Walls
2024-09-03
Fixed #35704 -- Fixed reduction for AddIndex subclasses.
Adam Johnson
2024-08-01
Reverted "Fixed #28646 -- Prevented duplicate index when unique is set to Tru...
Sarah Boyce
2024-07-30
Fixed #28646 -- Prevented duplicate index when unique is set to True on Postg...
Ben Cail
2023-09-18
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
Mariusz Felisiak
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-07-12
Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.
David Wobrock
2022-05-02
Fixed #33413 -- Made migrations propage collations to related fields.
David Wobrock
2022-04-13
Fixed tests on databases that don't support introspecting foreign keys.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2020-11-07
Removed hardcoded pks in migrations' test_alter_order_with_respect_to.
Tim Graham
2020-04-23
Fixed #29224 -- Fixed removing index_together indexes if exists unique_togeth...
David Wobrock
2020-01-20
Refs #31117 -- Made various tests properly handle unexpected databases aliases.
Matthijs Kooijman
2019-10-29
Used more specific unittest assertions in tests.
Nick Pope
2019-08-21
Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...
Mads Jensen
2019-08-19
Moved migrations.test_operations.OperationTestBase to migrations.test_base.
Mads Jensen
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2017-02-10
Added multi_db=True to test cases that access the 'other' db connection.
Tim Graham
2017-01-26
Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context ...
Chillar Anand
2017-01-25
Removed unused variables that are overwritten.
Mads Jensen
2016-02-25
Fixed #26117 -- Consulted database routers in initial migration detection.
Scott Sexton
2015-06-02
Improved isolation of applied-migrations table in migration tests.
Carl Meyer
2015-02-23
Made migrations tests write to a temporary directory.
Aymeric Augustin
2014-11-19
Fixed #23872 -- Removed sensitivity of migrations tests to CWD.
Carl Meyer
2014-09-23
Called table_names instead of get_table_list in migrations
Claude Paroz
2014-06-07
Fixed #22750, #22248: Model renaming now also alters field FKs
Andrew Godwin
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2013-08-23
Fix some small errors in the tests
Andrew Godwin
2013-07-25
Add tests for the migrate command and fix a bug they exposed
Andrew Godwin