summaryrefslogtreecommitdiff
path: root/tests/schema
AgeCommit message (Expand)Author
2024-04-16[5.0.x] Fixed #35373 -- Fixed a crash when indexing a generated field on SQLite.Simon Charette
2024-04-12[5.0.x] Refs #35194 -- Adjusted a generated field test to work on Postgres 15...Simon Charette
2024-04-05[5.0.x] Refs #35336 -- Fixed SchemaTests.test_add_generated_field_contains() ...Mariusz Felisiak
2024-04-02[5.0.x] Fixed #35336 -- Addressed crash when adding a GeneratedField with % l...Simon Charette
2024-03-26[5.0.x] Fixed #35329 -- Fixed migrations crash when adding partial unique con...Mariusz Felisiak
2024-02-04[5.0.x] Fixed #35149 -- Fixed crashes of db_default with unresolvable output ...Simon Charette
2024-02-04[5.0.x] Refs #35149 -- Made equivalent db_default alterations noops.Simon Charette
2024-02-04[5.0.x] Fixed #35162 -- Fixed crash when adding fields with db_default on MySQL.Simon Charette
2024-01-26[5.0.x] Applied Black's 2024 stable style.Mariusz Felisiak
2023-12-12[5.0.x] Fixed #35018 -- Fixed migrations crash on GeneratedField with Boolean...Mariusz Felisiak
2023-12-03[5.0.x] Fixed #35002 -- Made UniqueConstraints with fields respect nulls_dist...Peter Thomassen
2023-11-30[5.0.x] Fixed #35006 -- Fixed migrations crash when altering Meta.db_table_co...Mariusz Felisiak
2023-11-14[5.0.x] Fixed #34944 -- Made GeneratedField.output_field required.Mariusz Felisiak
2023-11-14[5.0.x] Reverted "Refs #30446, Refs #34944 -- Fixed crash when adding Generat...Mariusz Felisiak
2023-11-08[5.0.x] Refs #30446, Refs #34944 -- Fixed crash when adding GeneratedField wi...Simon Charette
2023-11-07[5.0.x] Fixed #34946 -- Preserved db_default on combined default field addition.Simon Charette
2023-10-30[5.0.x] Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index c...Tom Carrick
2023-09-28[5.0.x] Fixed #34877 -- Fixed migrations crash when adding GeneratedField wit...Paolo Melchiorre
2023-09-22[5.0.x] Fixed #34861 -- Fixed crash when adding GeneratedField with some expr...Paolo Melchiorre
2023-08-04Fixed #34760 -- Dropped support for SQLite < 3.27.Mariusz Felisiak
2023-07-30Fixed warnings per flake8 6.1.0.Mariusz Felisiak
2023-07-19Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.Simon Charette
2023-05-12Fixed #470 -- Added support for database defaults on fields.Ian Foote
2023-04-21Fixed #34505 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...Petter Friberg
2023-04-21Added SchemaTests._add_ci_collation() hook.Mariusz Felisiak
2023-02-24Refs #34320 -- Added skipIf for a test requiring check constraints.Tim Graham
2023-02-15Fixed #34320 -- Make sure constraints names are obtained from truncated colum...nabil-rady
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-31Fixed #34304 -- Made MySQL's SchemaEditor.remove_constraint() don't create fo...sag᠎e
2022-12-28Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul
2022-12-22Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.Mariusz Felisiak
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2022-11-04Fixed #34138 -- Avoided table rebuild when adding inline m2m fields on SQLite.Mariusz Felisiak
2022-10-01Refs #34058 -- Fixed changing/deleting sequences when altering pre-Django 4.1...Mariusz Felisiak
2022-09-29Fixed #34058 -- Changed sequence types when altering pre-Django 4.1 auto fiel...Mariusz Felisiak
2022-09-13Fixed #31335 -- Fixed removing composed composed Meta constraints/indexes on ...Sergey Fursov
2022-09-12Refs #31335 -- Added more tests for removing composed Meta constraints/indexe...Sergey Fursov
2022-08-17Fixed #33932 -- Fixed altering AutoFields to OneToOneField on PostgreSQL.Benoît Vinot
2022-08-15Fixed #33901 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...Haolun Chai
2022-08-12Fixed #33919 -- Fixed adding AutoFields on PostgreSQL.Mariusz Felisiak
2022-08-08Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3...Fiza Ashraf
2022-08-02Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...Mariusz Felisiak
2022-07-12Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.David Wobrock
2022-06-03Refs #27236 -- Moved models with Meta.index_together inside of test methods.David Wobrock
2022-05-04Fixed #25105 -- Checked deferred constraints before updating rows on PostgreSQL.David Wobrock
2022-04-29Refs #33671 -- Fixed migrations crash when adding collation to a primary key ...Mariusz Felisiak
2022-04-29Fixed #33670 -- Fixed altering primary key on SQLite.Mariusz Felisiak
2022-04-13Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.Florian Apolloner
2022-04-13Fixed tests on databases that don't support introspecting foreign keys.Mariusz Felisiak
2022-04-12Fixed #33626 -- Cleared cache when unregistering a lookup.Himanshu-Balasamanta