1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +00:00

gis: Moved files to their appropriate locations from bad commit in [4785].

git-svn-id: http://code.djangoproject.com/svn/django/branches/gis@4787 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jeremy Dunck 2007-03-23 17:45:19 +00:00
parent fa3ed6e134
commit 631f30f7c8
4 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# Want to get everything from the 'normal' models package.
from django.db.models import *
# The GeoManager class.
from django.contrib.gis.db.models.manager import GeoManager
# The various PostGIS/OpenGIS enabled fields.
from django.contrib.gis.db.models.fields import \
GeometryField, PointField, LineString, PolygonField, \
MultiPointField, MultiLineStringField, MultiPolygonField, \
GeometryCollectionField