#11113: Multiple issues with contrib.comments moderation system -------------------------------------+-------------------------------------- Reporter: ubernostrum | Owner: nobody Status: new | Milestone: 1.1 Component: django.contrib.comments | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 1 | -------------------------------------+-------------------------------------- I know it's really bad form to condense multiple things into one ticket, but here goes anyway.
1. `django.contrib.comments.moderation` currently listens for the `pre_save` and `post_save` signals, which means the moderation system misses out on important additional information available from the custom signals defined inside the comments application. 2. `moderation.py` currently contains some experimental code that I never documented, never tested and never shipped in any version of comment- utils. That code should not be shipping in Django. The attached patch deals with both of these issues, updates the relevant documentation and has passing tests. -- Ticket URL: <http://code.djangoproject.com/ticket/11113> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
