summaryrefslogtreecommitdiff
path: root/docs/releases/1.8.7.txt
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:42:32 -0500
commitdbbae2cead5ca1f15177415d4bfe795d4402be9f (patch)
tree6ba2c1052311964513a9bce0019e39263cf46e18 /docs/releases/1.8.7.txt
parentbc6eaca304751adbd844b75a66b7d08f05853717 (diff)
Refs #25618 -- Forwardported 1.8.7 release note.
Forwardport of 8c8a6d8a3f869ecc4d72b96ddb4760a1b59d5e62 from stable/1.8.x
Diffstat (limited to 'docs/releases/1.8.7.txt')
-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`).