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:21:52 -0400 |
| commit | 08042f1a73ce6b0feca7a80fc6afc121928b8702 (patch) | |
| tree | 4828140eb7b665696eb6e973e9968094bdc354df | |
| parent | afa119918c5584e7ca169c80720fd11d8b3436d0 (diff) | |
Added 1.7.1 release notes for refs #23483.
| -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`). |
