summaryrefslogtreecommitdiff
path: root/docs/ref/schema-editor.txt
AgeCommit message (Collapse)Author
2022-12-28Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul
Thanks Jared Chung, Tom Carrick, David Smith, Nick Pope, and Mariusz Felisiak for reviews. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Co-authored-by: Nick Pope <nick@nickpope.me.uk>
2022-05-12Refs #27064 -- Added RenameIndex migration operation.David Wobrock
2021-08-27Corrected BaseDatabaseSchemaEditor.execute() signature in docs.Mariusz Felisiak
2020-10-20Fixed outdated notes in SchemaEditor docs.Mariusz Felisiak
2020-03-23Removed obsolete references to South database migrations.Tim Graham
2019-09-10Removed versionadded/changed annotations for 2.2.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵Tobias Kunze
involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review.
2019-08-11Fixed #30670 -- Doc'd SchemaEditor.add/remove_constraint().Akash Agrawal
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2016-07-07Refs #26709 -- Documented SchemaEditor.add/remove_index().Akshesh
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2015-01-03Fixed #23749 -- Documented how to use the database alias in RunPython.Alfred Perlstein
Thanks Markus Holtermann for review and feedback.
2014-04-27Improved formatting and links of migration docs.Tim Graham
2014-04-14Improve migrations/schema docsAndrew Godwin
2014-02-12Add reference documentation for operations and stubs for schemaeditor.Andrew Godwin