Add support for exclusion constraints (#249)

This commit is contained in:
Hannes Ljungberg
2019-12-10 18:50:28 +01:00
committed by Maksim Kurnikov
parent 58b26fdbd3
commit f5f33b061d
4 changed files with 32 additions and 0 deletions

View File

@@ -96,6 +96,7 @@
import django.contrib.postgres.aggregates.general
import django.contrib.postgres.aggregates.mixins
import django.contrib.postgres.aggregates.statistics
import django.contrib.postgres.constraints
import django.contrib.postgres.fields
import django.contrib.postgres.fields.array
import django.contrib.postgres.fields.citext