summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-11-10 10:42:32 -0500
committerTim Graham <timograham@gmail.com>2015-11-10 10:44:55 -0500
commit3dcdfcc8d359fa15f62c46e16875082c8a9c28ff (patch)
treeae4020e825467f1a2a24c332c1b4a377e6a090c8 /docs
parent1ee25a9c67bc429d96030c913877dd5d5258cd1b (diff)
[1.9.x] Refs #25618 -- Forwardported 1.8.7 release note.
Forwardport of 8c8a6d8a3f869ecc4d72b96ddb4760a1b59d5e62 from stable/1.8.x
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.7.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.7.txt b/docs/releases/1.8.7.txt
index 9e8f37f120..78912d0f52 100644
--- a/docs/releases/1.8.7.txt
+++ b/docs/releases/1.8.7.txt
@@ -18,3 +18,6 @@ Bugfixes
* Fixed a regression in 1.8.6 by restoring the ability to use ``Manager``
objects for the ``queryset`` argument of ``ModelChoiceField``
(:ticket:`25683`).
+
+* Fixed a regression in 1.8.6 that caused an application with South migrations
+ in the ``migrations`` directory to fail (:ticket:`25618`).