index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
constraints
/
models.py
Age
Commit message (
Expand
)
Author
2020-07-27
Fixed #31815 -- Fixed schema value encoding on PostgreSQL.
Mariusz Felisiak
2020-06-04
Refs #30913 -- Added system checks for covering indexes and unique constraint...
Mariusz Felisiak
2020-06-04
Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.
Hannes Ljungberg
2020-04-30
Fixed #20581 -- Added support for deferrable unique constraints.
Ian Foote
2020-04-17
Refs #31351 -- Made partial constraints tests use required_db_features.
Mariusz Felisiak
2019-11-21
Fixed #30484 -- Added conditional expressions support to CheckConstraint.
Simon Charette
2019-08-12
Refs #11964 -- Made constraint support check respect required_db_features.
Simon Charette
2019-07-08
Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...
can
2019-01-12
Fixed #30062 -- Added support for unique conditional constraints.
Paveł Tyślacki
2018-11-13
Fixed #29641 -- Added support for unique constraints in Meta.constraints.
Simon Charette
2018-10-02
Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...
Simon Charette
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote