Fixed #21496 -- Fixed crash when GeometryField uses TextInput

Thanks Rhett Garber for the report and initial patch.
This commit is contained in:
Claude Paroz 2013-11-23 10:53:09 +01:00
parent c8b637d88e
commit 34b8a38558
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).