#16662 closed Bug (invalid)
Comments does not set is_public to false for comments under moderation
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.comments | Version: | 1.3 |
Severity: | Release blocker | Keywords: | comments signals is_pubic gunicorn 1.2.5 pre_save |
Cc: | oyvind.saltvik@… | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Comment object not passed by reference in signals.comment_will_be_posted from post_coments view.
Setting is_public to false in Moderator.pre_save_moderation has no effect.
Proposed solution: make Moderator.pre_save_moderation return status code to set is_public or not.
Temporary solution: set is_public on the models pre_save to false
Details:
Django 1.2.5 on gunicorn
Change History (4)
comment:1 by , 13 years ago
Summary: | Commends does not set is_public to false for comments under moderation → Comments does not set is_public to false for comments under moderation |
---|
comment:2 by , 13 years ago
Version: | SVN → 1.3 |
---|
Note:
See TracTickets
for help on using tickets.
Same on django 1.3 and gunicorn.