aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2013-11-27 04:55:59 -0800
committerTom Christie2013-11-27 04:55:59 -0800
commit6ceb0fa94a3d0cc7b01ea56fe2abab1b85581630 (patch)
treeac980ef1628f131d02eb805344efb742bbdecd49 /docs
parent43c4e3aab8b689bc846e52ef9bc512d1639205b6 (diff)
parentc46106c96158a99eb2ff29c464a2fa60aff23122 (diff)
downloaddjango-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.md2
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`.