mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #31709 -- Added support for opclasses in ExclusionConstraint.
This commit is contained in:
committed by
Mariusz Felisiak
parent
dcb4d79ef7
commit
0d6d4e78b1
@@ -73,6 +73,9 @@ Minor features
|
||||
* The new :attr:`.ExclusionConstraint.include` attribute allows creating
|
||||
covering exclusion constraints on PostgreSQL 12+.
|
||||
|
||||
* The new :attr:`.ExclusionConstraint.opclasses` attribute allows setting
|
||||
PostgreSQL operator classes.
|
||||
|
||||
* The new :attr:`.JSONBAgg.ordering` attribute determines the ordering of the
|
||||
aggregated elements.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user