i was having trouble enabling comment moderation in my app, so i
decided to make a test app that would follow the docs at
http://docs.djangoproject.com/en/dev/ref/contrib/comments/moderation/
as closely as possible.

Unfortunately, moderation still isn't working for me:

- If i create an Entry with `enable_comments=False` i can post a
comment to it anyway.
- If i set the moderator's allow() method to always be False, i expect
every comment to be in the moderation queue.  None are.

It's as if the Entry model isn't registered with the moderator at all.

http://dpaste.com/78253/

Did i set something up wrong?  Are the docs incorrect/incomplete?  Is
there a bug in the moderation code?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to