1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

gis: removed import to the PostGIS proxy module.

git-svn-id: http://code.djangoproject.com/svn/django/branches/gis@6509 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Justin Bronn 2007-10-14 20:48:33 +00:00
parent c049672a74
commit 189335acaa

View File

@ -3,7 +3,6 @@
""" """
from django.contrib.gis.db.backend.postgis.creation import create_spatial_db from django.contrib.gis.db.backend.postgis.creation import create_spatial_db
from django.contrib.gis.db.backend.postgis.field import PostGISField, gqn from django.contrib.gis.db.backend.postgis.field import PostGISField, gqn
from django.contrib.gis.db.backend.postgis.proxy import PostGISProxy
from django.contrib.gis.db.backend.postgis.query import \ from django.contrib.gis.db.backend.postgis.query import \
get_geo_where_clause, GEOM_FUNC_PREFIX, POSTGIS_TERMS, \ get_geo_where_clause, GEOM_FUNC_PREFIX, POSTGIS_TERMS, \
MAJOR_VERSION, MINOR_VERSION1, MINOR_VERSION2, \ MAJOR_VERSION, MINOR_VERSION1, MINOR_VERSION2, \