1
0
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:
Claude Paroz
2014-11-08 17:08:12 +01:00
parent c5132382f0
commit 35dac5070b
11 changed files with 245 additions and 4 deletions

View File

@@ -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`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^