Django

Code

Ticket #5107 (closed: fixed)

Opened 1 year ago

Last modified 9 months ago

Replace Context with RequestContext in django.contrib.syndication.feeds

Reported by: anonymous Assigned to: jacob
Milestone: Component: Uncategorized
Version: Keywords: syndication
Cc: Triage Stage: Accepted
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

Replace Context with RequestContext?.

Attachments

j1.diff (0.6 kB) - added by peter@mymart.com on 08/07/07 06:22:12.
adjust feed to use RequestContext? for Title and Description Template Render

Change History

08/07/07 06:22:12 changed by peter@mymart.com

  • attachment j1.diff added.

adjust feed to use RequestContext? for Title and Description Template Render

08/10/07 01:34:57 changed by Simon G. <dev@simon.net.nz>

  • status changed from new to closed.
  • needs_better_patch changed.
  • resolution set to invalid.
  • needs_tests changed.
  • needs_docs changed.

Why? what benefits does this have?

08/10/07 01:35:19 changed by Simon G. <dev@simon.net.nz>

  • summary changed from Haut Simple! django.contrib.syndication.feeds to Replace Context with RequestContext in django.contrib.syndication.feeds.

09/30/07 21:57:28 changed by anonymous

  • status changed from closed to reopened.
  • version deleted.
  • resolution deleted.
  • stage changed from Unreviewed to Design decision needed.

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.

09/30/07 21:57:44 changed by SmileyChris

(that was me)

12/02/07 14:13:25 changed by jacob

  • stage changed from Design decision needed to Accepted.

03/19/08 17:34:40 changed by jacob

  • status changed from reopened to closed.
  • resolution set to fixed.

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


Add/Change #5107 (Replace Context with RequestContext in django.contrib.syndication.feeds)




Change Properties
Action