Re: Syndication feed framework should allow for parsing of URLs in the URLconf (#6304)

2008-01-02 Thread Malcolm Tredinnick
On Wed, 2008-01-02 at 16:46 -0600, Adrian Holovaty wrote: > Today I realized a wart in our syndication (RSS/Atom) framework -- in > the case of nontrivial feeds, the Feed.get_object() method has to > implement its own URL parsing. That's a wart because, in my opinion, > the URL parsing should be

Syndication feed framework should allow for parsing of URLs in the URLconf (#6304)

2008-01-02 Thread Adrian Holovaty
Today I realized a wart in our syndication (RSS/Atom) framework -- in the case of nontrivial feeds, the Feed.get_object() method has to implement its own URL parsing. That's a wart because, in my opinion, the URL parsing should be in the URLconf. In other words, why not just use the URLconf parsin

Re: Add Add "georss" tag to feeds

2008-01-02 Thread David Larlet
Le 20 déc. 07 à 10:27, Daniel de la Cuesta a écrit : > Hi all, > > I want to add the geo tag (with latitude and longitude) to each item > of my feeds: > > 45.256 -71.92 > I am using the feeds framework: > class LatestEvents(Feed):title = "Latest Events"link > = "/events/"

Some built in views still using the oldforms library

2008-01-02 Thread shabda.raaj
Built in views like django.contrib.auth.views.password_change still use the oldforms library. Is this due to some design decision or is it this way because nobody has yet converted them to newforms? How can I get the list of the built in views which still uses old forms, is any ticket tracking thi

Re: Some built in views still using the oldforms library

2008-01-02 Thread James Bennett
On Jan 2, 2008 10:55 AM, shabda.raaj <[EMAIL PROTECTED]> wrote: > Built in views like django.contrib.auth.views.password_change still > use the oldforms library. Is this due to some design decision or is it > this way because nobody has yet converted them to newforms? It's because the transition