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
/
docs
/
ref
/
migration-operations.txt
Age
Commit message (
Expand
)
Author
2026-03-14
Fixed #35786 -- Removed outdated note about database defaults in AddField/Alt...
Ahmed Nassar
2026-01-19
Fixed unbalanced parentheses in docs.
Clifford Gama
2025-09-17
Removed versionadded/changed annotations for 5.2.
Jacob Walls
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-03-09
Fixed #35487 -- Removed CASCADE from RemoveField() on PostgreSQL.
petr.prikryl
2025-02-09
Fixed #36105 -- Dropped support for MariaDB 10.5.
Mariusz Felisiak
2025-01-15
Removed versionadded/changed annotations for 5.1.
Sarah Boyce
2024-11-28
Fixed #35038 -- Created AlterConstraint operation.
Salvo Polizzi
2024-04-16
Doc'd that RemoveField also drops related database objects in PostgreSQL.
David Sanders
2024-01-18
Fixed typo in docs/ref/migration-operations.txt.
Viicos
2024-01-17
Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...
Amir Karimi
2023-09-18
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
Mariusz Felisiak
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-07-26
Refs #27236 -- Doc'd that AlterIndexTogether is no longer officially supporte...
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-05-12
Refs #27064 -- Added RenameIndex migration operation.
David Wobrock
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2020-05-28
Fixed #31468 -- Allowed specifying migration filename in Operation.
Adam Johnson
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-04-01
Refs #31320 -- Warned against using BEGIN/COMMIT in RunSQL.
Adam Johnson
2020-03-25
Improved docs on migration reversibility. (#12619)
Adam Johnson
2020-03-23
Removed obsolete references to South database migrations.
Tim Graham
2020-03-10
Clarified SeparateDatabaseAndState docs and added example of changing ManyToM...
Adam Johnson
2020-02-29
Removed outdated note about not supporting partial indexes by Django.
Mariusz Felisiak
2019-10-07
Fixed #28273 -- Doc'd fast nullable column creation with defaults.
Caio Ariede
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-08-11
Fixed #30696 -- Removed obsolete mention of CheckConstraint in the AddConstra...
Akash Agrawal
2019-01-02
Fixed typo in docs/ref/migration-operations.txt.
Jozef
2018-11-09
Fixed #29934 -- Added sqlparse as a require dependency.
Tim Graham
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-01-21
Removed unused imports in example migrations.
Arkadiusz Adamski
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Fixed #27666 -- Delayed rendering of recursivly related models in migration o...
Markus Holtermann
2016-08-05
Fixed #26808 -- Added Meta.indexes for class-based indexes.
Akshesh
2016-07-07
Refs #26709 -- Required a name for Indexes passed to AddIndex.
Akshesh
2016-06-27
Fixed #26709 -- Added class-based indexes.
Akshesh
2016-02-05
Fixed #25833 -- Added support for non-atomic migrations.
Pankrat
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-28
Fixed #25917 -- Clarified reversibility of RemoveField.
Tim Graham
2016-01-23
Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided.
Simon Charette
2015-12-25
Added docs example for manually creating a column with RunSQL.
Gen1us2k
2015-11-14
Fixed typo in docs/ref/migration-operations.txt.
Tim Graham
[next]