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.
デフォルトでは、ModelForm を使用して django でフォームを作成すると、各フィールドのラベルは基本的に、最初の文字を大文字にした各フィールドの名前になります。ただし、デフォルトのラベルを使用する代わりに、フィールドごとに独自のラベルを書きたいと思っています。それを行うためのショートカットはありますか?
はい、verbose_nameをフィールド定義に追加します。