diff options
| author | Tom Christie | 2013-11-27 04:55:59 -0800 |
|---|---|---|
| committer | Tom Christie | 2013-11-27 04:55:59 -0800 |
| commit | 6ceb0fa94a3d0cc7b01ea56fe2abab1b85581630 (patch) | |
| tree | ac980ef1628f131d02eb805344efb742bbdecd49 /docs | |
| parent | 43c4e3aab8b689bc846e52ef9bc512d1639205b6 (diff) | |
| parent | c46106c96158a99eb2ff29c464a2fa60aff23122 (diff) | |
| download | django-rest-framework-6ceb0fa94a3d0cc7b01ea56fe2abab1b85581630.tar.bz2 | |
Merge pull request #1252 from thedrow/patch-3
Recommend using Pillow instead of PIL.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api-guide/fields.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md index 03c5af32..e05c0306 100644 --- a/docs/api-guide/fields.md +++ b/docs/api-guide/fields.md @@ -286,7 +286,7 @@ An image representation. Corresponds to `django.forms.fields.ImageField`. -Requires the `PIL` package. +Requires either the `Pillow` package or `PIL` package. The `Pillow` package is recommended, as `PIL` is no longer actively maintained. Signature and validation is the same as with `FileField`. |
