diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index 8e45850437..f5f3f515a9 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -43,3 +43,6 @@ Bugfixes * Fixed crash in ``contrib.sitemaps`` if ``lastmod`` returned a ``date`` rather than a ``datetime`` (:ticket:`23403`). + +* Allowed migrations to work with ``app_label``\s that have the same last + part (e.g. ``django.contrib.auth`` and ``vendor.auth``) (:ticket:`23483`).