I have a custom ModelForm with a TabularInline child form. I can edit and save without problems, and simple field validation is working (if a required field is missing from the inline form it shows a warning). But when I try to add custom validation methods to the inline form (in the same way I would for a typical ModelForm, via clean(self) method) the validator never gets called...
Can anyone point me in the right direction here, maybe there is another class or method I should be overriding? Thanks, Jacob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---