Re: newforms admin and Django registration

2008-02-13 Thread Michael Newman
I am exploring this further in the morning and I am wondering if the issue is the fact that django.contrib.auth.views uses the oldform methods. Could this be what is throwing this error? Is there or are there plans for converting django.contrib.auth.forms to new forms? If I spent time doing that w

newforms admin and Django registration

2008-02-12 Thread Michael Newman
It took a couple of days, but I finally got all my projects switched to new forms admin. It is so powerful. I cannot wait to see wait to see what kinds of things I will be ablt to accomplish. That being said, of course, I need to switch some of the snippets of code that I barrowed from people sma