mirror of
https://github.com/django/django.git
synced 2025-11-24 04:47:12 +00:00
Moved contrib.gis.geometry.regex to contrib.gis.geometry.
This commit is contained in:
parent
f896eb30f6
commit
2a4b331348
5 changed files with 3 additions and 3 deletions
|
|
@ -49,7 +49,7 @@ from django.contrib.gis.gdal.geomtype import OGRGeomType
|
|||
from django.contrib.gis.gdal.libgdal import GDAL_VERSION
|
||||
from django.contrib.gis.gdal.prototypes import geom as capi, srs as srs_api
|
||||
from django.contrib.gis.gdal.srs import CoordTransform, SpatialReference
|
||||
from django.contrib.gis.geometry.regex import hex_regex, json_regex, wkt_regex
|
||||
from django.contrib.gis.geometry import hex_regex, json_regex, wkt_regex
|
||||
from django.utils.encoding import force_bytes
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue