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

AttributeError for DeferredAttribute objects in Django > 3.0 #20

Closed miterion closed 4 years ago

miterion commented 4 years ago

In the newest Django version 3.0 the field_name attribute was renamed to field (see here).