summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2014-11-26 08:22:04 +0000
committerLuke Plant <L.Plant.98@cantab.net>2014-11-26 08:22:04 +0000
commit8b15018fd57b7b10df321b61a17601982660ebdc (patch)
treeb39087468d9e00c640ec18bd1c8c458f97e86fd5 /docs
parentc335c0fee92a658b6a09453ae73e5c542f10703a (diff)
Release notes for ff3d746e8d8e8fbe6de287bd0f4c3a9fa23c18dc
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index e94b14dad2..ab548f4fab 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -86,3 +86,6 @@ Bugfixes
* Fixed a regression with dynamically generated inlines and allowed field
references in the admin (:ticket:`23754`).
+
+* Fixed an infinite loop bug for certain cyclic migration dependencies, and made
+ the error message for cyclic dependencies much more helpful.