summaryrefslogtreecommitdiff
path: root/tests/sitemaps_tests/test_https.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-10/+16
|
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-11/+23
|
* Fixed #25916 -- Added lastmod support to sitemap index view.David Smith2021-10-211-4/+4
| | | | Co-authored-by: Matthew Downey <matthew.downey@webit.com.au>
* Refs #27395 -- Added XML namespace declaration to sitemap template.Carlton Gibson2020-07-291-2/+2
| | | | | As per Google recommendations: https://support.google.com/webmasters/answer/189077?hl=en
* Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham2017-02-091-4/+4
|
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
|
* Refs #22384 -- Removed the ability to reverse URLs by dotted path per ↵Tim Graham2015-09-231-16/+1
| | | | deprecation timeline.
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Moved contrib.sitemaps tests out of contrib.Tim Graham2015-02-111-0/+72