diff options
| author | Tim Graham <timograham@gmail.com> | 2014-09-13 09:21:52 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-13 09:22:26 -0400 |
| commit | 4b8798cfb9465af1b65ec3cba7ee10b8f969a363 (patch) | |
| tree | 618cf9a063fc3af0fe64e88c07371307a0139db6 | |
| parent | 31309d4722aa5e08d10733f8cf36d3184799044b (diff) | |
[1.7.x] Added 1.7.1 release notes for refs #23483.
Backport of 08042f1a73 from master
| -rw-r--r-- | docs/releases/1.7.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
