Thanks for the reply, that definitely works, and it's within the MVC
paradigm.

On Feb 28, 3:14 pm, sc...@thereceptor.net wrote:
> > 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