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
h
Just as an update to this question. You can do this in the model using help_text
help_text
https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.Field.help_text