我一直试图扩展modelformset_factory
并遇到以下问题:当我仅使用两个表单集实现时,modelformset_factory
可以正常工作。此处的代码:https://gist.github.com/martin1007/6474f3a7f14540bae729e8b4d31f8ca2
但是当我尝试使用列表缩放它时,它不起作用。此处的代码:https://gist.github.com/martin1007/71e07c27aeeb265fa9d55eea3f33aebe
有什么想法吗?预先谢谢你。