Opened 15 years ago

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

Change History (1)

comment:1 by Thejaswi Puthraya, 15 years ago

Resolution: invalid
Status: newclosed

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.

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