From 623304a19dbbb7bfe67b865edbaf47205bdba429 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 18 Aug 2014 11:10:41 +0100 Subject: Latest docs deploy --- api-guide/fields.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api-guide') 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.

A dictionary of error codes to error messages.

widget

Used only if rendering the field to HTML. -This argument sets the widget that should be used to render the field.

+This argument sets the widget that should be used to render the field. For more details, and a list of available widgets, see the Django documentation on form widgets.

label

A short text string that may be used as the name of the field in HTML form fields or other descriptive elements.

help_text

-- cgit v1.2.3