#12403 closed (fixed)
Syndication feeds as class-based views
Reported by: | Ben Firshman | Owned by: | Ben Firshman |
---|---|---|---|
Component: | contrib.syndication | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Instead of using the crufty and limited feed_dict, instances of Feed classes can be used as views.
Attached patch fixes #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069 and #11973. It is fully backwards compatible. Some depreciated behaviour is still used in GeoDjango, but as designed, it still works fine for now.
Attachments (6)
Change History (9)
by , 15 years ago
Attachment: | syndication-views-1.diff added |
---|
by , 15 years ago
Attachment: | syndication-views-2.diff added |
---|
by , 15 years ago
Attachment: | syndication-views-3.diff added |
---|
Release notes and new deprecation warnings
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
by , 15 years ago
Attachment: | syndication-views-5.diff added |
---|
Applies cleanly against r12313 and improved documentation a little
by , 15 years ago
Attachment: | syndication-view-6.diff added |
---|
Turns out "mailto:" test needs fixing and isn't against the RSS spec
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Added missing templates and tests, and added pending depreciation warnings