Opened 17 years ago

Closed 16 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)

j1.diff (584 bytes ) - added by peter@… 17 years ago.
adjust feed to use RequestContext for Title and Description Template Render

Download all attachments as: .zip

Change History (7)

by peter@…, 17 years ago

Attachment: j1.diff added

adjust feed to use RequestContext for Title and Description Template Render

comment:1 by Simon G. <dev@…>, 17 years ago

Resolution: invalid
Status: newclosed

Why? what benefits does this have?

comment:2 by Simon G. <dev@…>, 17 years ago

Summary: Haut Simple! django.contrib.syndication.feedsReplace Context with RequestContext in django.contrib.syndication.feeds

comment:3 by anonymous, 16 years ago

Resolution: invalid
Status: closedreopened
Triage Stage: UnreviewedDesign 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:4 by Chris Beaven, 16 years ago

(that was me)

comment:5 by Jacob, 16 years ago

Triage Stage: Design decision neededAccepted

comment:6 by Jacob, 16 years ago

Resolution: fixed
Status: reopenedclosed

(In [7324]) Fixed #5107: swapped in RequestContext for Context in syndication feeds. Thanks, peter@…

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