[patch] Little, easy improvement: model docstrings for admin documentation
Magic-removal now displays the models docstrings in the admin documentation pages. Models in django should have a nice docstring suitable for endusers.
Attachments
(3)
- auth-doc.diff
(6.3 KB
) - added by Antti Kaihola 19 years ago.
- Added docstrings. They intentionally start straight after quotes to avoid gap in admin documentation screens. Also added a couple of field help_texts and method docstrings.
- sessions-doc.diff
(1.7 KB
) - added by Antti Kaihola 19 years ago.
- Added docstrings.
- sessions-doc.2.diff
(1.7 KB
) - added by Antti Kaihola 19 years ago.
- Fixed middleware path to magic_removal style
Download all attachments as:
.zip
Change History
(7)
Summary: |
Little, easy improvement: model docstrings for admin documentation → [patch] Little, easy improvement: model docstrings for admin documentation
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Added docstrings. They intentionally start straight after quotes to avoid gap in admin documentation screens. Also added a couple of field help_texts and method docstrings.