From 49f57a5d28c175b24c215e6329f5fc12a5cccc34 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sun, 29 May 2011 17:41:04 +0000 Subject: Fixed #15992 -- Added more references to settings. Thanks, aaugustin. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16290 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/forms/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 3bc0659c3d..96f1be949b 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -764,7 +764,7 @@ Takes the following optional arguments: .. attribute:: URLField.validator_user_agent String used as the user-agent used when checking for a URL's existence. - Defaults to the value of the ``URL_VALIDATOR_USER_AGENT`` setting. + Defaults to the value of the :setting:`URL_VALIDATOR_USER_AGENT` setting. .. versionchanged:: 1.2 The URLField previously did not recognize URLs as valid that contained an IDN -- cgit v1.3