django/tests/sitemaps_tests
Daniel Ivanov 5eab4d1924 Fixed #34088 -- Fixed Sitemap.get_latest_lastmod() crash with empty items.
Bug in 480191244d.

Thanks Michal Čihař for the report.
2022-11-07 06:15:54 +01:00
..
templates Fixed #25916 -- Added lastmod support to sitemap index view. 2021-10-21 15:26:22 +02:00
urls Fixed #34088 -- Fixed Sitemap.get_latest_lastmod() crash with empty items. 2022-11-07 06:15:54 +01:00
__init__.py
base.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
models.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_generic.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_http.py Fixed #34088 -- Fixed Sitemap.get_latest_lastmod() crash with empty items. 2022-11-07 06:15:54 +01:00
test_https.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_management.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_utils.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00