summaryrefslogtreecommitdiff
path: root/docs/ref/migration-operations.txt
AgeCommit message (Expand)Author
2023-03-01[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2022-12-28Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul
2022-07-26Refs #27236 -- Doc'd that AlterIndexTogether is no longer officially supporte...Mariusz Felisiak
2022-07-26Refs #27236 -- Reverted AlterIndexTogether deprecation.Mariusz Felisiak
2022-07-12Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.David Wobrock
2022-05-12Refs #27064 -- Added RenameIndex migration operation.David Wobrock
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2020-05-28Fixed #31468 -- Allowed specifying migration filename in Operation.Adam Johnson
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-04-01Refs #31320 -- Warned against using BEGIN/COMMIT in RunSQL.Adam Johnson
2020-03-25Improved docs on migration reversibility. (#12619)Adam Johnson
2020-03-23Removed obsolete references to South database migrations.Tim Graham
2020-03-10Clarified SeparateDatabaseAndState docs and added example of changing ManyToM...Adam Johnson
2020-02-29Removed outdated note about not supporting partial indexes by Django.Mariusz Felisiak
2019-10-07Fixed #28273 -- Doc'd fast nullable column creation with defaults.Caio Ariede
2019-09-10Removed versionadded/changed annotations for 2.2.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-08-11Fixed #30696 -- Removed obsolete mention of CheckConstraint in the AddConstra...Akash Agrawal
2019-01-02Fixed typo in docs/ref/migration-operations.txt.Jozef
2018-11-09Fixed #29934 -- Added sqlparse as a require dependency.Tim Graham
2018-07-10Fixed #11964 -- Added support for database check constraints.Ian Foote
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-01-21Removed unused imports in example migrations.Arkadiusz Adamski
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Fixed #27666 -- Delayed rendering of recursivly related models in migration o...Markus Holtermann
2016-08-05Fixed #26808 -- Added Meta.indexes for class-based indexes.Akshesh
2016-07-07Refs #26709 -- Required a name for Indexes passed to AddIndex.Akshesh
2016-06-27Fixed #26709 -- Added class-based indexes.Akshesh
2016-02-05Fixed #25833 -- Added support for non-atomic migrations.Pankrat
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-28Fixed #25917 -- Clarified reversibility of RemoveField.Tim Graham
2016-01-23Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided.Simon Charette
2015-12-25Added docs example for manually creating a column with RunSQL.Gen1us2k
2015-11-14Fixed typo in docs/ref/migration-operations.txt.Tim Graham
2015-09-25Corrected use of 'affect' vs 'effect' in docs.Rob Hudson
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-19Fixed #25430 -- Fixed incorrect RunSQL examples.Flavio Curella
2015-09-09Fixed #25371 -- Added reverse_sql and reverse_code examples to docs.Bibhas
2015-08-31Cleaned up example migration files in docsTyson Clugg
2015-06-05Capitalized "Python" in docs.Tim Graham
2015-05-17Fixed #24630 -- Clarified docs about RunPython transactions.Tim Graham
2015-04-20Fixed #24591 -- Optimized cloning of ModelState objects.Marten Kenbeek
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2015-01-10Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer
2015-01-09Fixed #24098 -- Added no-op attributes to RunPython and RunSQLMarkus Holtermann
2015-01-07Updated migration docs to match changes from a159b1facClaude Paroz
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann