Changes between Version 20 and Version 21 of GeoDjango


Ignore:
Timestamp:
Feb 28, 2007, 8:44:35 AM (18 years ago)
Author:
Jeremy Dunck <jdunck@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjango

    v20 v21  
    2525
    2626=== GeoTypes ===
    27   GeoTypes supports only psycopg1, which is dead.  Porting it to Psycopg2 doesn't look too terrible.  Upside is conversion from type params to SQL.  Simplifies (avoids?) QuerySet modification.  Maintainer of GeoTypes has been responsive as of Feb 26 2007 on the psycopg mailing list.
    28   Example code, where point and box are types from GeoTypes:
     27  GeoTypes 0.7 supports both psycopg1 and psycopg2.  Upside is conversion from type params to SQL.  Simplifies (avoids?) QuerySet modification.  Maintainer of GeoTypes has been responsive as of Feb 26 2007 on the psycopg mailing list.
     28  Example code, where point and box are types from GeoTypes.OG*:
    2929{{{
    3030from django.db import models
Back to Top