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