mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Added a new GeoJSON serialization format for GeoDjango
Thanks Reinout van Rees for the review.
This commit is contained in:
@@ -131,12 +131,15 @@ Minor features
|
||||
:mod:`django.contrib.gis`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
* Compatibility shims for ``SpatialRefSys`` and ``GeometryColumns`` changed in
|
||||
Django 1.2 have been removed.
|
||||
* A new :doc:`GeoJSON serializer </ref/contrib/gis/serializers>` is now
|
||||
available.
|
||||
|
||||
* The Spatialite backend now supports ``Collect`` and ``Extent`` aggregates
|
||||
when the database version is 3.0 or later.
|
||||
|
||||
* Compatibility shims for ``SpatialRefSys`` and ``GeometryColumns`` changed in
|
||||
Django 1.2 have been removed.
|
||||
|
||||
:mod:`django.contrib.messages`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user