From 54236a2c1cda4666c164c7edbfb4396e2b01604a Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Tue, 26 Jan 2016 11:06:29 +0100 Subject: Fixed #26138 -- Ensured geometry_field's geometry is always serialized Thanks Bernd Schlapsi for the report. --- docs/releases/1.9.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.9.2.txt b/docs/releases/1.9.2.txt index 6d0288a337..be6eb56295 100644 --- a/docs/releases/1.9.2.txt +++ b/docs/releases/1.9.2.txt @@ -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`). -- cgit v1.3