1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on invalid value.

This commit is contained in:
Tim Graham
2015-10-26 19:37:47 -04:00
parent 9c5e272860
commit 1f07da3e29
3 changed files with 9 additions and 1 deletions

View File

@@ -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`).