diff options
| author | Tim Graham <timograham@gmail.com> | 2015-10-26 19:37:47 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-27 08:11:11 -0400 |
| commit | 1f07da3e29c7c3d47968e1c4531dd9bf902575b7 (patch) | |
| tree | f27783b16a9b83608ab39e6a09bfd9c3a35f679b /docs | |
| parent | 9c5e272860c076736237d4b280c7c922c46ba273 (diff) | |
Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on invalid value.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.6.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.6.txt b/docs/releases/1.8.6.txt index d2f3bd8898..75bd79542b 100644 --- a/docs/releases/1.8.6.txt +++ b/docs/releases/1.8.6.txt @@ -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`). |
