From 4b8798cfb9465af1b65ec3cba7ee10b8f969a363 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 13 Sep 2014 09:21:52 -0400 Subject: [PATCH] [1.7.x] Added 1.7.1 release notes for refs #23483. Backport of 08042f1a73 from master --- docs/releases/1.7.1.txt | 3 +++ 1 file changed, 3 insertions(+) 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`).