Hi, The Django documentation gives the following example for inlineformset_factory: -
BookFormSet = inlineformset_factory(Author, Book) This can be found on http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#inline-formsets However, if I have custom modelforms for Author and Book, is it possible to use them with inlineformset_factory? Regards, CM. --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---