Opened 8 years ago

Closed 3 years ago

Last modified 16 months ago

#25916 closed New feature (fixed)

Add lastmod support to sitemapindex

Reported by: Matthew Downey Owned by: David Smith
Component: contrib.sitemaps Version: dev
Severity: Normal Keywords: sitemap lastmod
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Matthew Downey)

Add support for <lastmod> for generated <sitemapindex>

https://github.com/django/django/pull/5814

Change History (16)

comment:1 by Matthew Downey, 8 years ago

Owner: set to Matthew Downey
Status: newassigned

comment:2 by Matthew Downey, 8 years ago

Type: UncategorizedNew feature

comment:3 by Matthew Downey, 8 years ago

Description: modified (diff)

comment:4 by Tim Graham, 8 years ago

Has patch: set
Summary: New Feature: Add lastmod support to sitemapindexAdd lastmod support to sitemapindex
Triage Stage: UnreviewedAccepted

comment:5 by Tim Graham, 8 years ago

Patch needs improvement: set

Left comments for improvement on the pull request.

comment:6 by David Smith, 3 years ago

Owner: changed from Matthew Downey to David Smith

comment:7 by David Smith, 3 years ago

Patch needs improvement: unset

comment:8 by Carlton Gibson, 3 years ago

Needs documentation: set
Patch needs improvement: set

comment:9 by David Smith, 3 years ago

Needs documentation: unset
Patch needs improvement: unset

comment:10 by Carlton Gibson, 3 years ago

Patch needs improvement: set

A few minor tweaks remaining.

comment:11 by Carlton Gibson <carlton@…>, 3 years ago

In f345c9f:

Refs #25916 -- Added tests for a callable lastmod on Sitemaps.

comment:12 by David Smith, 3 years ago

Patch needs improvement: unset

comment:13 by Carlton Gibson, 3 years ago

Triage Stage: AcceptedReady for checkin

comment:14 by Carlton Gibson <carlton.gibson@…>, 3 years ago

In 2ce03a2:

Refs #25916 -- Isolated sitemap.test_utils tests

comment:15 by Carlton Gibson <carlton.gibson@…>, 3 years ago

Resolution: fixed
Status: assignedclosed

In 4801912:

Fixed #25916 -- Added lastmod support to sitemap index view.

Co-authored-by: Matthew Downey <matthew.downey@…>

comment:16 by Mariusz Felisiak <felisiak.mariusz@…>, 16 months ago

In daf88e77:

Refs #25916 -- Removed SitemapIndexItem.str() per deprecation timeline.

Note: See TracTickets for help on using tickets.
Back to Top