[Hi folks. This is a re-post, now that 1.1 has been released.]

Django's contrib.syndication app feels different from normal views,
using a dictionary and dispatching by slug, then finding objects by
splitting the rest of the URL into "bits".

It takes surprisingly few changes to make Feeds respond as normal
views: define the __call__ method on Feed objects.

Here are the changes required (using pastry.se for its diffing
capability): http://pastry.se/46009/#e46010
And here's the output of `svn diff`: http://pastry.se/46016/

Thoughts, comments, suggestions?

[Please note that I made these changes against 1.0, and haven't yet
had the time to make sure they work against trunk: I'm just posting to
get thoughts, comments, and suggestions.]

Zellyn Hunter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to