describe how to find available widgets for serializer fields

This commit is contained in:
Rob Terhaar 2014-08-15 11:22:55 -04:00
parent 4c60639595
commit 1d33e11e7a

View File

@ -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`