User、Profile、PhysParams モデルがあります。Profile と PhysParams は、User と OneToOne の関係にあります。
ログインユーザーに関連する上記2つのフォームを表示しようとしています。
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__'