Changes between Version 99 and Version 100 of GeoDjango
- Timestamp:
- Oct 16, 2007, 3:56:31 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjango
v99 v100 30 30 * Add as much from the PostGIS API as possible. 31 31 * Support additional spatial databases, in the following order of priority. 32 * Oracle Spatial (spatial support is included in Oracle's Express Edition)33 32 * DB2 34 33 * 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. … … 49 48 * 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]. 50 49 * r6497: the `GeoMixin` was completely deprecated. 51 50 * r6524: Oracle Spatial backend added. 52 51 == Implementation == 53 52