Hello I am using a formset to validate inline forms in django administration. To validate my data I am using the method clean() but when I delete an inline object the data are validated before the deletion. How can I validate my data after the deletion ? How can I know that my inline object is deleted in the validation method clean() ? Thanks in advance to help me.
Serge Alard P.S. : This message is the same as the one I posted yesterday but I corrected grammatical mistake. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6d877450-492b-4fb7-bb80-56236dc15986n%40googlegroups.com.

