Django

Code

Ticket #10548 (closed: invalid)

Opened 1 year ago

Last modified 1 year ago

BaseCommentAbstractModel does not include is_public field needed for template tags

Reported by: carljm Assigned to: nobody
Milestone: Component: django.contrib.comments
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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.

Attachments

Change History

03/19/09 21:54:53 changed by thejaswi_puthraya

  • status changed from new to closed.
  • needs_better_patch changed.
  • resolution set to invalid.
  • needs_tests changed.
  • needs_docs changed.

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.


Add/Change #10548 (BaseCommentAbstractModel does not include is_public field needed for template tags)




Change Properties
Action