Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#9555 closed (fixed)

feed_url parameter not recognized

Reported by: sedden Owned by: nobody
Component: contrib.syndication Version: dev
Severity: Keywords: feeds
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The feed_url parameter in django.contrib.syndication.feeds.Feed is not being recognized. It's hardcoded to request.path.

Attachments (1)

syndication_feeds_r9370.diff (815 bytes ) - added by sedden 15 years ago.
feed_url parameter to be recognized

Download all attachments as: .zip

Change History (4)

by sedden, 15 years ago

feed_url parameter to be recognized

comment:1 by Jacob, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:2 by Jacob, 15 years ago

Resolution: fixed
Status: newclosed

(In [10433]) [1.0.X] Fixed #9555: respect the feed_url feed parameter. Thanks, sedden. Backport of r10432 from trunk.

comment:3 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

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