On Tue, Aug 19, 2008 at 12:10 PM, patrickk <[EMAIL PROTECTED]> wrote: > > any reason, why it´s currently impossible to use "initial" with > inlineformset_factory. is it planned to integreate this feature?
I guess I am failing to see how this is useful? initial data in an inline model formset is based on the queryset such as it is a subclass of model formset. Could you provide a use case where it might be worth it to also provide initial data for an inline model formset? It would seem that a default value on a model field would be sufficient. Seems a bit overkill for the general case due to the unknown size of the queryset. -- Brian Rosner http://oebfare.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
