On 6/8/06, Rickey Zachary <[EMAIL PROTECTED]> wrote:
> I have set up a django project using hte built in comment system, i wan
> tto filter out comments that contain profanity. I have a generic view
> so i cannot use javascript to filter it out on the client side and was
> wondering if django had a built in comment filtering system, to filter
> out profanity.

Yes, the comments are filtered according to the
COMMENTS_ALLOW_PROFANITIES setting. For a good time, see the profanity
list in django.core.validators.hasNoProfanities.

Note that the comments system is (still) undocumented and may change
at any time.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to