Mariusz Felisiak
|
2abf417c81
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
|
преди 1 година |
Mariusz Felisiak
|
2b582387d5
Fixed #34760 -- Dropped support for SQLite < 3.27.
|
преди 1 година |
Mariusz Felisiak
|
22b0b73c77
Fixed warnings per flake8 6.1.0.
|
преди 1 година |
Simon Charette
|
595a2abb58
Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.
|
преди 1 година |
Ian Foote
|
7414704e88
Fixed #470 -- Added support for database defaults on fields.
|
преди 4 години |
Petter Friberg
|
8ed25d65ea
Fixed #34505 -- Skipped varchar_pattern_ops/text_pattern_ops index creation when db_collation is set in related field.
|
преди 1 година |
Mariusz Felisiak
|
765b96734c
Added SchemaTests._add_ci_collation() hook.
|
преди 1 година |
Tim Graham
|
40e88ae8c8
Refs #34320 -- Added skipIf for a test requiring check constraints.
|
преди 2 години |
nabil-rady
|
6bdc3c58b6
Fixed #34320 -- Make sure constraints names are obtained from truncated columns names.
|
преди 2 години |
David Smith
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
преди 2 години |
sage
|
110b3b8356
Fixed #34304 -- Made MySQL's SchemaEditor.remove_constraint() don't create foreign key index when unique constraint is ignored.
|
преди 2 години |
kimsoungryoul
|
78f163a4fb
Fixed #18468 -- Added support for comments on columns and tables.
|
преди 2 години |
Mariusz Felisiak
|
ae0899be0d
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.
|
преди 2 години |
Mariusz Felisiak
|
7b0e9ea53c
Fixed #34138 -- Avoided table rebuild when adding inline m2m fields on SQLite.
|
преди 2 години |
Mariusz Felisiak
|
bc3b8f1524
Refs #34058 -- Fixed changing/deleting sequences when altering pre-Django 4.1 auto fields on PostgreSQL.
|
преди 2 години |
Mariusz Felisiak
|
19e6efa50b
Fixed #34058 -- Changed sequence types when altering pre-Django 4.1 auto fields on PostgreSQL.
|
преди 2 години |
Sergey Fursov
|
b731e88415
Fixed #31335 -- Fixed removing composed composed Meta constraints/indexes on foreign keys on MySQL.
|
преди 3 години |
Sergey Fursov
|
1b08e9bf7d
Refs #31335 -- Added more tests for removing composed Meta constraints/indexes on foreign keys.
|
преди 2 години |
Benoît Vinot
|
e3cb8bcb7d
Fixed #33932 -- Fixed altering AutoFields to OneToOneField on PostgreSQL.
|
преди 2 години |
Haolun Chai
|
f3f9d03edf
Fixed #33901 -- Skipped varchar_pattern_ops/text_pattern_ops index creation when db_collation is set.
|
преди 2 години |
Mariusz Felisiak
|
5c803bc070
Fixed #33919 -- Fixed adding AutoFields on PostgreSQL.
|
преди 2 години |
Fiza Ashraf
|
c0beff2123
Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3.35.5+.
|
преди 2 години |
Mariusz Felisiak
|
ab1955a05e
Fixed #33881 -- Added support for database collations to ArrayField(Char/TextFields).
|
преди 2 години |
David Wobrock
|
a6385b382e
Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.
|
преди 2 години |
David Wobrock
|
a3a1290d47
Refs #27236 -- Moved models with Meta.index_together inside of test methods.
|
преди 2 години |
David Wobrock
|
8f04473af1
Fixed #25105 -- Checked deferred constraints before updating rows on PostgreSQL.
|
преди 2 години |
Mariusz Felisiak
|
1b3a949ba2
Refs #33671 -- Fixed migrations crash when adding collation to a primary key on Oracle.
|
преди 2 години |
Mariusz Felisiak
|
b34238addc
Fixed #33670 -- Fixed altering primary key on SQLite.
|
преди 2 години |
Florian Apolloner
|
2eea361eff
Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.
|
преди 3 години |
Mariusz Felisiak
|
a65547c04a
Fixed tests on databases that don't support introspecting foreign keys.
|
преди 3 години |