mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
describe how to find available widgets for serializer fields
This commit is contained in:
parent
4c60639595
commit
1d33e11e7a
|
@ -62,7 +62,7 @@ A dictionary of error codes to error messages.
|
||||||
### `widget`
|
### `widget`
|
||||||
|
|
||||||
Used only if rendering the field to HTML.
|
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`
|
### `label`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user