summaryrefslogtreecommitdiff
path: root/tests/sitemaps_tests/urls
Commit message (Expand)AuthorAgeFilesLines
* Refs #25916 -- Removed SitemapIndexItem.__str__() per deprecation timeline.Mariusz Felisiak2023-01-171-5/+0
* Fixed #33662 -- Allowed Sitemap to customize languages for each item.Roxane2022-12-191-0/+36
* Fixed #34088 -- Fixed Sitemap.get_latest_lastmod() crash with empty items.Daniel Ivanov2022-11-071-0/+19
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-074-132/+217
* Fixed #25916 -- Added lastmod support to sitemap index view.David Smith2021-10-211-1/+59
* Refs #25916 -- Isolated sitemap.test_utils testsDavid Smith2021-10-211-0/+9
* Refs #25916 -- Added tests for a callable lastmod on Sitemaps.David Smith2021-10-141-0/+41
* Fixed #27395 -- Added sitemap 'alternates' generation.Florian Demmer2020-07-291-5/+41
* Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope2019-02-061-22/+21
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-313-29/+50
* Improved test coverage for django.contrib.sitemaps.Anton Samarchyan2017-07-261-3/+24
* Added tests for contrib.sitemaps.ping_google().Adam Chainz2016-11-222-0/+10
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Fixed #26290 -- Warned that paginating an unordered QuerySet may result in in...Emad Mokhtar2016-06-081-2/+2
* Added missing backslash in sitemaps_tests urls.Tim Graham2016-03-091-2/+2
* Refs #26015 -- Added regression test for an empty sitemap.Andrew Kuchev2016-01-281-1/+3
* Fixed #25989 -- Corrected sitemap's Last-Modified header to use the latest la...Alexander Rudakov2016-01-231-0/+39
* Moved contrib.sitemaps tests out of contrib.Tim Graham2015-02-113-0/+156