[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.
This commit is contained in:
Claude Paroz 2013-11-23 10:53:09 +01:00
parent 02f9e90fdf
commit 14ddc1b517
3 changed files with 28 additions and 11 deletions

View file

@ -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).