Adding model-wide help text to a django model's admin form

前端 未结 6 1954
抹茶落季
抹茶落季 2020-12-22 23:02

In my django app, I would like to be able to add customized help text to the admin change form for some of my models. Note I\'m not talking about the field specific h

6条回答
  •  时光说笑
    2020-12-22 23:17

    Just as an update to this question. You can do this in the model using help_text

    https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.Field.help_text

提交回复
热议问题