Hi,

I want to make a registration form that writes to two models: User and
a custom Preferences. It seems that model formsets would be the best
way to do that, but all the documentation I can find seems to say that
modelformset_factory gets associated with a queryset. If I want to
create a new model, without an existing queryset, how do I do it with
modelformset_factory, or should I just use formset_factory with a form
that subclasses modelforms? Maybe some other way? Thanks.
--~--~---------~--~----~------------~-------~--~----~
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