mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
Merge 1d33e11e7a
into b9cb9929b9
This commit is contained in:
commit
95872b5267
|
@ -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