mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #33342 -- Added support for using OpClass() in exclusion constraints.
This commit is contained in:
committed by
Mariusz Felisiak
parent
a0d43a7a6e
commit
0e656c02fe
@@ -108,6 +108,10 @@ Minor features
|
||||
<django.contrib.postgres.fields.DecimalRangeField.default_bounds>` allows
|
||||
specifying bounds for list and tuple inputs.
|
||||
|
||||
* :class:`~django.contrib.postgres.constraints.ExclusionConstraint` now allows
|
||||
specifying operator classes with the
|
||||
:class:`OpClass() <django.contrib.postgres.indexes.OpClass>` expression.
|
||||
|
||||
:mod:`django.contrib.redirects`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user