diff options
| author | Tim Graham <timograham@gmail.com> | 2015-11-10 10:42:32 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-10 10:44:55 -0500 |
| commit | 3dcdfcc8d359fa15f62c46e16875082c8a9c28ff (patch) | |
| tree | ae4020e825467f1a2a24c332c1b4a377e6a090c8 | |
| parent | 1ee25a9c67bc429d96030c913877dd5d5258cd1b (diff) | |
[1.9.x] Refs #25618 -- Forwardported 1.8.7 release note.
Forwardport of 8c8a6d8a3f869ecc4d72b96ddb4760a1b59d5e62 from stable/1.8.x
| -rw-r--r-- | docs/releases/1.8.7.txt | 3 |
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`). |
