mirror of
https://github.com/django/django.git
synced 2025-08-06 03:48:38 +00:00
Made BaseConstraint importable from django.db.models.
This commit is contained in:
parent
5f9ad17201
commit
4bd494db42
2 changed files with 2 additions and 3 deletions
|
@ -3,8 +3,7 @@ import warnings
|
|||
from django.contrib.postgres.indexes import OpClass
|
||||
from django.db import NotSupportedError
|
||||
from django.db.backends.ddl_references import Expressions, Statement, Table
|
||||
from django.db.models import Deferrable, F, Q
|
||||
from django.db.models.constraints import BaseConstraint
|
||||
from django.db.models import BaseConstraint, Deferrable, F, Q
|
||||
from django.db.models.expressions import ExpressionList
|
||||
from django.db.models.indexes import IndexExpression
|
||||
from django.db.models.sql import Query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue