summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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`).