It is a feature. validators apply to forms, not database access.
On May 16, 9:42 pm, howesc <[email protected]> wrote: > is it a bug or a feature that when i call get_or_create_user that the > field's validators are not called when creating a new user? I have a place > where i would like them to be, but i'm not sure if that should be my > responsibility before i call get_or_create_user(), or if i should expect > get_or_create_user() to do that. > > thanks for the feedback, > > christian

