On ma, 2010-06-14 at 11:26 -0700, Thomas Allen wrote: > Is there a way to assume one field to be invalid if another is? In the > form below, api_key can never be valid if location is not.
The place to implement such checks is in the clean() method of the form, which is called after all the individual clean_* methods. -- Dennis K. They've gone to plaid! -- 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.