From 08042f1a73ce6b0feca7a80fc6afc121928b8702 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 13 Sep 2014 09:21:52 -0400 Subject: [PATCH] Added 1.7.1 release notes for refs #23483. --- 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`).