diff --git a/docs/releases/1.7.5.txt b/docs/releases/1.7.5.txt index 2039c9dc4e..afce510aae 100644 --- a/docs/releases/1.7.5.txt +++ b/docs/releases/1.7.5.txt @@ -13,3 +13,6 @@ Bugfixes ``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`). + +* Fixed a regression that prevented custom fields inheriting from + ``ManyToManyField`` from being recognized in migrations (:ticket:`24236`).