mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #26138 -- Ensured geometry_field's geometry is always serialized
Thanks Bernd Schlapsi for the report.
This commit is contained in:
parent
31817dd2eb
commit
54236a2c1c
3 changed files with 21 additions and 2 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue