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
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
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/"
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
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