-----Original Message-----
From: Ivan Sagalaev <[email protected]>
Date: Sun, 10 Jan 2010 03:25:29
To: <[email protected]>
Subject: Re: Model validation incompatibility with existing Django idioms
Joseph Kocherhans wrote:
> # Run validation that was missed by the form.
> p.validate_fields(fields=['user', 'primary_contact'])
> p.validate_unique(fields=['user', 'primary_contact'])
> p.validate()
Can this be shortcut to
p.full_validate(fields=['user', 'primary_contact'])
?
If not, why not? :-)
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-developers?hl=en.