django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
1 tahun lalu |
Mariusz Felisiak
|
ac90529cc5
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
|
2 tahun lalu |
Daniele Procida
|
22fbebc744
Refs #32880 -- Made some titles consistent in how-to documents.
|
3 tahun lalu |
David Smith
|
dbdc192ca3
Preferred usage of among/while to amongst/whilst.
|
4 tahun lalu |
Adam Johnson
|
a9ee6872bd
Clarified SeparateDatabaseAndState docs and added example of changing ManyToManyField.
|
4 tahun lalu |
Rodrigo
|
ad191d9e01
Fixed #29895 -- Doc'd why MySQL's atomic DDL statements don't work for atomic migrations.
|
6 tahun lalu |
Curtis Maloney
|
c49ea6f591
Refs #20910 -- Replaced snippet directive with code-block.
|
6 tahun lalu |
Berker Peksag
|
c362228556
Replaced "not A== B" with "A != B" in docs/howto/writing-migrations.txt.
|
7 tahun lalu |
Mariusz Felisiak
|
081e787160
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
7 tahun lalu |
Paolo Melchiorre
|
24d53786d4
Made a few cosmetic updates to "Migrations that add unique fields".
|
7 tahun lalu |
Arkadiusz Adamski
|
a76d12ceb4
Removed unused imports in example migrations.
|
7 tahun lalu |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 tahun lalu |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 tahun lalu |
Tim Graham
|
80c03b06ad
Fixed #24650 -- Documented how to change an unmanaged model to managed.
|
8 tahun lalu |
Tim Graham
|
8dcd01046e
Removed extra blank lines in last commit.
|
8 tahun lalu |
Tobias Kunze
|
c643b4c9f2
Refs #24016 -- Edited "Migrating data between third-party apps" howto.
|
8 tahun lalu |
rixx
|
b7ea494d65
Fixed #24016 -- Added documentation about third-party app data migrations
|
8 tahun lalu |
Pankrat
|
f91a04621e
Fixed #25833 -- Added support for non-atomic migrations.
|
8 tahun lalu |
Elif T. Kus
|
bca9faae95
Fixed #26020 -- Normalized header stylings in docs.
|
9 tahun lalu |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 tahun lalu |
Tyson Clugg
|
e34226fc37
Fixed #25259 -- Added comments to header of generated migration files
|
9 tahun lalu |
Claude Paroz
|
3d7a713156
Fixed typo in writing migrations docs
|
9 tahun lalu |
Mark Henwood
|
dee1bcd08a
Fixed #24882 -- Documented Migration.run_before
|
9 tahun lalu |
Tim Graham
|
307acc745a
Fixed #24630 -- Clarified docs about RunPython transactions.
|
9 tahun lalu |
Loic Bistuer
|
bed504d70b
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
|
9 tahun lalu |
Andrei Kulakov
|
1f9e44030e
Fixed #23932 -- Added how-to on migrating unique fields.
|
9 tahun lalu |
Tim Graham
|
570912a97d
Added a "Writing migrations" how-to.
|
9 tahun lalu |