summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2015-02-07 19:34:15 +0100
committerMarkus Holtermann <info@markusholtermann.eu>2015-02-07 20:35:20 +0100
commitedbf6de7536f7a6c1e5df019a5e1947d2c9dadf8 (patch)
tree73e1f689a6847a0be7318b5dec50b2eff5e72b0d /docs
parentb2b5ea88b7159a89e373a71f215596de4d8b015f (diff)
[1.8.x] Revert "Fixed #24075 -- Prevented running post_migrate signals when unapplying initial migrations of contenttypes and auth"
This reverts commit 737d24923ac69bb8b89af1bb2f3f4c4c744349e8. Backport of 2832a9b028c267997b2fd3dd0989670d57cdd08f from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.5.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/releases/1.7.5.txt b/docs/releases/1.7.5.txt
index ba81a64b9a..2039c9dc4e 100644
--- a/docs/releases/1.7.5.txt
+++ b/docs/releases/1.7.5.txt
@@ -9,4 +9,7 @@ Django 1.7.5 fixes several bugs in 1.7.4.
Bugfixes
========
-* ...
+* Reverted a fix that prevented a migration crash when unapplying
+ ``contrib.contenttypes``’s or ``contrib.auth``’s first migration
+ (:ticket:`24075`) due to severe impact on the test performance
+ (:ticket:`24251`) and problems in multi-database setups (:ticket:`24298`).