mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
[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:
parent
02f9e90fdf
commit
14ddc1b517
3 changed files with 28 additions and 11 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue