summaryrefslogtreecommitdiff
path: root/docs
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:34:33 +0100
commit14ddc1b517266916d9e729bc20234edec1d7bd4c (patch)
tree94f8c984bc9abbb0a5202e0c34ccbea46dad28c5 /docs
parent02f9e90fdfe795992d674094fe25919bb885bf0d (diff)
[1.6.x] Fixed #21496 -- Fixed crash when GeometryField uses TextInput
Thanks Rhett Garber for the report and initial patch. Backport of 34b8a3855 from master.
Diffstat (limited to 'docs')
-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).