我有 User、Profile、PhysParams 模型。Profile 和 PhysParams 与 User 具有 OneToOne 关系。
我正在尝试显示与登录用户相关的上述两个表单。
我遇到过 FormSet、ModelFormSet 和 InlineFormSet,但我不确定要使用哪一个。
试
JoinedFormSet = inlineformset_factory(User, Profile, PhysicalParams)
生产
KeyError at /registration_form/ u'__module__' Request Method: GET
Request URL: http://hostname:8000/registration_form/ Django
Version: 1.5 Exception Type: KeyError Exception Value: u'__module__'