summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/constraints.py
AgeCommit message (Expand)Author
2020-05-01Fixed #31455 -- Added support for deferrable exclusion constraints on Postgre...Ian Foote
2019-11-21Refs #11964 -- Removed SimpleCol in favor of Query(alias_cols).Simon Charette
2019-10-01Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...ElizabethU
2019-07-16Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.Mads Jensen