#7936 closed New feature (fixed)
Add Last-Modified header to feeds
Reported by: | Julian Bez | Owned by: | |
---|---|---|---|
Component: | contrib.syndication | Version: | dev |
Severity: | Normal | Keywords: | syndication last-modified |
Cc: | tom@…, d1fffuz0r@… | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
The patch adds a Last-Modified header to feeds generated by the syndication app.
We already have the latest date, so why not use it?
Works best with django.middleware.http.ConditionalGetMiddleware, which does the work of responding with 304 etc.
Attachments (2)
Change History (22)
by , 16 years ago
Attachment: | syndication-lastmodified.diff added |
---|
comment:1 by , 16 years ago
Status: | new → assigned |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
Component: | Contrib apps → RSS framework |
---|
comment:3 by , 16 years ago
milestone: | → 1.0 |
---|
comment:4 by , 16 years ago
milestone: | 1.0 → post-1.0 |
---|
comment:5 by , 16 years ago
Version: | SVN → 1.0 |
---|
comment:8 by , 15 years ago
Version: | 1.0 → 1.2-alpha |
---|
comment:9 by , 15 years ago
milestone: | → 1.2 |
---|
comment:10 by , 15 years ago
milestone: | 1.2 |
---|
This is a feature request, and so it cannot go on the 1.2 milestone; 1.2 is feature frozen.
comment:11 by , 14 years ago
Owner: | removed |
---|---|
Status: | assigned → new |
comment:13 by , 14 years ago
Severity: | → Normal |
---|---|
Type: | → New feature |
comment:14 by , 14 years ago
Cc: | added |
---|---|
Easy pickings: | unset |
comment:16 by , 12 years ago
Cc: | added |
---|---|
Has patch: | unset |
Needs tests: | unset |
Version: | 1.2-alpha → master |
comment:17 by , 12 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:18 by , 12 years ago
Hi, There is another ticket requesting to back-port this feature to 1.4 (or even 1.3). Closed that one as duplicate #20087.
Note:
See TracTickets
for help on using tickets.
This is a minor feature and can safely be dealt with post-1.0.