Patch has been uploaded to http://code.djangoproject.com/ticket/12780
.

After applying the patch you can override

    def formsets_are_valid(self, formsets, form, form_is_valid,
instance,
            request):

and do any complex validation you like. As it's rather arcane, I've
provided
an example based on your description at http://gist.github.com/296411
.

Hope that helps,
Mart Sõmermaa


> On Jan 15, 8:10 pm, Gabriel Reis <gabriel...@gmail.com> wrote:
>
> > Hey Marcos,
>
> > In the clean() method of my ClipModelForm class I couldn't manage how to
> > reach the ClipDescriptions that are coming from the inline
> > ClipDescriptionInline. I think I can't validate there. I spent the whole day
> > trying and I couldn't fix. Any help would be very handy!
>
> > Thanks for your atention.
>
> > Kind regards,
>
> > Gabriel
>
> > Gabriel de Carvalho Nogueira Reis
> > Software Developer
> > +44 7907 823942

-- 
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