Opened 17 years ago
Closed 17 years ago
#5107 closed (fixed)
Replace Context with RequestContext in django.contrib.syndication.feeds
Reported by: | anonymous | Owned by: | Jacob |
---|---|---|---|
Component: | Uncategorized | Version: | |
Severity: | Keywords: | syndication | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Replace Context with RequestContext.
Attachments (1)
Change History (7)
by , 17 years ago
comment:1 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Why? what benefits does this have?
comment:2 by , 17 years ago
Summary: | Haut Simple! django.contrib.syndication.feeds → Replace Context with RequestContext in django.contrib.syndication.feeds |
---|
comment:3 by , 17 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Triage Stage: | Unreviewed → Design decision needed |
Version: | 0.96 |
There might be another solution, but the reporter wants to run context processors on the templates (so they can access {{ MEDIA_URL }}
in this case).
I'm not sure an overall replacement is in order, but an option seems fair.
comment:5 by , 17 years ago
Triage Stage: | Design decision needed → Accepted |
---|
comment:6 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
adjust feed to use RequestContext for Title and Description Template Render