diff options
Diffstat (limited to 'api-guide')
| -rw-r--r-- | api-guide/fields.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/api-guide/fields.html b/api-guide/fields.html index ad29a6cb..72ef27e4 100644 --- a/api-guide/fields.html +++ b/api-guide/fields.html @@ -258,7 +258,7 @@ Set to false if this field is not required to be present during deserialization.  <p>A dictionary of error codes to error messages.</p>  <h3 id="widget"><code>widget</code></h3>  <p>Used only if rendering the field to HTML. -This argument sets the widget that should be used to render the field.</p> +This argument sets the widget that should be used to render the field. For more details, and a list of available widgets, see <a href="https://docs.djangoproject.com/en/dev/ref/forms/widgets/">the Django documentation on form widgets</a>. </p>  <h3 id="label"><code>label</code></h3>  <p>A short text string that may be used as the name of the field in HTML form fields or other descriptive elements.</p>  <h3 id="help_text"><code>help_text</code></h3> | 
