summaryrefslogtreecommitdiff
path: root/tests/migrations/test_operations.py
AgeCommit message (Expand)Author
2026-06-15Fixed #31317 -- Avoided crash in CreateModel with unique_together and AlterUn...David Wobrock
2026-06-11Fixed #33185 -- Fixed sqlmigrate crash for RenameModel with a self-referentia...siddus
2026-05-08Refs #37060 -- Shortened app label in AlterField test for Oracle.Jacob Walls
2026-05-07Fixed #37060 -- Propagated AlterField through attname-based to_field references.Andrea Zanotto
2026-02-10Added various missing test skips observed on MongoDB.Tim Graham
2026-02-02Fixed #36893 -- Serialized elidable kwarg for RunSQL and RunPython operations.SnippyCodes
2026-01-28Fixed #36878 -- Unified data type for *_together options in ModelState.Markus Holtermann
2025-12-13Fixed #36765 -- Added support for stored GeneratedFields on Oracle 23ai/26ai ...Mariusz Felisiak
2025-08-04Fixed #35972 -- Fixed lookup crashes after subquery annotations.Jacob Walls
2025-07-25Refs #36438 -- Made FieldOperation.references_field() detect references in Ge...Clifford Gama
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-03-09Fixed #35487 -- Removed CASCADE from RemoveField() on PostgreSQL.petr.prikryl
2025-01-13Refs #373 -- Adjusted test allowing AutoField in composite primary keys.Simon Charette
2024-12-27Fixed #35991 -- Fixed crash when adding non-nullable field after renaming par...Mariusz Felisiak
2024-12-17Fixed #35969 -- Disallowed specifying a USING clause for altered generated fi...lufafajoshua
2024-12-17Fixed #34856 -- Fixed references to index_together in historical migrations.Andrés Reverón Molina
2024-11-29Fixed #373 -- Added CompositePrimaryKey.Bendeguz Csirmaz
2024-11-28Fixed #35038 -- Created AlterConstraint operation.Salvo Polizzi
2024-08-01Reverted "Fixed #28646 -- Prevented duplicate index when unique is set to Tru...Sarah Boyce
2024-07-30Fixed #28646 -- Prevented duplicate index when unique is set to True on Postg...Ben Cail
2024-07-25Fixed #35625 -- Fixed a crash when adding a field with db_default and check c...Simon Charette
2024-06-14Refs #34881 -- Fixed OperationTests.test_rename_m2m_field_with_2_references()...Mariusz Felisiak
2024-06-13Fixed #34881 -- Fixed a crash when renaming a model with multiple ManyToManyF...Anže Pečar
2024-05-23Fixed typo in migrations test name.Tim Graham
2024-05-03Fixed #35422 -- Fixed migrations crash when altering GeneratedField referenci...Mariusz Felisiak
2024-05-02Fixed #35359 -- Fixed migration operations ordering when adding fields refere...DevilsAutumn
2024-03-25Increased test coverage for django.db.migrations.operations.special.Mariusz Felisiak
2024-03-14Fixed #28541 -- Fixed migrations crash when changing primary key on SQLite.Ben Cail
2024-03-01Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.Simon Charette
2024-02-04Fixed #35149 -- Fixed crashes of db_default with unresolvable output field.Simon Charette
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-17Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...Amir Karimi
2023-12-22Fixed #35022 -- Fixed RenameIndex() crash on unnamed indexes if exists unique...David Wobrock
2023-11-22Fixed #34984 -- Skipped GeneratedFields when remaking tables on SQLite.Sarah Boyce
2023-11-14Fixed #34944 -- Made GeneratedField.output_field required.Mariusz Felisiak
2023-11-07Fixed #34946 -- Preserved db_default on combined default field addition.Simon Charette
2023-11-02Refs #34936 -- Added test for altering DecimalField with db_default to non-nu...David Sanders
2023-09-18Refs #27236 -- Removed Meta.index_together per deprecation timeline.Mariusz Felisiak
2023-09-09Fixed #34820 -- Fixed migrations crash when changing a ForeignObject field.donghao
2023-09-07Fixed #31300 -- Added GeneratedField model field.Jeremy Nauta
2023-08-04Fixed #34760 -- Dropped support for SQLite < 3.27.Mariusz Felisiak
2023-07-22Refs #24686 -- Made AlterField operation a noop when renaming related model w...devilsautumn
2023-07-18Refs #33201 -- Avoided unnecessary queries when renaming models with db_table...Mariusz Felisiak
2023-05-12Fixed #470 -- Added support for database defaults on fields.Ian Foote
2023-05-10Fixed #34553 -- Fixed improper % escaping of literal in constraints.Simon Charette
2023-05-10Refs #34553 -- Split constraint escaping test in subtests.Simon Charette
2023-02-23Refs #30060, Refs #34217 -- Made SchemaEditor not generate SQL for CheckConst...Mariusz Felisiak
2023-02-14Fixed #34250 -- Fixed renaming model with m2m relation to a model with the sa...DevilsAutumn
2022-12-28Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul