summaryrefslogtreecommitdiff
path: root/tests/constraints/models.py
AgeCommit message (Expand)Author
2025-03-01Fixed #36198 -- Implemented unresolved transform expression replacement.Simon Charette
2024-10-10Fixed #35103 -- Used provided error code and message when fields is set witho...gabn88
2024-08-12Fixed #35575 -- Added support for constraint validation on GeneratedFields.Mark Gensler
2024-08-05Fixed #35638 -- Updated validate_constraints to consider db_default.David Sanders
2024-03-01Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.Simon Charette
2023-08-04Fixed #34754 -- Fixed JSONField check constraints validation on NULL values.Simon Charette
2023-02-24Refs #34338 -- Fixed isolation of constraints tests.Mariusz Felisiak
2022-05-10Fixed #30581 -- Added support for Meta.constraints validation.Gagaro
2022-05-05Refs #30581 -- Moved CheckConstraint tests for conditional expressions to mig...Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-07-27Fixed #31815 -- Fixed schema value encoding on PostgreSQL.Mariusz Felisiak
2020-06-04Refs #30913 -- Added system checks for covering indexes and unique constraint...Mariusz Felisiak
2020-06-04Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.Hannes Ljungberg
2020-04-30Fixed #20581 -- Added support for deferrable unique constraints.Ian Foote
2020-04-17Refs #31351 -- Made partial constraints tests use required_db_features.Mariusz Felisiak
2019-11-21Fixed #30484 -- Added conditional expressions support to CheckConstraint.Simon Charette
2019-08-12Refs #11964 -- Made constraint support check respect required_db_features.Simon Charette
2019-07-08Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...can
2019-01-12Fixed #30062 -- Added support for unique conditional constraints.Paveł Tyślacki
2018-11-13Fixed #29641 -- Added support for unique constraints in Meta.constraints.Simon Charette
2018-10-02Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...Simon Charette
2018-07-10Fixed #11964 -- Added support for database check constraints.Ian Foote