Changes between Version 99 and Version 100 of GeoDjango


Ignore:
Timestamp:
Oct 16, 2007, 3:56:31 PM (17 years ago)
Author:
jbronn
Comment:

added milestone for Oracle Spatial backend

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjango

    v99 v100  
    3030 * Add as much from the PostGIS API as possible.
    3131 * Support additional spatial databases, in the following order of priority.
    32    * Oracle Spatial (spatial support is included in Oracle's Express Edition)
    3332   * DB2
    3433     * When IBM DB2 Python DB-API adapter is available, work will commence on a spatial backend for DB2 [http://www-306.ibm.com/software/data/spatial/db2spatial/ Spatial Extender] add-on. ''See'' Antonio Cagiano, [http://antoniocangiano.com/2007/09/04/python-django-and-db2-status-update/ Python, Django and DB2 Status Update] blog posting. 
     
    4948 * r5657: "Lazy-Geometry" support was added (courtesy of Robert Coup's excellent patch in #4322) -- deprecating most of the  [wiki:GeoDjangoDatabaseAPI#ExtraInstanceMethods extra instance methods].
    5049 * r6497: the `GeoMixin` was completely deprecated.
    51 
     50 * r6524: Oracle Spatial backend added.
    5251== Implementation ==
    5352
Back to Top