問題タブ [django-1.10]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
django - 関連モデルの auth.User フィールドを表示する
この Django モデルを作成しました。
および読み取り専用モードでそれを表すフォーム:
ビューは次のようになります。
ご覧のとおり、と モデルのOneToOne
間には関係があります。モデルからとを表示する必要がありますが、のみが表示されます。Teacher
auth.User
first_name
last_name
auth.User
username
フィールドが表示されているのと同じ方法でこれらのフィールドを表示するにはどうすればよいTeacher.surname
ですか? それらをモデル、form.fields、またはそれを達成するために変更する必要があるプロパティに含める必要がありますか?
ありがとう