summaryrefslogtreecommitdiff
path: root/tests/sitemaps_tests
Commit message (Expand)AuthorAgeFilesLines
* Refs #25916 -- Removed SitemapIndexItem.__str__() per deprecation timeline.Mariusz Felisiak2023-01-173-53/+1
* Refs #32375 -- Changed default sitemap protocol to https.Mariusz Felisiak2023-01-172-17/+2
* Fixed #33662 -- Allowed Sitemap to customize languages for each item.Roxane2022-12-192-1/+103
* Fixed #34088 -- Fixed Sitemap.get_latest_lastmod() crash with empty items.Daniel Ivanov2022-11-072-0/+29
* Fixed typo in tests/sitemaps_tests/test_http.py.Ikko Ashimine2022-07-111-1/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-074-77/+115
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0711-307/+490
* Fixed #25916 -- Added lastmod support to sitemap index view.David Smith2021-10-215-23/+154
* Refs #25916 -- Isolated sitemap.test_utils testsDavid Smith2021-10-212-0/+11
* Refs #25916 -- Added tests for a callable lastmod on Sitemaps.David Smith2021-10-142-0/+86
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-141-1/+1
* Fixed #32375 -- Started deprecation toward changing the default sitemap proto...Rohith PR2021-05-212-2/+18
* Added tests for Sitemap.get_protocol().Rohith PR2021-05-211-0/+16
* Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.Arthur Jovart2021-04-141-2/+4
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-142-8/+8
* Fixed #27395 -- Added sitemap 'alternates' generation.Florian Demmer2020-07-292-7/+119
* Refs #27395 -- Added XML namespace declaration to sitemap template.Carlton Gibson2020-07-293-9/+9
* Improved HTTPSitemapTests.test_localized_priority.Claude Paroz2020-05-251-14/+9
* Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope2019-02-061-22/+21
* Refs #23829 -- Made ping_google command/function use https for the sitemap URL.Sanyam Khurana2019-01-112-8/+14
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-313-29/+50
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-3/+6
* Removed unnecessary skipUnless in HTTPSitemapTests.Jon Dufresne2018-10-041-3/+0
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-2/+6
* Improved test coverage for django.contrib.sitemaps.Anton Samarchyan2017-07-264-3/+72
* Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__().Alexey Opalev2017-02-281-0/+2
* Added tests for contrib.sitemaps.GenericSitemap.chex2017-02-252-2/+27
* Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham2017-02-093-14/+14
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-202-2/+4
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-3/+2
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-183-6/+0
* Added tests for contrib.sitemaps.ping_google().Adam Chainz2016-11-224-0/+66
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-8/+7
* Fixed #26290 -- Warned that paginating an unordered QuerySet may result in in...Emad Mokhtar2016-06-082-3/+3
* Added missing backslash in sitemaps_tests urls.Tim Graham2016-03-091-2/+2
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+4
* Refs #26015 -- Added regression test for an empty sitemap.Andrew Kuchev2016-01-282-1/+11
* Fixed #25989 -- Corrected sitemap's Last-Modified header to use the latest la...Alexander Rudakov2016-01-232-0/+71
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham2015-09-232-39/+2
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-242-7/+7
* Fixed #24345 -- Isolated sitemaps_tests from contenttypes_tests; refs #11505Marten Kenbeek2015-02-161-0/+8
* Moved contrib.sitemaps tests out of contrib.Tim Graham2015-02-1111-0/+530