diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-11-23 10:53:09 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-11-28 18:29:02 +0100 |
| commit | 34b8a385588a051814f77481c875047c8bd23b37 (patch) | |
| tree | 5c37fc986449d1c7cd7d190d1601d26e45ba19e9 /docs | |
| parent | c8b637d88e279412f52388b72c2bb581060b4ee9 (diff) | |
Fixed #21496 -- Fixed crash when GeometryField uses TextInput
Thanks Rhett Garber for the report and initial patch.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.1.txt | 1 |
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). |
