I upgraded this morning from Django 1.1.1 (r11312, I think) to the most recent HEAD revision (r11794) and it appears that some changes have been made to the form validation scheme again. I have a blog app wherein I want the application to be able to automatically generate slugs from post titles. Previously, I had used something like this in the "add blog post" view:
if request.method=='POST': -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

