On Sun, 2008-12-07 at 19:46 -0800, Marco Louro wrote:
> Hi,
> 
> I'm trying to use generic_inlineformset_factory. There are no docs for
> it except a Generic Relations Model example @
> http://www.djangoproject.com/documentation/models/generic_relations/
> on the bottom (GenericInlineFormSet tests)
> 
> My question here is how to pass the POST vars to it?
> 
> In a modelformset_factory the following works:
>  formset = AddressFormSet(request.POST, request.FILES)
> 
> but here it is not the case..

Can you be specific about what is not working? If you look at the source
for GenericInlineFormset, it certainly takes those parameters as the
first two arguments. So what are you actually doing and what error are
you seeing? (trim your example down the smallest possible code that
shows the problem so we don't have to wade through dozens of lines.)

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to