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
/
schema-editor.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
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-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-05-12
Refs #27064 -- Added RenameIndex migration operation.
David Wobrock
2021-08-27
Corrected BaseDatabaseSchemaEditor.execute() signature in docs.
Mariusz Felisiak
2020-10-20
Fixed outdated notes in SchemaEditor docs.
Mariusz Felisiak
2020-03-23
Removed obsolete references to South database migrations.
Tim Graham
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 #30670 -- Doc'd SchemaEditor.add/remove_constraint().
Akash Agrawal
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2016-07-07
Refs #26709 -- Documented SchemaEditor.add/remove_index().
Akshesh
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-03
Fixed #23749 -- Documented how to use the database alias in RunPython.
Alfred Perlstein
2014-04-27
Improved formatting and links of migration docs.
Tim Graham
2014-04-14
Improve migrations/schema docs
Andrew Godwin
2014-02-12
Add reference documentation for operations and stubs for schemaeditor.
Andrew Godwin