Changes between Version 66 and Version 67 of SprintIdeas


Ignore:
Timestamp:
Sep 14, 2007, 2:00:37 PM (17 years ago)
Author:
Paul Smith
Comment:

Added "other branches" section, starting with GeoDjango

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v66 v67  
    158158 * #5203: Performance improvement for sqlite3 database flush
    159159 * #5145 invalidate because ticket doesn't meet newforms specification
     160
     161== Other branches ==
     162
     163=== GeoDjango ===
     164
     165Task list (in order of importance):
     166
     167 * A patch to work with the QuerySet refactor changes -- but this depends on the status of that branch,
     168 * Distance queries: we want an API with something like `distance_lte`, etc. and be able to take a Distance object (django.contrib.gis.measure) as a parameter. This is difficult because the differences between spatial reference systems
Back to Top