Changes between Version 6 and Version 7 of GeoDjango1.2


Ignore:
Timestamp:
Dec 14, 2009, 8:08:15 PM (15 years ago)
Author:
jbronn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjango1.2

    v6 v7  
    1414
    1515=== 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
    1823 * Related Bugfixes (multi-db refactoring should solve, or make easy to solve)
    1924   * #11741: Properly quote PostgreSQL table aliases in spatial queries
    20    * #11969: Syncdb doesn't honor managed=False setting with Oracle and Geodjango
     25   * #11969: Syncdb doesn't honor managed=False setting with Oracle and !GeoDjango
    2126
    2227=== Admin-UI ===
    23  * Apply any necessary changes to make GSoC admin-ui compatible.
     28 * Apply any necessary changes, if necessary, to make [browser:django/branches/soc2009/admin-ui admin-ui] compatible.
    2429
    2530=== 3D Geometries ===
Back to Top