type fixes

This commit is contained in:
vargi 2014-07-17 16:43:52 +03:00
parent 92566cce56
commit ffdf2ffb19
3 changed files with 2 additions and 3 deletions

View File

@ -299,7 +299,6 @@ Requires either the `Pillow` package or `PIL` package. The `Pillow` package is
Signature and validation is the same as with `FileField`. 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. **Note:** `FileFields` and `ImageFields` are only suitable for use with MultiPartParser, since e.g. json doesn't support file uploads.