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