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.