mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a date rather than datetime.
Thanks igorcc for the report.
This commit is contained in:
parent
c5b4145fca
commit
66580fe97c
4 changed files with 39 additions and 2 deletions
|
@ -40,3 +40,6 @@ Bugfixes
|
|||
|
||||
* Empty ``index_together`` or ``unique_together`` model options no longer
|
||||
results in infinite migrations (:ticket:`23452`).
|
||||
|
||||
* Fixed crash in ``contrib.sitemaps`` if ``lastmod`` returned a ``date`` rather
|
||||
than a ``datetime`` (:ticket:`23403`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue