From 66580fe97c0ec8fe16ce7ff7f75a67c7f2340f83 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 9 Sep 2014 13:34:40 -0400 Subject: Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a date rather than datetime. Thanks igorcc for the report. --- 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