summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.