summaryrefslogtreecommitdiff
path: root/tests/constraints/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #34338 -- Fixed isolation of constraints tests.Mariusz Felisiak2023-02-241-1/+7
* Fixed #30581 -- Added support for Meta.constraints validation.Gagaro2022-05-101-0/+4
* Refs #30581 -- Moved CheckConstraint tests for conditional expressions to mig...Mariusz Felisiak2022-05-051-13/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-27/+26
* Fixed #31815 -- Fixed schema value encoding on PostgreSQL.Mariusz Felisiak2020-07-271-0/+8
* Refs #30913 -- Added system checks for covering indexes and unique constraint...Mariusz Felisiak2020-06-041-0/+1
* Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.Hannes Ljungberg2020-06-041-0/+17
* Fixed #20581 -- Added support for deferrable unique constraints.Ian Foote2020-04-301-0/+22
* Refs #31351 -- Made partial constraints tests use required_db_features.Mariusz Felisiak2020-04-171-0/+10
* Fixed #30484 -- Added conditional expressions support to CheckConstraint.Simon Charette2019-11-211-0/+13
* Refs #11964 -- Made constraint support check respect required_db_features.Simon Charette2019-08-121-2/+15
* Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...can2019-07-081-0/+21
* Fixed #30062 -- Added support for unique conditional constraints.Paveł Tyślacki2019-01-121-1/+7
* Fixed #29641 -- Added support for unique constraints in Meta.constraints.Simon Charette2018-11-131-2/+3
* Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...Simon Charette2018-10-021-3/+3
* Fixed #11964 -- Added support for database check constraints.Ian Foote2018-07-101-0/+15