mirror of
https://github.com/django/django.git
synced 2025-08-18 01:30:42 +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:
parent
e764f92cda
commit
64a9115bce
3 changed files with 9 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue