Opened 12 years ago
Closed 12 years ago
#19955 closed New feature (wontfix)
Make contrib.comments form customizable
Reported by: | Dmitry Gladkov | Owned by: | nobody |
---|---|---|---|
Component: | contrib.comments | Version: | 1.5 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Design decision needed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Currenly there is no way to customize widgets on django.contrib.comments.forms.CommentDetailsForm and a trivial task leads to creating a copy of django.comments.
The two ways to solve this that I have in mind is either to make more settings similar to COMMENT_MAX_LENGTH and the other one is to create a new setting COMMENT_FORM that can provide a completely custom comment form.
Change History (2)
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|
comment:2 by , 12 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.
I'm proposing that django.contrib.comments be deprecated and removed, so I'm going to place this ticket on hold until that's been decided.