Django

Code

Ticket #9562 (closed: duplicate)

Opened 1 year ago

Last modified 1 year ago

Comment templatetags does not use get_comment_app like the post view does

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

Description

This should be fixed to make the comments app easier to customize.

Attachments

get_comment_app.diff (1.7 kB) - added by oyvind on 11/10/08 10:10:45.
fix to make the comment templatetags use get_comment_app

Change History

11/10/08 10:10:45 changed by oyvind

  • attachment get_comment_app.diff added.

fix to make the comment templatetags use get_comment_app

11/14/08 14:31:40 changed by carljm

  • needs_better_patch changed.
  • needs_tests changed.
  • needs_docs changed.

This will not be necessary if we take the approach I did in the patch for #8630, which is to centralize the get_comment_app logic in one place (init.py), so anyone can call contrib.comments' get_comment_form and friends, and it will always do the right thing.

11/14/08 14:34:47 changed by carljm

  • status changed from new to closed.
  • resolution set to duplicate.

This bug is actually an exact duplicate of #8630, just worded differently. Closing it as such - the patch here could be attached there as an alternative approach.


Add/Change #9562 (Comment templatetags does not use get_comment_app like the post view does)




Change Properties
Action