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
/
django
/
db
/
migrations
/
operations
Age
Commit message (
Expand
)
Author
2026-04-20
Refs #36005 -- Made OperationCategory subclass StrEnum.
Clifford Gama
2026-02-02
Fixed #36893 -- Serialized elidable kwarg for RunSQL and RunPython operations.
SnippyCodes
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-06-19
Refs #35038 -- Reduced CreateModel/AlterConstraint operations when optimizing...
Jacob Walls
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2025-02-16
Refs #35704 -- Used copy.replace() in Operation.reduce() methods.
Adam Johnson
2024-12-17
Fixed #34856 -- Fixed references to index_together in historical migrations.
Andrés Reverón Molina
2024-11-28
Fixed #35038 -- Created AlterConstraint operation.
Salvo Polizzi
2024-09-03
Fixed #35704 -- Fixed reduction for AddIndex subclasses.
Adam Johnson
2024-08-30
Fixed #35700 -- Added AlterModelTable and AlterModelTableComment reductions.
Adam Johnson
2024-06-13
Fixed #34881 -- Fixed a crash when renaming a model with multiple ManyToManyF...
Anže Pečar
2024-02-09
Refs #34534 -- Reduced constraint operations with Meta.constraints when optim...
Ben Cail
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-09-18
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
Mariusz Felisiak
2023-05-09
Refs #34534 -- Reduced Add/RemoveConstraint and Add/RenameIndex operations wh...
Akash Kumar Sen
2023-05-03
Fixed #34529, Refs #34525 -- Reduced index operations with Meta.indexes/index...
Mariusz Felisiak
2023-05-01
Fixed #34528 -- Reduced Add/RemoveIndex operations when optimizing migrations.
Mariusz Felisiak
2023-02-24
Fixed #34366 -- Reduced AlterField operations when optimizing migrations.
Laurent Tramoy
2023-02-14
Fixed #34250 -- Fixed renaming model with m2m relation to a model with the sa...
DevilsAutumn
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-08-26
Fixed #33953 -- Reverted "Fixed #33201 -- Made RenameModel operation a noop f...
Iuri de Silvio
2022-07-26
Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...
Mariusz Felisiak
2022-07-26
Refs #27236 -- Reverted AlterIndexTogether deprecation.
Mariusz Felisiak
2022-07-12
Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.
David Wobrock
2022-07-08
Refs #27236 -- Added generic mechanism to handle the deprecation of migration...
David Wobrock
2022-05-16
Fixed #33710 -- Made RenameIndex operation a noop when the old and new name m...
David Wobrock
2022-05-12
Refs #27064 -- Added RenameIndex migration operation.
David Wobrock
2022-03-11
Fixed #33572 -- Implemented CreateModel/AlterModelManagers reduction.
Adam Johnson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-04
Fixed #33402 -- Optimized multiple AlterFooTogether operations.
David Wobrock
2021-10-27
Fixed #33201 -- Made RenameModel operation a noop for models with db_table.
Iuri de Silvio
2021-10-19
Fixed #33197 -- Made field rename with prior matching db_column change a noop.
Simon Charette
2021-06-29
Refs #29898 -- Moved state_forwards()'s logic from migration operations to Pr...
manav014
2021-06-22
Refs #29898 -- Moved django.db.migrations.operations.utils to django.db.migra...
manav014
2021-04-16
Refs #29899 -- Moved resolve_relation() to django.db.migrations.utils.
David Wobrock
2021-02-19
Fixed #32256 -- Fixed migration optimization crash when swapping field names.
Hasan Ramezani
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2020-12-18
Fixed #32262 -- Fixed migration optimization for model creation and Meta opti...
Hasan Ramezani
2020-08-28
Fixed #31954 -- Fixed migration optimization for MTI model creation with pare...
Koen De Wit
2020-05-28
Fixed #31468 -- Allowed specifying migration filename in Operation.
Adam Johnson
2020-04-22
Fixed #31499 -- Stored ModelState.fields into a dict.
Simon Charette
2020-04-10
Refs #28305 -- Consolidated field referencing detection in migrations.
Simon Charette
2020-04-09
Replaced ModelTuple by a model resolving function and bare tuples.
Simon Charette
2020-04-09
Replaced Operation._get_model_tuple() by ModelTuple.from_model().
Simon Charette
2020-04-09
Made Operation.references_model/references_field require app_label.
Simon Charette
2020-04-09
Refs #22608 -- Made app_label required when optimizing migrations.
Simon Charette
[next]