diff options
| author | Tim Graham <timograham@gmail.com> | 2014-09-09 13:34:40 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-11 16:09:23 -0400 |
| commit | 66580fe97c0ec8fe16ce7ff7f75a67c7f2340f83 (patch) | |
| tree | cfd1ef97c1d9955ee65f2c32488d00e14b3b8faa /docs | |
| parent | c5b4145fca75282b79848e0ff02a5aa4378770c7 (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.txt | 3 |
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`). |
