Opened 16 years ago

Closed 14 years ago

#6969 closed (fixed)

More usable views in syndication app

Reported by: ctrochalakis Owned by: ctrochalakis
Component: contrib.syndication Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Design decision needed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Currently the only available view in the contrib.syndication views requires a slash-separated url parameter. For example 'categories/django'. This parameter is sometimes not very usable (ex. when using the url templatetag: is not easy to construct a slug-separated string in the template).

It would be handier to have a view that requires slug and param to produce the feed.

Attachments (1)

0001-slug_view.patch (887 bytes ) - added by ctrochalakis 16 years ago.
slug_feed_v1

Download all attachments as: .zip

Change History (4)

by ctrochalakis, 16 years ago

Attachment: 0001-slug_view.patch added

slug_feed_v1

comment:1 by Simon Greenhill, 16 years ago

Triage Stage: UnreviewedDesign decision needed

comment:2 by Arthur Koziel, 16 years ago

Version: SVN1.0

comment:3 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [12338]) Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #12403 -- Modified the syndication framework to use class-based views. Thanks to Ben Firshman for his work on this patch.

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