greetings all, i've just written a custom validator which has been placed into gluon/ validators.py. the strange thing is that i'm getting an undefined error when trying to call it from db.py. i can call any of the other validators defined in validators.py and so i'm a little boggled as to why this is happening.
the new validator works and follows the structure of the others, in case anyone is going to ask me that. :) anyone have any ideas? cheers!

