aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/fields.md
diff options
context:
space:
mode:
authorTom Christie2013-01-29 09:15:08 +0000
committerTom Christie2013-01-29 09:15:16 +0000
commit1929159db1b45ef28d1f7fdf0bea9d0867af13f3 (patch)
tree3ff1d7c0ba3a4a6e2245911250c2ad8fc8f9e4ee /docs/api-guide/fields.md
parent5f065153c31b586ca058deb8f6bd48303e3628e5 (diff)
downloaddjango-rest-framework-1929159db1b45ef28d1f7fdf0bea9d0867af13f3.tar.bz2
Docs tweaks.
Diffstat (limited to 'docs/api-guide/fields.md')
-rw-r--r--docs/api-guide/fields.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md
index e43282ce..3f8a36e2 100644
--- a/docs/api-guide/fields.md
+++ b/docs/api-guide/fields.md
@@ -240,7 +240,9 @@ Signature and validation is the same as with `FileField`.
---
**Note:** `FileFields` and `ImageFields` are only suitable for use with MultiPartParser, since e.g. json doesn't support file uploads.
-Django's regular [FILE_UPLOAD_HANDLERS] are used for handling uploaded files.
+Django's regular [FILE_UPLOAD_HANDLERS] are used for handling uploaded files.
+
+---
[cite]: https://docs.djangoproject.com/en/dev/ref/forms/api/#django.forms.Form.cleaned_data
[FILE_UPLOAD_HANDLERS]: https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-FILE_UPLOAD_HANDLERS