--
Ticket URL: <https://code.djangoproject.com/ticket/20793>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* needs_better_patch: => 0
* owner: nobody => julianb
* needs_tests: => 0
* needs_docs: => 0
Comment:
https://github.com/django/django/pull/1391
--
Ticket URL: <https://code.djangoproject.com/ticket/20793#comment:1>
* needs_tests: 0 => 1
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/20793#comment:2>
* needs_tests: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/20793#comment:3>
* version: 1.5 => master
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/20793#comment:4>
* needs_better_patch: 0 => 1
* stage: Ready for checkin => Accepted
Comment:
The current patch will add a Last-Modified header if any item if the feed
has a lastmod.
I would expect it to add the header only if all items have a lastmod.
As soon as one item doesn't have a lastmod you really can't say anything
about the entire feed.
--
Ticket URL: <https://code.djangoproject.com/ticket/20793#comment:5>
Comment (by julianb):
I added a fix for this case. It now keeps track if all items have a
lastmod.
--
Ticket URL: <https://code.djangoproject.com/ticket/20793#comment:6>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"8f5533ab250df07ea84f98d39808806e282468a5"]:
{{{
#!CommitTicketReference repository=""
revision="8f5533ab250df07ea84f98d39808806e282468a5"
Fixed #20793 -- Added Last-Modified header to sitemaps.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20793#comment:7>