#10878 closed (fixed)
Comments moderation.py docstring error
Reported by: | Luca Lenardi | Owned by: | James Bennett |
---|---|---|---|
Component: | contrib.comments | Version: | 1.1-beta |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It seems that "Moderator" should be used in place of "CommentModerator" at line 310 in django.contrib.comments.moderation.py docstring.
Attachments (1)
Change History (9)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
Hi,
I enjoy that you are preparing a big patch.
Is this patch will includes,
- translations of the mail_subject, when sending email ?
- the pre_save_moderation method with the request in parameters, with comment_will_be_posted signal for exemple ?
It's just some suggestions that I've made with the usage of the moderation.py
comment:3 by , 16 years ago
milestone: | 1.1 → 1.2 |
---|
by , 15 years ago
Attachment: | 10878-r11858.diff added |
---|
comment:4 by , 15 years ago
Has patch: | set |
---|
comment:5 by , 15 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
This will be fixed by a much larger patch to comments that I'm preparing.