Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ReferenceWidget で ReferenceField を使用すると、実際のオブジェクトを参照するオプションが常にあり、その上に<No reference>. そのオプションを非表示にすることは可能ですか?
<No reference>
はい、requiredフィールドのプロパティを True に設定します。
required
ReferenceField( name='references', required=True, # ... )