Django

Code

Ticket #6969 (closed: fixed)

Opened 2 years ago

Last modified 2 months ago

More usable views in syndication app

Reported by: ctrochalakis Assigned to: ctrochalakis
Milestone: Component: RSS framework
Version: 1.0 Keywords:
Cc: Triage Stage: Design decision needed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

0001-slug_view.patch (0.9 kB) - added by ctrochalakis on 04/05/08 10:59:03.
slug_feed_v1

Change History

04/05/08 10:59:03 changed by ctrochalakis

  • attachment 0001-slug_view.patch added.

slug_feed_v1

06/14/08 02:04:22 changed by Simon Greenhill

  • needs_better_patch changed.
  • stage changed from Unreviewed to Design decision needed.
  • needs_tests changed.
  • needs_docs changed.

09/15/08 08:20:28 changed by arthurk

  • version changed from SVN to 1.0.

01/28/10 07:46:18 changed by russellm

  • status changed from new to closed.
  • resolution set to fixed.

(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.


Add/Change #6969 (More usable views in syndication app)




Change Properties
Action