mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26266 -- Output the primary key in the GeoJSON serializer properties
Thanks Tim Graham for the review.
This commit is contained in:
@@ -131,6 +131,10 @@ Minor features
|
||||
:attr:`MultiLineString.closed
|
||||
<django.contrib.gis.geos.MultiLineString.closed>` properties.
|
||||
|
||||
* The :doc:`GeoJSON serializer </ref/contrib/gis/serializers>` now outputs the
|
||||
primary key of objects in the ``properties`` dictionary if specific fields
|
||||
aren't specified.
|
||||
|
||||
:mod:`django.contrib.messages`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user