diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index 3df4bc7364..3b614ed7ab 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -192,8 +192,3 @@ Bugfixes * Prevented a crash on apps without migrations when running ``migrate --list`` (:ticket:`23366`). - -* The deprecation of ``IPAddressField`` is now handled through the system - check framework (with error code ``fields.W900``) so that deprecation - warnings aren't displayed if the field only appears in historical migrations - (:ticket:`23891`).