diff options
| author | Tom Christie | 2014-08-18 10:58:00 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-08-18 10:58:00 +0100 | 
| commit | 6edbabe0e1ffa8111284c0af94a8f878f7056413 (patch) | |
| tree | 2d3c107d3c5a182bb15aa77311f691be2bacb5b1 /docs/api-guide | |
| parent | b9cb9929b98c16cb056fa27109fbd6fe37c25111 (diff) | |
| download | django-rest-framework-6edbabe0e1ffa8111284c0af94a8f878f7056413.tar.bz2 | |
Link to Django docs on widgets. Closes #1760.
Diffstat (limited to 'docs/api-guide')
| -rw-r--r-- | docs/api-guide/fields.md | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md index dd279541..b41e0ebc 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 more details, and a list of available widgets, see [the Django documentation on form widgets][django-widgets].   ### `label` @@ -370,6 +370,7 @@ The [django-rest-framework-gis][django-rest-framework-gis] package provides geog  [FILE_UPLOAD_HANDLERS]: https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-FILE_UPLOAD_HANDLERS  [ecma262]: http://ecma-international.org/ecma-262/5.1/#sec-15.9.1.15  [strftime]: http://docs.python.org/2/library/datetime.html#strftime-and-strptime-behavior +[django-widgets]: https://docs.djangoproject.com/en/dev/ref/forms/widgets/  [iso8601]: http://www.w3.org/TR/NOTE-datetime  [drf-compound-fields]: http://drf-compound-fields.readthedocs.org  [drf-extra-fields]: https://github.com/Hipo/drf-extra-fields | 
