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

Fix issue with string args in GenericRelation. #44

Open ntouran opened 1 year ago

ntouran commented 1 year ago

Fixes https://github.com/sphinx-doc/sphinxcontrib-django/issues/43

The tests intended to capture the issue but actually don't trigger the real issue in the test scenario, so they may not be appropriate. I tried making a 2nd app to see if the deferred issue would show up but it does not.

ntouran commented 6 days ago

Looks like I had this linked to wrong issue. Just updated.