From 321a59a36a545cc90000e1661ba0ed145585eea9 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 25 Sep 2006 17:38:35 +0000 Subject: 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 --- docs/settings.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/settings.txt b/docs/settings.txt index 65113b3c30..61355c46ad 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -599,8 +599,11 @@ See also ``APPEND_SLASH``. PROFANITIES_LIST ---------------- -A list of profanities that will trigger a validation error when the -``hasNoProfanities`` validator is called. +A tuple of profanities, as strings, that will trigger a validation error when +the ``hasNoProfanities`` validator is called. + +We don't list the default values here, because that would be profane. To see +the default values, see the file ``django/conf/global_settings.py``. ROOT_URLCONF ------------ -- cgit v1.3