mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26138 -- Ensured geometry_field's geometry is always serialized
Thanks Bernd Schlapsi for the report.
This commit is contained in:
@@ -85,3 +85,6 @@ Bugfixes
|
||||
|
||||
* Fixed a regression in Django 1.8.5 that broke copying a ``SimpleLazyObject``
|
||||
with ``copy.copy()`` (:ticket:`26122`).
|
||||
|
||||
* Always included ``geometry_field`` in the GeoJSON serializer output regardless
|
||||
of the ``fields`` parameter (:ticket:`26138`).
|
||||
|
||||
Reference in New Issue
Block a user