Opened 17 years ago
Closed 15 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)
Change History (4)
by , 17 years ago
Attachment: | 0001-slug_view.patch added |
---|
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|
comment:2 by , 16 years ago
Version: | SVN → 1.0 |
---|
Note:
See TracTickets
for help on using tickets.
slug_feed_v1