Opened 19 years ago
Closed 16 years ago
#2912 closed enhancement (fixed)
django.contrib.syndication.feeds.py:Feed store the HttpRequest so it can be accessed
| Reported by: | 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)
Change History (8)
by , 19 years ago
| Attachment: | pass_http_request.patch added |
|---|
comment:1 by , 19 years ago
| Component: | Admin interface → RSS framework |
|---|
comment:2 by , 19 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Unreviewed → Design decision needed |
comment:3 by , 18 years ago
| Triage Stage: | Design decision needed → Accepted |
|---|
comment:4 by , 17 years ago
| milestone: | → 1.0 maybe |
|---|
comment:5 by , 17 years ago
| milestone: | 1.0 maybe → post-1.0 |
|---|
Note:
See TracTickets
for help on using tickets.
[patch] Safe the HttpRequest in Feed as self.request so it can be accessed by subclasses