Opened 15 years ago

Closed 15 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)

comments-doc-10278.diff (7.4 KB ) - added by jakub_vysoky 15 years ago.
BaseCommentAbstractForm for contrib.comments

Download all attachments as: .zip

Change History (3)

by jakub_vysoky, 15 years ago

Attachment: comments-doc-10278.diff added

BaseCommentAbstractForm for contrib.comments

comment:1 by jakub_vysoky, 15 years ago

Component: Uncategorizeddjango.contrib.comments

comment:2 by Jacob, 15 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #10559

Note: See TracTickets for help on using tickets.
Back to Top