From 1d33e11e7a60ebd193cb1a084fc811ffa09cbd4a Mon Sep 17 00:00:00 2001 From: Rob Terhaar Date: Fri, 15 Aug 2014 11:22:55 -0400 Subject: [PATCH] describe how to find available widgets for serializer fields --- docs/api-guide/fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md index dd2795415..260499c8a 100644 --- a/docs/api-guide/fields.md +++ b/docs/api-guide/fields.md @@ -62,7 +62,7 @@ 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 a list of available widgets, see https://docs.djangoproject.com/en/dev/ref/forms/widgets/ or `django.forms.widgets`. ### `label`