David Smith
|
480191244d
|
Fixed #25916 -- Added lastmod support to sitemap index view.
Co-authored-by: Matthew Downey <matthew.downey@webit.com.au>
|
2021-10-21 15:26:22 +02:00 |
David Smith
|
2ce03a2bac
|
Refs #25916 -- Isolated sitemap.test_utils tests
|
2021-10-21 15:26:22 +02:00 |
David Smith
|
f345c9fb3e
|
Refs #25916 -- Added tests for a callable lastmod on Sitemaps.
|
2021-10-14 08:13:22 +02:00 |
Florian Demmer
|
16218c2060
|
Fixed #27395 -- Added sitemap 'alternates' generation.
Updated the sitemap generator and default template to optionally
include link elements with hreflang attribute to alternate language
URLs.
|
2020-07-29 11:48:29 +02:00 |
Nick Pope
|
24b82cd201
|
Fixed #30159 -- Removed unneeded use of OrderedDict.
Dicts preserve order since Python 3.6.
|
2019-02-06 13:48:39 -05:00 |
Tim Graham
|
043bd70942
|
Updated test URL patterns to use path() and re_path().
|
2018-12-31 10:47:32 -05:00 |
Anton Samarchyan
|
0eefda493b
|
Improved test coverage for django.contrib.sitemaps.
|
2017-07-26 15:01:46 -04:00 |
Adam Chainz
|
10d49b96e6
|
Added tests for contrib.sitemaps.ping_google().
|
2016-11-22 18:27:19 -05:00 |
Ramin Farajpour Cami
|
967be82443
|
Fixed E305 flake8 warnings.
|
2016-11-14 12:30:46 -05:00 |
Emad Mokhtar
|
c4980e28e5
|
Fixed #26290 -- Warned that paginating an unordered QuerySet may result in inconsistent results.
|
2016-06-08 14:09:24 -04:00 |
Tim Graham
|
2bdc9616f4
|
Added missing backslash in sitemaps_tests urls.
|
2016-03-09 10:07:01 -05:00 |
Andrew Kuchev
|
5b2e11e574
|
Refs #26015 -- Added regression test for an empty sitemap.
|
2016-01-28 11:20:36 -05:00 |
Alexander Rudakov
|
002a4f72c4
|
Fixed #25989 -- Corrected sitemap's Last-Modified header to use the latest lastmod of all sitemaps.
Previously, the lastmod of the last sitemap was always used.
All sitemaps are required to have a lastmod.
|
2016-01-23 08:48:31 -05:00 |
Tim Graham
|
fbc467c26b
|
Moved contrib.sitemaps tests out of contrib.
|
2015-02-11 10:19:22 -05:00 |