Commit 4b8798cf authored by Tim Graham's avatar Tim Graham
Browse files

[1.7.x] Added 1.7.1 release notes for refs #23483.

Backport of 08042f1a from master
parent 31309d47
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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`).