David Wobrock
|
eacd4977f6
Refs #27064 -- Added RenameIndex migration operation.
|
2 年之前 |
Mariusz Felisiak
|
97237ad3fe
Removed versionadded/changed annotations for 3.2.
|
3 年之前 |
Adam Johnson
|
fa58450a9a
Fixed #31468 -- Allowed specifying migration filename in Operation.
|
5 年之前 |
Adam Johnson
|
d17b380653
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
|
4 年之前 |
Adam Johnson
|
e9b014fbc5
Refs #31320 -- Warned against using BEGIN/COMMIT in RunSQL.
|
5 年之前 |
Adam Johnson
|
b15b3706fe
Improved docs on migration reversibility. (#12619)
|
5 年之前 |
Tim Graham
|
291539a85c
Removed obsolete references to South database migrations.
|
5 年之前 |
Adam Johnson
|
a9ee6872bd
Clarified SeparateDatabaseAndState docs and added example of changing ManyToManyField.
|
5 年之前 |
Mariusz Felisiak
|
a49c2b6bf0
Removed outdated note about not supporting partial indexes by Django.
|
5 年之前 |
Caio Ariede
|
06909fe084
Fixed #28273 -- Doc'd fast nullable column creation with defaults.
|
5 年之前 |
Mariusz Felisiak
|
416c584cab
Removed versionadded/changed annotations for 2.2.
|
5 年之前 |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 年之前 |
Akash Agrawal
|
c1b26c77a9
Fixed #30696 -- Removed obsolete mention of CheckConstraint in the AddConstraint docs.
|
5 年之前 |
Jozef
|
5bbf31634f
Fixed typo in docs/ref/migration-operations.txt.
|
6 年之前 |
Tim Graham
|
f82be9ebc7
Fixed #29934 -- Added sqlparse as a require dependency.
|
6 年之前 |
Ian Foote
|
952f05a6db
Fixed #11964 -- Added support for database check constraints.
|
8 年之前 |
Brett Cannon
|
64b74804c5
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
|
7 年之前 |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 年之前 |
Arkadiusz Adamski
|
a76d12ceb4
Removed unused imports in example migrations.
|
8 年之前 |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 年之前 |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 年之前 |
Markus Holtermann
|
45ded053b1
Fixed #27666 -- Delayed rendering of recursivly related models in migration operations.
|
8 年之前 |
Akshesh
|
6a8372e6ec
Fixed #26808 -- Added Meta.indexes for class-based indexes.
|
8 年之前 |
Akshesh
|
b1e7d19d4c
Refs #26709 -- Required a name for Indexes passed to AddIndex.
|
8 年之前 |
Akshesh
|
156e2d59cf
Fixed #26709 -- Added class-based indexes.
|
8 年之前 |
Pankrat
|
f91a04621e
Fixed #25833 -- Added support for non-atomic migrations.
|
9 年之前 |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 年之前 |
Tim Graham
|
55481bcdee
Fixed #25917 -- Clarified reversibility of RemoveField.
|
9 年之前 |
Simon Charette
|
729e0b086d
Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided.
|
9 年之前 |
Gen1us2k
|
a1d0c60fa0
Added docs example for manually creating a column with RunSQL.
|
9 年之前 |