Django Admin Documentation Generator Not Formatting Docstrings For Models
I'm currently in the process of documenting all of my django views and models using the Django admin documentation generator. While I haven't had any problems at all documenting vi
Solution 1:
Django admin document generator currently (1.7 at time of writing) does not support reStructure text in model docstrings.
This was addressed in card #5405 but still hasn't been merged in master as it created some merge conflicts. Last change:
I left comments on the pull request but it still needs some improvement including a rebase to merge cleanly. It would also be good to mention the change in the release notes.
Post a Comment for "Django Admin Documentation Generator Not Formatting Docstrings For Models"