summaryrefslogtreecommitdiff
path: root/docs/howto/writing-migrations.txt
AgeCommit message (Expand)Author
2025-09-29Fixed #35877, Refs #36128 -- Documented unique constraint when migrating a m2...Samriddha9619
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2022-05-31Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
2021-07-13Refs #32880 -- Made some titles consistent in how-to documents.Daniele Procida
2020-06-03Preferred usage of among/while to amongst/whilst.David Smith
2020-03-10Clarified SeparateDatabaseAndState docs and added example of changing ManyToM...Adam Johnson
2018-12-06Fixed #29895 -- Doc'd why MySQL's atomic DDL statements don't work for atomic...Rodrigo
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2017-07-26Replaced "not A== B" with "A != B" in docs/howto/writing-migrations.txt.Berker Peksag
2017-06-26Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak
2017-03-27Made a few cosmetic updates to "Migrations that add unique fields".Paolo Melchiorre
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
2016-08-23Fixed #24650 -- Documented how to change an unmanaged model to managed.Tim Graham
2016-04-06Removed extra blank lines in last commit.Tim Graham
2016-04-06Refs #24016 -- Edited "Migrating data between third-party apps" howto.Tobias Kunze
2016-04-03Fixed #24016 -- Added documentation about third-party app data migrationsrixx
2016-02-05Fixed #25833 -- Added support for non-atomic migrations.Pankrat
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-08-31Fixed #25259 -- Added comments to header of generated migration filesTyson Clugg
2015-07-01Fixed typo in writing migrations docsClaude Paroz
2015-06-06Fixed #24882 -- Documented Migration.run_beforeMark Henwood
2015-05-17Fixed #24630 -- Clarified docs about RunPython transactions.Tim Graham
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-05Fixed #23932 -- Added how-to on migrating unique fields.Andrei Kulakov
2015-02-03Added a "Writing migrations" how-to.Tim Graham