diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-09-25 17:38:35 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-09-25 17:38:35 +0000 |
| commit | 321a59a36a545cc90000e1661ba0ed145585eea9 (patch) | |
| tree | 2923853eef06b66b6f05c86e9539e1aa1d3bc7cc /django/conf | |
| parent | 61a1a1864d6e5aff91b87a57e76765000f910daa (diff) | |
Small improvements to profanities-to-settings move from [3784]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3837 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/conf')
| -rw-r--r-- | django/conf/global_settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py index dc30d3f1f4..11b1c0e08a 100644 --- a/django/conf/global_settings.py +++ b/django/conf/global_settings.py @@ -274,8 +274,8 @@ CACHE_MIDDLEWARE_KEY_PREFIX = '' COMMENTS_ALLOW_PROFANITIES = False # The profanities that will trigger a validation error in the -# 'hasNoProfanities' validator. All of these should be in lower-case. -PROFANITIES_LIST = ['asshat', 'asshead', 'asshole', 'cunt', 'fuck', 'gook', 'nigger', 'shit'] +# 'hasNoProfanities' validator. All of these should be in lowercase. +PROFANITIES_LIST = ('asshat', 'asshead', 'asshole', 'cunt', 'fuck', 'gook', 'nigger', 'shit') # The group ID that designates which users are banned. # Set to None if you're not using it. |
