mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #21496 -- Fixed crash when GeometryField uses TextInput
Thanks Rhett Garber for the report and initial patch.
This commit is contained in:
parent
c8b637d88e
commit
34b8a38558
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