On Fri, Jun 22, 2012 at 1:12 AM, Anthony <[email protected]> wrote:
>> That was an especially n00bish error on my part, thanks for pointing
>> it out, but even though I've fixed it that same error is still
>> occurring.
>>
>> Advise?
>
>
> Same exact traceback? I don't think I saw any other fields that
> mis-specified the type argument, but perhaps you should review all your
> table definitions and see if there are any other occurrences.
>
> Anthony
>
> --

Just begun reviewing all my tables when I found that neat debug frame
feature and was after trial and error able to reduce the problem down
to this line:
Field('owner', auth.user, requires=IS_NOT_EMPTY())

:)

-- 



Reply via email to