aboutsummaryrefslogtreecommitdiffstats
path: root/api-guide
diff options
context:
space:
mode:
authorTom Christie2014-08-18 11:10:41 +0100
committerTom Christie2014-08-18 11:10:41 +0100
commit623304a19dbbb7bfe67b865edbaf47205bdba429 (patch)
tree5154224dbe15415f5613d9a3db76b622ad1d944e /api-guide
parent435ba7e5a88674513e20da19562b311721cc930f (diff)
downloaddjango-rest-framework-623304a19dbbb7bfe67b865edbaf47205bdba429.tar.bz2
Latest docs deploy
Diffstat (limited to 'api-guide')
-rw-r--r--api-guide/fields.html2
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>