-
Could you please tell me anybody how to do a collection view which wil create the main_object (also with it's child forms)? The model case (without child collection):
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
In Django I usually modify get_object() of generic.UpdateView to do both create-update tasks:
But this doesn't work with EditCollectionView ->
|
Beta Was this translation helpful? Give feedback.
-
For now, please try with branch https://github.com/jrief/django-formset/tree/issue_37 and use slug |
Beta Was this translation helpful? Give feedback.
-
Hi, I ended up writing the same code as above, with the same |
Beta Was this translation helpful? Give feedback.
For now, please try with branch https://github.com/jrief/django-formset/tree/issue_37 and use slug
company
for testing.