#11625: Comment moderation through admin actions -------------------------------------+-------------------------------------- Reporter: wayla | Owner: nobody Status: new | Milestone: Component: django.contrib.comments | Version: 1.1-beta-1 Keywords: comments admin actions | Stage: Unreviewed Has_patch: 1 | -------------------------------------+-------------------------------------- While the (currently undocumented) moderation views of the contrib.comments app are nice, it would be even nicer if the same features were available as admin actions. At least the two actions: '''Remove selects comments''' and '''Approve selected comments''' should be available. As apposed to the 'delete' action (which actually deletes comments form the db), the 'remove' action would set '{{{comment.is_removed = True}}}' just as the remove view currently does.
-- Ticket URL: <http://code.djangoproject.com/ticket/11625> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---