mirror of
https://github.com/django/django.git
synced 2025-10-29 00:26:07 +00:00
[3.1.x] Bumped minimum isort version to 5.1.0.
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
Backport of e74b3d724e from master
This commit is contained in:
committed by
Mariusz Felisiak
parent
356efa90b5
commit
12ba61ed17
@@ -9,10 +9,12 @@ from . import PostgreSQLTestCase
|
||||
from .models import HotelReservation, RangesModel, Room
|
||||
|
||||
try:
|
||||
from django.contrib.postgres.constraints import ExclusionConstraint
|
||||
from django.contrib.postgres.fields import DateTimeRangeField, RangeBoundary, RangeOperators
|
||||
|
||||
from psycopg2.extras import DateRange, NumericRange
|
||||
|
||||
from django.contrib.postgres.constraints import ExclusionConstraint
|
||||
from django.contrib.postgres.fields import (
|
||||
DateTimeRangeField, RangeBoundary, RangeOperators,
|
||||
)
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user