Opened 16 years ago
Closed 16 years ago
#10680 closed (duplicate)
contrib.comments documentation for customisation does not work
Reported by: | jakub_vysoky | Owned by: | nobody |
---|---|---|---|
Component: | contrib.comments | Version: | dev |
Severity: | Keywords: | comments doc | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I tried to go through the docs/ref/contrib/comments/custom.txt
and I found out, that it cannot work. There is CommentWithTitle that inherits from BaseCommentAbstractModel, but the CommentFormWithTitle inherits from CommentForm.
CommentWithTitle should inherit from Comment, or there should be some sort of BaseCommentAbstractForm.
I've attached the second solution.
There is a git branch as well: http://github.com/HonzaKral/django/tree/new-comments
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | comments-doc-10278.diff added |
---|
comment:1 by , 16 years ago
Component: | Uncategorized → django.contrib.comments |
---|
Note:
See TracTickets
for help on using tickets.
BaseCommentAbstractForm for contrib.comments