Thanks, it works now, since I made the IS_IN_SET() the first in my 
validators like. But with the way I struggled with it, I think that quirky 
feature should be noted in the documentation to help newbies.

On Saturday, September 15, 2012 9:19:47 PM UTC+1, Anthony wrote:
>
> On Saturday, September 15, 2012 2:49:56 PM UTC-4, Pystar wrote:
>>
>> exactly what I did but it still threw that error.
>
>
> Can you show the exact code? If you have a list of validators, I believe 
> IS_IN_SET must be the first in the list.
>  
>
>> Also, kindly note that I am adding this extra field to the auth_user 
>> table. And displaying it in a custom form.
>> Also another question concerning custom forms, in the view, how do I 
>> access elements of the form using syntax like form[0]["_class"] = "whatever"
>>
>
> That syntax should work in the view. Are you trying something in 
> particular that isn't working?
>
> Anthony
>

-- 



Reply via email to