diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-05-29 17:41:04 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-05-29 17:41:04 +0000 |
| commit | 49f57a5d28c175b24c215e6329f5fc12a5cccc34 (patch) | |
| tree | c29b6833a0f3069d08a72dd2cafb025ca237ce5e /docs/ref/forms | |
| parent | 61da3cc47ae9f0c02fc8469f81d77dbd8b3c8961 (diff) | |
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
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
