Changed paths:
M AUTHORS
M django/contrib/sitemaps/__init__.py
M django/contrib/sitemaps/tests/test_http.py
M django/contrib/sitemaps/tests/urls/http.py
Log Message:
-----------
Fixed #21112 -- Make sure sitemaps with no lastmod date work correctly.
Thanks to Matthias Kestenholz for the report and patch.