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

Correctly deal with circular ForeignKeys #18

Closed raphaelm closed 5 years ago

raphaelm commented 5 years ago

"self" is a special value in Django's ForeignKeys, documented here: https://docs.djangoproject.com/en/dev/ref/models/fields/#foreignkey

vdboor commented 5 years ago

Thanks!