Opened 16 years ago
Closed 16 years ago
#10548 closed (invalid)
BaseCommentAbstractModel does not include is_public field needed for template tags
Reported by: | Carl Meyer | Owned by: | nobody |
---|---|---|---|
Component: | contrib.comments | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
BaseCommentAbstractModel does not include is_public field, but BaseCommentNode (in templatetags/comments.py) filters on it. Documentation for custom comments says to inherit custom comment class from BaseCommentAbstractModel. One of these things needs to be fixed.
Originally reported by joshvanwyck in a comment on #8630.
Note:
See TracTickets
for help on using tickets.
Thanks for opening this ticket but this issue was almost addressed and requires some work on the documentation side.
Please check http://code.djangoproject.com/ticket/8630#comment:25 for more details.