On Tue, Sep 16, 2008 at 4:40 PM, Diego Andrés Sanabria Martin
(diegueus9) <[EMAIL PROTECTED]> wrote:
> sorry, you have reason, my english is bad and i am tired, but i have this 
> error:
>>>> form.clean()
> Traceback (most recent call last):
>  File "<console>", line 1, in ?
>  File "/home/felipecastel/django1.0_src/django/forms/models.py", line
> 208, in clean
>    self.validate_unique()
>  File "/home/felipecastel/django1.0_src/django/forms/models.py", line
> 236, in validate_unique
>    if name in self.cleaned_data and f.unique and not is_null_pk:
> AttributeError: 'IdeaForm' object has no attribute 'cleaned_data'
>>>>
> and i read the doc over and over again and i cant use the forms.

This sounds like more of a usage question then (for instance I see you
calling form.clean() manually for some reason), so you should take it
to django-users :)

-- 
Collin Grady

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

Reply via email to