I'm using an InlineAdmin that is a generic relation, similar to django tagging, with one of my model admins. The problem is on a save as new, if the original object has tags, then the initial form count, gotten from the management form, isn't zero, even though the new object will have zero tags, causing an error when the formset searches for those initial tags. Now the BaseInlineFormSet takes care of this by returning zero for initial form count if save as new is set as True. Is there a reason why BaseGenericInlineFormSet doesn't do the same thing?
Hopefully I explained this well enough. Perhaps I'm missing something, but I think the BaseGenericInlineFormSet should do the same as the BaseInlineFormSet. I am currently using django 1.1, but looking at the code for 1.2, it seems to still so the same thing. Thanks in advance if you know what I'm doing wrong. -- 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.