Django

Code

Changeset 5382

Show
Ignore:
Timestamp:
05/29/07 09:12:37 (2 years ago)
Author:
jdunck
Message:

gis: Committed todo notes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/gis/django/contrib/gis/db/models/fields/__init__.py

    r5336 r5382  
    55from django.utils.functional import curry 
    66from 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". 
    711 
    812class GeometryField(Field):