Commit dbbae2ce authored by Tim Graham's avatar Tim Graham
Browse files

Refs #25618 -- Forwardported 1.8.7 release note.

Forwardport of 8c8a6d8a from stable/1.8.x
parent bc6eaca3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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`).