Thanks... that does look like what I'm looking for. I don't really understand how I'd put it in a model, though... I've got a situation where if the choose a, they need to choose from one list, if they choose b, they need to choose from another, and so on, but this is all in the admin.. no public form.
On May 31, 5:04 pm, "Joseph Kocherhans" <[EMAIL PROTECTED]> wrote: > On 5/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > I have the common scenario where if the user selects "other", then I > > need an "explain" box to become required. How can I do this? > > Additional validator on the field or something? > > You probably want django.core.validators.RequiredIfOtherFieldEquals > > Joseph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

