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