summaryrefslogtreecommitdiff
path: root/tests/schema
AgeCommit message (Expand)Author
2026-01-31Added supports_expression_indexes skip to nulls_distinct test.Tim Graham
2025-12-30Refs #21961 -- Added supports_on_delete_db_cascade skips in schema tests.Tim Graham
2025-12-16Fixed #36800 -- Restored ManyToManyField renaming in BaseDatabaseSchemaEditor...Clifford Gama
2025-12-13Fixed #36765 -- Added support for stored GeneratedFields on Oracle 23ai/26ai ...Mariusz Felisiak
2025-10-18Fixed #21961 -- Added support for database-level delete options for ForeignKey.Mariusz Felisiak
2025-09-05Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.Tim Graham
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-04-05Fixed #36156 -- Added supports_json_field check in test_db_default_output_fie...Kelvin Adigwu
2025-02-22Fixed #35839 -- Fixed crash when adding GeneratedField with db_comment on MySQL.saJaeHyukc
2025-02-18Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.Mariusz Felisiak
2024-10-31Fixed #35180 -- Recreated PostgreSQL _like indexes when changing between Text...Ben Cail
2024-09-03Added assertion for the results of migrating an integer pk to SmallAutoField.Tim Graham
2024-08-01Reverted "Fixed #28646 -- Prevented duplicate index when unique is set to Tru...Sarah Boyce
2024-07-30Fixed #28646 -- Prevented duplicate index when unique is set to True on Postg...Ben Cail
2024-04-16Fixed #35373 -- Fixed a crash when indexing a generated field on SQLite.Simon Charette
2024-04-12Refs #35194 -- Adjusted a generated field test to work on Postgres 15.6+.Simon Charette
2024-04-02Fixed #35336 -- Addressed crash when adding a GeneratedField with % literals.Simon Charette
2024-03-26Fixed #35329 -- Fixed migrations crash when adding partial unique constraints...Mariusz Felisiak
2024-03-01Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.Simon Charette
2024-02-15Fixed #34060 -- Fixed migrations crash when adding check constraints with JSO...Albert Defler
2024-02-04Fixed #35149 -- Fixed crashes of db_default with unresolvable output field.Simon Charette
2024-02-04Refs #35149 -- Made equivalent db_default alterations noops.Simon Charette
2024-02-03Fixed #35162 -- Fixed crash when adding fields with db_default on MySQL.Simon Charette
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-12-14Refs #32503 -- Added assertion for effective default value when altering Text...Tobias Krönke
2023-12-12Fixed #35018 -- Fixed migrations crash on GeneratedField with BooleanField as...Mariusz Felisiak
2023-12-03Fixed #35002 -- Made UniqueConstraints with fields respect nulls_distinct.Peter Thomassen
2023-11-30Fixed #35006 -- Fixed migrations crash when altering Meta.db_table_comment on...Mariusz Felisiak
2023-11-14Fixed #34944 -- Made GeneratedField.output_field required.Mariusz Felisiak
2023-11-14Reverted "Refs #30446, Refs #34944 -- Fixed crash when adding GeneratedField ...Mariusz Felisiak
2023-11-08Refs #30446, Refs #34944 -- Fixed crash when adding GeneratedField with strin...Simon Charette
2023-11-07Fixed #34946 -- Preserved db_default on combined default field addition.Simon Charette
2023-10-30Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index creation ...Tom Carrick
2023-09-28Fixed #34877 -- Fixed migrations crash when adding GeneratedField with output...Paolo Melchiorre
2023-09-22Fixed #34861 -- Fixed crash when adding GeneratedField with some expressions.Paolo Melchiorre
2023-09-18Refs #27236 -- Removed Meta.index_together per deprecation timeline.Mariusz Felisiak
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