From 7de55fa68e694b84e5ea9c383d87153b5be0d43a Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 9 Sep 2014 13:34:40 -0400 Subject: [1.7.x] Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a date rather than datetime. Thanks igorcc for the report and Preston Timmons for review. Backport of 66580fe97c from master --- docs/releases/1.7.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index 98e99e8125..8e45850437 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -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`). -- cgit v1.3