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:09:23 -0400
commit66580fe97c0ec8fe16ce7ff7f75a67c7f2340f83 (patch)
treecfd1ef97c1d9955ee65f2c32488d00e14b3b8faa /docs
parentc5b4145fca75282b79848e0ff02a5aa4378770c7 (diff)
Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a date rather than datetime.
Thanks igorcc for the report.
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`).