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
43 stars 25 forks source link

Abstract models should not show 'database table' string in rendered documentation #39

Closed insspb closed 1 year ago

insspb commented 1 year ago

In cases when documentation generated for module with abstract models, currently 'Database table:' is rendered. This is incorrect, as Abstract models does not have any database representation.