1
0
mirror of https://github.com/django/django.git synced 2025-01-19 06:43:15 +00:00

Refs #25618 -- Forwardported 1.8.6 release note.

Forwardport of 65bff161ffab1310719bdee495d1e9b35f838c31 from stable/1.8.x
This commit is contained in:
Tim Graham 2015-10-27 14:20:06 -04:00
parent dc193d0f6d
commit e5ab75d2fd

View File

@ -41,3 +41,6 @@ Bugfixes
* Fixed crash with ``contrib.postgres.forms.SplitArrayField`` and
``IntegerField`` on invalid value (:ticket:`25597`).
* Added a helpful error message when Django and South migrations exist in the
same directory (:ticket:`25618`).