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
/
django
/
contrib
/
postgres
/
constraints.py
Age
Commit message (
Expand
)
Author
2021-06-22
Fixed #32858 -- Fixed ExclusionConstraint crash with index transforms in expr...
Lucidiot
2021-04-07
Refs #32074 -- Made ExclusionConstraint.__repr__() use Deferrable.__repr__().
Mariusz Felisiak
2021-02-19
Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more ...
Hannes Ljungberg
2020-10-14
Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms ...
Mariusz Felisiak
2020-08-19
Fixed #31902 -- Fixed crash of ExclusionConstraint on expressions with params.
Maxim Petrov
2020-06-16
Fixed #31709 -- Added support for opclasses in ExclusionConstraint.
Hannes Ljungberg
2020-06-12
Fixed #31649 -- Added support for covering exclusion constraints on PostgreSQ...
Hannes Ljungberg
2020-05-01
Fixed #31455 -- Added support for deferrable exclusion constraints on Postgre...
Ian Foote
2019-11-21
Refs #11964 -- Removed SimpleCol in favor of Query(alias_cols).
Simon Charette
2019-10-01
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...
ElizabethU
2019-07-16
Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.
Mads Jensen