From d2ff8a7241b621b8013c7ec1631e95ae4445f76d Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 9 Dec 2014 08:43:40 -0500 Subject: Fixed #23975 -- Restored pre_migrate signal if all apps have migrations. Thanks kmmbvnr for the report. --- docs/releases/1.7.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index dedf92c8cb..860c819525 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -146,3 +146,6 @@ Bugfixes * Fixed migration crash when adding ``order_with_respect_to`` to a table with existing rows (:ticket:`23983`). + +* Restored the ``pre_migrate`` signal if all apps have migrations + (:ticket:`23975`). -- cgit v1.3