summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2016-01-26 11:06:29 +0100
committerClaude Paroz <claude@2xlibre.net>2016-01-28 08:50:38 +0100
commit54236a2c1cda4666c164c7edbfb4396e2b01604a (patch)
tree99a84fac00be26508225fb60498e5057ce02a3ed /docs
parent31817dd2eb69db54eb559716aae42fe55ada5fea (diff)
Fixed #26138 -- Ensured geometry_field's geometry is always serialized
Thanks Bernd Schlapsi for the report.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.2.txt3
1 files changed, 3 insertions, 0 deletions
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`).