mirror of
https://github.com/django/django.git
synced 2025-10-26 23:26:08 +00:00
[1.9.x] Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on invalid value.
Backport of 1f07da3e29 from master
This commit is contained in:
@@ -38,3 +38,6 @@ Bugfixes
|
||||
|
||||
* Fixed a typo in the name of the `strictly_above` PostGIS lookup
|
||||
(:ticket:`25592`).
|
||||
|
||||
* Fixed crash with ``contrib.postgres.forms.SplitArrayField`` and
|
||||
``IntegerField`` on invalid value (:ticket:`25597`).
|
||||
|
||||
Reference in New Issue
Block a user