> Greetings,
>
> Django is awesome! I'm playing around and I was wondering if there is
> a way to specify conditional validators in the model.
>
> Example: if field x is blank, field y is required.
>
> Thanks for your help!

You might consider making a ModelForm and then adding cleaner methods.
Forms are Django's validation mechanism, and ModelForms combine them with
Models.

http://docs.djangoproject.com/en/dev/topics/forms/modelforms/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to