Opened 15 years ago

Closed 15 years ago

Last modified 12 years ago

#9303 closed (fixed)

comment templatetags should be independent of Comment model

Reported by: Thejaswi Puthraya Owned by: nobody
Component: contrib.comments Version: dev
Severity: Keywords: comments, templatetags, independent, customize
Cc: Carl Meyer, halfdan@… Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The comment app templatetags should be independent of the Comment model. This is for the customizability of the comment app.

Attachments (3)

9303_hasattr.diff (819 bytes ) - added by Thejaswi Puthraya 15 years ago.
First method that uses hasattr
9303_model.diff (2.0 KB ) - added by Thejaswi Puthraya 15 years ago.
Second method that changes BaseCommentAbstractModel
9303.diff (909 bytes ) - added by Thejaswi Puthraya 15 years ago.
git-patch against the latest checkout

Download all attachments as: .zip

Change History (13)

by Thejaswi Puthraya, 15 years ago

Attachment: 9303_hasattr.diff added

First method that uses hasattr

by Thejaswi Puthraya, 15 years ago

Attachment: 9303_model.diff added

Second method that changes BaseCommentAbstractModel

comment:1 by Thejaswi Puthraya, 15 years ago

comment:2 by Carl Meyer, 15 years ago

Cc: carl@… added

comment:3 by Carl Meyer, 15 years ago

Triage Stage: UnreviewedAccepted

comment:4 by Carl Meyer, 15 years ago

Cc: Carl Meyer added; carl@… removed

comment:5 by Jacob, 15 years ago

Resolution: fixed
Status: newclosed

(In [9891]) Fixed #9303: comment templatetags no longer assume the built-in comment model.

comment:6 by halfdan, 15 years ago

Cc: halfdan@… added

comment:7 by Thejaswi Puthraya, 15 years ago

milestone: 1.1 beta
Resolution: fixed
Status: closedreopened

This bug still exists because the filter on is_public is being tried even before the fieldnames are checked. Looks like this line was overlooked while being checked in...

This bug was identified in http://code.djangoproject.com/ticket/8630#comment:23.

by Thejaswi Puthraya, 15 years ago

Attachment: 9303.diff added

git-patch against the latest checkout

comment:8 by Thejaswi Puthraya, 15 years ago

Has patch: set

comment:9 by Jacob, 15 years ago

Resolution: fixed
Status: reopenedclosed

Fixed in [10109].

comment:10 by Jacob, 12 years ago

milestone: 1.1 beta

Milestone 1.1 beta deleted

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