Opened 13 years ago

Closed 11 years ago

#16456 closed New feature (wontfix)

Add reference to commented object to RequestContext in preview

Reported by: Tomáš Ehrlich Owned by: nobody
Component: contrib.comments Version: dev
Severity: Normal Keywords: comments request
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In default post_comment view, there is no reference to commented object in preview or if there are form errors.

I think this isn't anything special. Show commented object (or just part of it) during editing or previewing is common practise on many sites.

Attachments (1)

comments-preview-request-object.diff (1.5 KB ) - added by Tomáš Ehrlich 13 years ago.
Tests added

Download all attachments as: .zip

Change History (6)

comment:1 by Bernhard Essl, 13 years ago

Needs tests: set

by Tomáš Ehrlich, 13 years ago

Tests added

comment:2 by Tomáš Ehrlich, 13 years ago

Needs tests: unset

comment:3 by Thejaswi Puthraya, 13 years ago

Triage Stage: UnreviewedDesign decision needed

comment:4 by Jacob, 13 years ago

Triage Stage: Design decision neededAccepted

comment:5 by Jacob, 11 years ago

Resolution: wontfix
Status: newclosed

django.contrib.comments has been deprecated and is no longer supported, so I'm closing this ticket. We're encouraging users to transition to a custom solution, or to a hosted solution like Disqus.

The code itself has moved to https://github.com/django/django-contrib-comments; if you want to keep using it, you could move this bug over there.

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