just a discussion:

i used the code from djangosnippets.com for a newform:
slug=form.clean_data['slug'],

and  it said there are no clean_data.

so changed to slug=form.cleaned_data['slug'], it is ok now.

why?

you know i integrate  code of djangosnippets.com as a app, it works
well.

just want to know how to make clean_data or change to cleaned_data.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to