Opened 14 years ago
Closed 13 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)
Change History (6)
comment:1 by , 14 years ago
| Needs tests: | set |
|---|
by , 14 years ago
| Attachment: | comments-preview-request-object.diff added |
|---|
comment:2 by , 14 years ago
| Needs tests: | unset |
|---|
comment:3 by , 14 years ago
| Triage Stage: | Unreviewed → Design decision needed |
|---|
This was brought up on the django developers mailing list:
http://groups.google.com/group/django-developers/browse_thread/thread/c4d28840a3c4860e/145fe9633fbeaa3d
comment:4 by , 14 years ago
| Triage Stage: | Design decision needed → Accepted |
|---|
comment:5 by , 13 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
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.
Tests added