Re: Naughty word filter

2008-01-25 Thread Jeff Anderson
I have also written a patch for django to include a profanity template filter. It replaces words with asterisks or random symbols. http://code.djangoproject.com/ticket/6290 globophobe wrote: I'm preparing my site for general consumption and would prefer that naughty words not be presented in u

Re: Naughty word filter

2008-01-25 Thread globophobe
On Jan 26, 2:29 pm, Tim Chase <[EMAIL PROTECTED]> wrote: > Django comes with a naughty-word filter/validator, > hasNoProfanities.  Just set the PROFANITIES_LIST in your > settings.py to be the list of words you don't want to include.  I > believe there's already a mod

Re: Naughty word filter

2008-01-25 Thread Tim Chase
> I'm preparing my site for general consumption and would prefer that > naughty words not be presented in usernames or on public pages. Is > there a recommended way of filtering out the uncouth? Django comes with a naughty-word filter/validator, hasNoProfanities. Just set the PR

Naughty word filter

2008-01-25 Thread globophobe
I'm preparing my site for general consumption and would prefer that naughty words not be presented in usernames or on public pages. Is there a recommended way of filtering out the uncouth? --~--~-~--~~~---~--~~ You received this message because you are subscribed to