sphinx-doc / sphinxcontrib-django

This is a sphinx extension which improves the documentation of Django apps.
https://pypi.org/project/sphinxcontrib-django/
Apache License 2.0
45 stars 25 forks source link

Show verbose name and help_text if both are present #13

Closed rixx closed 5 years ago

rixx commented 5 years ago

Currently, the verbose_name is shown if no help_text is present on a model field, otherwise only the help_text is shown. At least in my projects, seeing both would be valuable.

vdboor commented 5 years ago

Good catch, I've merged the PR!