summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-11-23 10:53:09 +0100
committerClaude Paroz <claude@2xlibre.net>2013-11-28 18:29:02 +0100
commit34b8a385588a051814f77481c875047c8bd23b37 (patch)
tree5c37fc986449d1c7cd7d190d1601d26e45ba19e9 /docs/releases
parentc8b637d88e279412f52388b72c2bb581060b4ee9 (diff)
Fixed #21496 -- Fixed crash when GeometryField uses TextInput
Thanks Rhett Garber for the report and initial patch.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.6.1.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/releases/1.6.1.txt b/docs/releases/1.6.1.txt
index 91c6a9e261..f7c76afbb1 100644
--- a/docs/releases/1.6.1.txt
+++ b/docs/releases/1.6.1.txt
@@ -39,3 +39,4 @@ Bug fixes
importing ``get_wsgi_application`` (#21486).
* Fixed test client ``logout()`` method when using the cookie-based session
backend (#21448).
+* Fixed a crash when a ``GeometryField`` uses a non-geometric widget (#21496).