#9819 closed (fixed)
Comments Framework needs better documentation
Reported by: | Kegan Gan | Owned by: | nobody |
---|---|---|---|
Component: | contrib.comments | Version: | dev |
Severity: | Keywords: | ||
Cc: | hanne.moa@… | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Comments Framework needs better documentation.
A lot of the features in the code that are not reflected in the documentation. This ticket should provide documentation for:
- settings.py configuration
- deletion
- flagging
- moderation/approval
- feeds
- customizing forms
- using comments
- using views
- comment custom manager
Attachments (2)
Change History (10)
by , 16 years ago
Attachment: | comment-settings.diff added |
---|
comment:2 by , 16 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 16 years ago
It doesn't either state in the documentation, that it depends on 'django.contrib.sites', which I think is rather important for new users of Django.
comment:4 by , 15 years ago
Cc: | added |
---|
We could use this ticket to collect other tickets about missing docs for comments, here's my current pet peeve: #11870
comment:6 by , 15 years ago
Has patch: | set |
---|
The patch covers usage of comments and through this highlights certain
undocumented functionality. It intentionally leaves out certain features
like profanity filtering, group moderation because these are scheduled
to be removed in future versions.
comment:7 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Tiny patch for comments settings