Changes between Version 11 and Version 12 of GeoDjango1.1


Ignore:
Timestamp:
Apr 2, 2009, 11:58:22 AM (15 years ago)
Author:
jbronn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjango1.1

    v11 v12  
    3232
    3333=== `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.
    3735
    3836=== `GeoQuerySet` Methods ===
    3937
    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
    4340
    4441 * New `GeoQuerySet` Method(s)
Back to Top