Django class-based CreateView and UpdateView with multiple inline formsets

前端 未结 4 1592
抹茶落季
抹茶落季 2020-12-23 10:52

I have been trying to do Django class-based CreateView and UpdateView with multiple inline formsets

CreateView works fine but UpdateView is not working properly, If

4条回答
  •  再見小時候
    2020-12-23 11:04

    I'm not sure if you've found an answer, but I have a working version of UpdateView documented in my answer found here:

    UpdateView with inline formsets trying to save duplicate records?

提交回复
热议问题