Tim Graham
|
bcbc4b9b8a
Fixed typo in migrations test name.
|
10 kuukautta sitten |
Mariusz Felisiak
|
91a4b9a8ec
Fixed #35422 -- Fixed migrations crash when altering GeneratedField referencing rename field.
|
11 kuukautta sitten |
DevilsAutumn
|
9aeb38c296
Fixed #35359 -- Fixed migration operations ordering when adding fields referenced by GeneratedField.expression.
|
11 kuukautta sitten |
Mariusz Felisiak
|
a2dcc4ecbb
Increased test coverage for django.db.migrations.operations.special.
|
1 vuosi sitten |
Ben Cail
|
593067a8ee
Fixed #28541 -- Fixed migrations crash when changing primary key on SQLite.
|
1 vuosi sitten |
Simon Charette
|
daf7d482db
Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
|
1 vuosi sitten |
Simon Charette
|
e67d7d70fa
Fixed #35149 -- Fixed crashes of db_default with unresolvable output field.
|
1 vuosi sitten |
Mariusz Felisiak
|
305757aec1
Applied Black's 2024 stable style.
|
1 vuosi sitten |
Amir Karimi
|
27a3eee721
Fixed #31700 -- Made makemigrations command display meaningful symbols for each operation.
|
1 vuosi sitten |
David Wobrock
|
7045661069
Fixed #35022 -- Fixed RenameIndex() crash on unnamed indexes if exists unique constraint on the same fields.
|
1 vuosi sitten |
Sarah Boyce
|
828082dad9
Fixed #34984 -- Skipped GeneratedFields when remaking tables on SQLite.
|
1 vuosi sitten |
Mariusz Felisiak
|
5875f03ce6
Fixed #34944 -- Made GeneratedField.output_field required.
|
1 vuosi sitten |
Simon Charette
|
8a28e983df
Fixed #34946 -- Preserved db_default on combined default field addition.
|
1 vuosi sitten |
David Sanders
|
1944f490f9
Refs #34936 -- Added test for altering DecimalField with db_default to non-nullable.
|
1 vuosi sitten |
Mariusz Felisiak
|
2abf417c81
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
|
1 vuosi sitten |
donghao
|
71820c9f91
Fixed #34820 -- Fixed migrations crash when changing a ForeignObject field.
|
1 vuosi sitten |
Jeremy Nauta
|
f333e3513e
Fixed #31300 -- Added GeneratedField model field.
|
1 vuosi sitten |
Mariusz Felisiak
|
2b582387d5
Fixed #34760 -- Dropped support for SQLite < 3.27.
|
1 vuosi sitten |
devilsautumn
|
f05cc5e3d2
Refs #24686 -- Made AlterField operation a noop when renaming related model with db_table.
|
1 vuosi sitten |
Mariusz Felisiak
|
3109038992
Refs #33201 -- Avoided unnecessary queries when renaming models with db_table on SpatiaLite.
|
1 vuosi sitten |
Ian Foote
|
7414704e88
Fixed #470 -- Added support for database defaults on fields.
|
4 vuotta sitten |
Simon Charette
|
ffff17d4b0
Fixed #34553 -- Fixed improper % escaping of literal in constraints.
|
1 vuosi sitten |
Simon Charette
|
e0f8104a96
Refs #34553 -- Split constraint escaping test in subtests.
|
1 vuosi sitten |
Mariusz Felisiak
|
16c966ff7f
Refs #30060, Refs #34217 -- Made SchemaEditor not generate SQL for CheckConstraint if not supported.
|
2 vuotta sitten |
DevilsAutumn
|
ff3a283422
Fixed #34250 -- Fixed renaming model with m2m relation to a model with the same name.
|
2 vuotta sitten |
kimsoungryoul
|
78f163a4fb
Fixed #18468 -- Added support for comments on columns and tables.
|
2 vuotta sitten |
DevilsAutumn
|
68ef274bc5
Fixed #34217 -- Fixed migration crash when removing check constraints on MySQL < 8.0.16.
|
2 vuotta sitten |
DevilsAutumn
|
81b1c167bf
Fixed #28987 -- Fixed altering ManyToManyField when changing to self-referential.
|
2 vuotta sitten |
David Sanders
|
9f8c994851
Fixed #34027 -- Fixed migrations crash when altering type of char/text fields referenced by foreign key on PostgreSQL.
|
2 vuotta sitten |
Mariusz Felisiak
|
a9e7beb959
Refs #33953 -- Fixed test_rename_model_with_db_table_rename_m2m() crash on SQLite < 3.20.
|
2 vuotta sitten |