mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
parent
8097e54832
commit
6b6d13bf6e
15 changed files with 83 additions and 21 deletions
|
@ -1,12 +1,13 @@
|
|||
from unittest import skipUnless
|
||||
|
||||
from django.contrib.gis.gdal import HAS_GDAL
|
||||
from django.contrib.gis.geos import HAS_GEOS
|
||||
from django.forms import ValidationError
|
||||
from django.test import SimpleTestCase, skipUnlessDBFeature
|
||||
from django.utils import six
|
||||
from django.utils.html import escape
|
||||
|
||||
if HAS_GDAL:
|
||||
if HAS_GEOS and HAS_GDAL:
|
||||
from django.contrib.gis import forms
|
||||
from django.contrib.gis.geos import GEOSGeometry
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue