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
/
__init__.py
Age
Commit message (
Expand
)
Author
2024-11-28
Fixed #35038 -- Created AlterConstraint operation.
Salvo Polizzi
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-05-12
Refs #27064 -- Added RenameIndex migration operation.
David Wobrock
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2016-06-27
Fixed #26709 -- Added class-based indexes.
Akshesh
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-06-15
Fixed #22470: Full migration support for order_with_respect_to
Andrew Godwin
2014-06-15
Persist non-schema-relevant Meta changes in migrations
Andrew Godwin
2013-11-06
Massive migration optimiser improvements + RenameModel opn
Andrew Godwin
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-09-25
Add RunPython migration operation and tests
Andrew Godwin
2013-09-07
RunSQL migration operation and alpha SeparateDatabaseAndState op'n.
Andrew Godwin
2013-07-02
Add AlterIndexTogether operation
Andrew Godwin
2013-07-02
Add unique_together altering operation
Andrew Godwin
2013-06-20
Add AlterField and RenameField operations
Andrew Godwin
2013-06-20
Add operation that renames tables
Andrew Godwin
2013-05-29
Start adding operations that work and tests for them
Andrew Godwin
2013-05-10
Make a start on operations and state (not sure if final layout)
Andrew Godwin