Hi guys, I just wondered how I am supposed to add a row validator in db models ? I looked at the code of validate function but it seems each validator is only passed the value of the field it is bound to. I am looking for this as I have to validate the value of one field based on other fields value.
Thanks in advance for your help :) !