Changes between Version 4 and Version 5 of GeoDjango1.1


Ignore:
Timestamp:
Jan 15, 2009, 2:30:05 PM (15 years ago)
Author:
jbronn
Comment:

Updated

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjango1.1

    v4 v5  
    77== Process ==
    88
    9 All development will be taking place in the `gis-1.1` repository hosted at the [http://geodjango.org/hg/gis-1.1/ GeoDjango Mercurial] page.  The `gis-1.1` repository is synchronized with SVN trunk, as well as, Russell Keith Magee's [http://github.com/freakboy3742/django/tree/aggregation aggregation git repository], and may also include various patches from tickets before they are checked into trunk (e.g., for !SpatiaLite support).  Because of the dynamic nature of this repository, it is not recommended for production use.
     9All development will be taking place in the `gis-1.1` repository hosted at the [http://geodjango.org/hg/gis-1.1/ GeoDjango Mercurial] page.  The `gis-1.1` repository is synchronized with SVN trunk~~, as well as, Russell Keith Magee's [http://github.com/freakboy3742/django/tree/aggregation aggregation git repository],~~ and may also include various patches from tickets before they are checked into trunk (e.g., for !SpatiaLite support).  Because of the dynamic nature of this repository, it is not recommended for production use.
    1010
    1111If the work is already part of a ticket then attach subversion patches as normal to the ticket.  However, if the work is:
     
    7171
    7272=== Geographic Aggregates ===
    73 
    74  * Now have `Extent`, `MakeLine`, and `Union` spatial aggregates.
     73 * Now in trunk as of r9748.
    7574 * Add new PostGIS aggregates: `Collect` and `Polygonize`
    76  * Add support for `Extent` on Oracle
     75 * Done: Add `Extent`, `MakeLine`, and `Union` spatial aggregates.
     76 * Done: Add support for `Extent` on Oracle
    7777
    7878=== SQLite (!SpatiaLite) Support ===
     
    133133
    134134=== Miscellaneous ===
    135  * #9858: Use database templates for tests
     135 * #9858: Add `TEMPLATE_POSTGIS` setting
    136136 * #9437: Database connection is closed prior to first HTTP request when deploying via FastCGI
Back to Top