I really need to see the models where you set IS_STRONG. Somehow the value passed to the validator is not a string so the validator chokes. This can be fixed in IS_STRONG.__call__ by setting value = str(value) but I would like to understand why it is happening.
On Friday, 13 July 2012 11:06:29 UTC-5, Chris wrote: > > > Any further suggestion to what causes the error I'm seeing? Thanks! >

