mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
Added 1.7.1 release notes for refs #23483.
This commit is contained in:
parent
afa119918c
commit
08042f1a73
1 changed files with 3 additions and 0 deletions
|
@ -43,3 +43,6 @@ Bugfixes
|
||||||
|
|
||||||
* Fixed crash in ``contrib.sitemaps`` if ``lastmod`` returned a ``date`` rather
|
* Fixed crash in ``contrib.sitemaps`` if ``lastmod`` returned a ``date`` rather
|
||||||
than a ``datetime`` (:ticket:`23403`).
|
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`).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue