Changes between Version 6 and Version 7 of GeoDjango1.2
- Timestamp:
- Dec 14, 2009, 8:08:15 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified GeoDjango1.2
v6 v7 14 14 15 15 === Multiple Database Support === 16 * Extend GSoC multiple-db features to !GeoDjango 17 * All `SpatialBackend` components will be moved into full-fledged database backends 16 * Extend [browser:django/branches/soc2009/multi-db multiple database] support to !GeoDjango 17 * `SpatialBackend` is gone; all functionality will be moved into full-fledged database backends. The following can be used for the `ENGINE` setting: 18 * `django.contrib.gis.db.backends.postgis` 19 * `django.contrib.gis.db.backends.mysql` 20 * `django.contrib.gis.db.backends.oracle` 21 * `django.contrib.gis.db.backends.spatialite` 22 18 23 * Related Bugfixes (multi-db refactoring should solve, or make easy to solve) 19 24 * #11741: Properly quote PostgreSQL table aliases in spatial queries 20 * #11969: Syncdb doesn't honor managed=False setting with Oracle and Geodjango25 * #11969: Syncdb doesn't honor managed=False setting with Oracle and !GeoDjango 21 26 22 27 === Admin-UI === 23 * Apply any necessary changes to make GSoC admin-uicompatible.28 * Apply any necessary changes, if necessary, to make [browser:django/branches/soc2009/admin-ui admin-ui] compatible. 24 29 25 30 === 3D Geometries ===