Re: does django.contrib.comments package have a profanity filter

2006-06-09 Thread [EMAIL PROTECTED]
Note that if anyone comments on the northern English town of "Scunthorpe" it will get caught as a profanity! This has happened on websites before (but not Django ones, this was a while ago). One particularly strict profanity filter eliminated half the country from registering on the site - anyone

Re: does django.contrib.comments package have a profanity filter

2006-06-09 Thread Rickey Zachary
hey Adrian I have another quick question i haven't been able to find any indication of when 0.95 is going to be released on djangoproject.com is it still going to be released, and if yes about when. Thanks a bunch --~--~-~--~~~---~--~~ You received this message b

Re: does django.contrib.comments package have a profanity filter

2006-06-08 Thread Rickey Zachary
thanks... --~--~-~--~~~---~--~~ 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 PROTE

Re: does django.contrib.comments package have a profanity filter

2006-06-08 Thread Adrian Holovaty
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

does django.contrib.comments package have a profanity filter

2006-06-08 Thread Rickey Zachary
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.