From 737d24923ac69bb8b89af1bb2f3f4c4c744349e8 Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Mon, 12 Jan 2015 02:52:22 +0100 Subject: Fixed #24075 -- Prevented running post_migrate signals when unapplying initial migrations of contenttypes and auth Thanks Florian Apolloner for the report and Claude Paroz and Tim Graham for the review and help on the patch. --- docs/releases/1.7.4.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/1.7.4.txt b/docs/releases/1.7.4.txt index 379b148488..486baa6e07 100644 --- a/docs/releases/1.7.4.txt +++ b/docs/releases/1.7.4.txt @@ -9,4 +9,5 @@ Django 1.7.4 fixes several bugs in 1.7.3. Bugfixes ======== -* ... +* Fixed a migration crash when unapplying ``contrib.contenttypes``’s or + ``contrib.auth``’s first migration (:ticket:`24075`). -- cgit v1.3