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 年之前 |
Himanshu-Balasamanta
|
06ebaa9e28
Fixed #33626 -- Cleared cache when unregistering a lookup.
|
3 年之前 |
Mariusz Felisiak
|
bfe9665502
Skipped SchemaTests.test_alter_field_type_and_db_collation on databases that don't support collation on TextField.
|
3 年之前 |
sarahboyce
|
65effbdb10
Fixed #33471 -- Made AlterField operation a noop when changing "choices".
|
3 年之前 |
Carlton Gibson
|
bb61f0186d
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
|
3 年之前 |
likecodingloveproblems
|
4b66a5e617
Fixed #33256 -- Fixed schema test failures when using --keepdb.
|
3 年之前 |
Mariusz Felisiak
|
26c166c3b0
Added test for removing through model from ManyToManyField.
|
3 年之前 |
Mariusz Felisiak
|
3702819227
Refs #32502 -- Avoided table rebuild when removing fields on SQLite 3.35.5+.
|
3 年之前 |
Mariusz Felisiak
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 年之前 |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 年之前 |
Mariusz Felisiak
|
30613d6a74
Fixed #33408 -- Fixed adding nullable unique fields on SQLite.
|
3 年之前 |
mdalp
|
3b73f77ad4
Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations on Oracle.
|
3 年之前 |
Mariusz Felisiak
|
2f73e5406d
Refs #32502 -- Avoided table rebuild when adding fields with no default on SQLite.
|
3 年之前 |
Tim Graham
|
ddf321479b
Removed unneeded @skipUnlessDBFeature('supports_combined_alters').
|
3 年之前 |
Simon Charette
|
30ec7fe89a
Refs #33288 -- Made SQLite introspection raise DatabaseError on nonexistent tables.
|
3 年之前 |
Jordan Bae
|
f5a3243911
Fixed #33125 -- Avoided redundant unique constraint when converting a non-unique field to primary key on MySQL and PostgreSQL.
|
3 年之前 |
Mariusz Felisiak
|
338fc0e7f1
Fixed #33080 -- Preserved nullability of textual fields on Oracle.
|
3 年之前 |
Mariusz Felisiak
|
f65eb46646
Fixed typo in tests/schema/tests.py docstrings.
|
3 年之前 |
David Smith
|
1cba320786
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
|
3 年之前 |
Mariusz Felisiak
|
fa0433d05f
Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on MySQL 8.0.13+.
|
3 年之前 |
Hannes Ljungberg
|
b746596f5f
Refs #32779 -- Changed DatabaseSchemaEditor._unique_sql()/_create_unique_sql() to take fields as second parameter.
|
3 年之前 |
Hannes Ljungberg
|
7ef2398e81
Fixed #32777 -- Passed table reference as a string to DatabaseSchemaEditor._index_columns().
|
3 年之前 |
Yuekui Li
|
5e04e84d67
Fixed #32503 -- Fixed altering BLOB/TEXT field to non-nullable with default on MySQL 8.0.13+.
|
3 年之前 |
Mariusz Felisiak
|
af609c2f4d
Fixed isolation of test_rename_table_renames_deferred_sql_references().
|
3 年之前 |