Changeset 5382
- Timestamp:
- 05/29/07 09:12:37 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis/django/contrib/gis/db/models/fields/__init__.py
r5336 r5382 5 5 from django.utils.functional import curry 6 6 from django.contrib.gis.geos import GEOSGeometry, GEOSException 7 8 #TODO: Flesh out widgets. 9 #TODO: geos operations through fields as proxy. 10 #TODO: pythonic usage, like "for point in zip.polygon" and "if point in polygon". 7 11 8 12 class GeometryField(Field):
