Opened 18 years ago

Closed 15 years ago

#2912 closed enhancement (fixed)

django.contrib.syndication.feeds.py:Feed store the HttpRequest so it can be accessed

Reported by: freyther@… Owned by: nobody
Component: contrib.syndication Version:
Severity: normal 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

It would be nice if Feed.get_object could take a look at the HttpRequest (request) as well as the bits are not enough in my case.

Attachments (1)

pass_http_request.patch (1.4 KB ) - added by freyther@… 18 years ago.
[patch] Safe the HttpRequest in Feed as self.request so it can be accessed by subclasses

Download all attachments as: .zip

Change History (8)

by freyther@…, 18 years ago

Attachment: pass_http_request.patch added

[patch] Safe the HttpRequest in Feed as self.request so it can be accessed by subclasses

comment:1 by Adrian Holovaty, 17 years ago

Component: Admin interfaceRSS framework

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

Has patch: set
Triage Stage: UnreviewedDesign decision needed

comment:3 by Jacob, 16 years ago

Triage Stage: Design decision neededAccepted

comment:4 by mrts, 16 years ago

milestone: 1.0 maybe

comment:5 by Jacob, 16 years ago

milestone: 1.0 maybepost-1.0

comment:6 by (none), 15 years ago

milestone: post-1.0

Milestone post-1.0 deleted

comment:7 by dc, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in [5654]

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