Opened 15 years ago

Closed 14 years ago

Last modified 12 years ago

#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)

10878-r11858.diff (1.2 KB ) - added by Travis Cline <travis.cline@…> 14 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 by James Bennett, 15 years ago

Owner: changed from nobody to James Bennett
Status: newassigned
Triage Stage: UnreviewedAccepted

This will be fixed by a much larger patch to comments that I'm preparing.

comment:2 by Fantomas42, 15 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 Adrian Holovaty, 15 years ago

milestone: 1.11.2

by Travis Cline <travis.cline@…>, 14 years ago

Attachment: 10878-r11858.diff added

comment:4 by Travis Cline <travis.cline@…>, 14 years ago

Has patch: set

comment:5 by Eric Holscher, 14 years ago

Triage Stage: AcceptedReady for checkin

comment:6 by Jacob, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [12639]) Fixed #10878, an error in the Moderator docstring.

Thanks, Travis Cline.

comment:7 by Jacob, 14 years ago

(In [12640]) [1.1.X] Fixed #10878, an error in the Moderator docstring.

Thanks, Travis Cline.

Backport of [12639] from trunk.

comment:8 by Jacob, 12 years ago

milestone: 1.2

Milestone 1.2 deleted

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