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