Changes between Version 11 and Version 12 of GeoDjango1.1
- Timestamp:
- Apr 2, 2009, 11:58:22 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjango1.1
v11 v12 32 32 33 33 === `django.contrib.gis.serializers` === 34 * Contacts: Hobu, Chris Schmidt 35 * The __start__ of the module is already in mercurial repo ([http://geodjango.org/hg/gis-1.1/file/2f0b7f8e91f7/django/contrib/gis/serializers.py serializers.py]). 36 * Related tickets? 34 * Punted to 1.2 because Django's serialization module will be refactored this summer. 37 35 38 36 === `GeoQuerySet` Methods === 39 37 40 * Add `in_place` option for `GeoQuerySet` methods. 41 * Have operation performed on geo field instead of new attribute 42 * Related Tickets: #9745 38 * ~~Add `in_place` option for `GeoQuerySet` methods.~~ 39 * Declined to add this option 43 40 44 41 * New `GeoQuerySet` Method(s)