Changes between Version 6 and Version 7 of GeoDjango1.1


Ignore:
Timestamp:
Feb 1, 2009, 12:11:43 AM (15 years ago)
Author:
jbronn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjango1.1

    v6 v7  
    7676 * Done: Add support for `Extent` on Oracle
    7777
     78=== Geographic `F()` Expressions ===
     79 * #10159: Fix `F()` expressions to work on geographic fields.
     80
    7881=== SQLite (!SpatiaLite) Support ===
    7982
     
    8184 * Main Tickets: #9686
    8285 * Related Tickets: #6064, #9628, #9633
     86   
    8387
    8488=== `django.contrib.gis.serializers` ===
     
    115119==== GEOS ====
    116120 * Already modularized
    117  * #9877 (adds new features to GEOS interface)
     121 * #9877: Pythonic, list-like interface to GEOS geometries.
    118122   * Contact: [http://groups.google.com/group/geodjango/browse_thread/thread/1fc3621cd25b5367 Aryeh Leib Taurog]
    119  
     123   * Merged into gis-1.1 in [http://geodjango.org/hg/gis-1.1/rev/466bece04a15 r466bec]; will be backported to trunk after further tweaks and community testing.
     124
    120125==== GDAL ====
    121126 * #9557: no error message when using old GDAL and trying to get GEOJSON
Back to Top