Changes between Version 80 and Version 81 of SprintIdeas
- Timestamp:
- Sep 14, 2007, 3:30:25 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SprintIdeas
v80 v81 181 181 * A patch to work with the QuerySet refactor changes -- but this depends on the status of that branch, 182 182 * 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 183 * Add OpenLayers support in django.contrib.gis.maps183 * [http://code.djangoproject.com/ticket/5472 #5472] Add OpenLayers support in django.contrib.gis.maps 184 184 * Fill out the documentation stubs and fix inconsistencies between the documentation and the code