1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #31702 -- Added support for PostgreSQL opclasses in UniqueConstraint.

This commit is contained in:
Hannes Ljungberg
2020-06-11 21:37:12 +02:00
committed by Mariusz Felisiak
parent 69e0d9c553
commit 7edc6e53a7
6 changed files with 210 additions and 14 deletions

View File

@@ -196,6 +196,9 @@ Models
attributes allow creating covering indexes and covering unique constraints on
PostgreSQL 11+.
* The new :attr:`.UniqueConstraint.opclasses` attribute allows setting
PostgreSQL operator classes.
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~