summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-09-09 13:34:40 -0400
committerTim Graham <timograham@gmail.com>2014-09-11 16:15:03 -0400
commit7de55fa68e694b84e5ea9c383d87153b5be0d43a (patch)
treee4891a10b5dd0298540c71d9586455069b749697 /docs
parentd321218a5251aeaeb6ed4da851faa829b9e25d0f (diff)
[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
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.1.txt3
1 files changed, 3 insertions, 0 deletions
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`).