aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/fields.md
diff options
context:
space:
mode:
authorTom Christie2014-11-25 16:06:45 +0000
committerTom Christie2014-11-25 16:06:45 +0000
commit306916aca126dfbe61fe9d1f0052c5cce921b669 (patch)
treee2f4036fa043ec501d5c85ae3e7e8fb91408f051 /docs/api-guide/fields.md
parent64d8e3dcb6846610e1908e067962b0c8457a86f8 (diff)
parent84b34d43307704ad8240b871a48dcd6e73848cd1 (diff)
downloaddjango-rest-framework-306916aca126dfbe61fe9d1f0052c5cce921b669.tar.bz2
Merge branch 'd0ugal-mkdocs'
Diffstat (limited to 'docs/api-guide/fields.md')
-rw-r--r--docs/api-guide/fields.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md
index 292a51d8..354ec966 100644
--- a/docs/api-guide/fields.md
+++ b/docs/api-guide/fields.md
@@ -1,4 +1,4 @@
-<a class="github" href="fields.py"></a>
+source: fields.py
# Serializer fields
@@ -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. For more details, and a list of available widgets, see [the Django documentation on form widgets][django-widgets].
+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`