v2.4
sphinxcontrib-django v2.4
💡 New Features
- Add new setting
django_show_db_tables_abstractto include table names in abstract models (defaults toFalse) - Add new setting
django_choices_to_showto control how many iterable choices are displayed (defaults to10)
🐛 Bug Fixes
- [ #39 ] Fix table names of abstract models when
django_show_db_tablesisTrue - [ #41 ] Fix rendering of empty values in iterable choices
Compare changes: v2.3 → v2.4
Installation
pip install sphinxcontrib-django==2.4
