diff options
| author | Omer Katz | 2013-11-27 14:47:37 +0200 | 
|---|---|---|
| committer | Omer Katz | 2013-11-27 14:47:37 +0200 | 
| commit | c46106c96158a99eb2ff29c464a2fa60aff23122 (patch) | |
| tree | ac980ef1628f131d02eb805344efb742bbdecd49 /docs/api-guide/fields.md | |
| parent | b8f8fb7779dc01b5117e468345aaf99304f807ac (diff) | |
| download | django-rest-framework-c46106c96158a99eb2ff29c464a2fa60aff23122.tar.bz2 | |
Rephrased documentation changes according to feedback on IRC.
Diffstat (limited to 'docs/api-guide/fields.md')
| -rw-r--r-- | docs/api-guide/fields.md | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md index b0dedd39..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 either the `Pillow` package or `PIL` package. It is strongly recommends to use `Pillow` where possible. `PIL` is practically unmaintained and introduces [many problems][pilproblems]. +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`. @@ -345,4 +345,3 @@ As an example, let's create a field that can be used represent the class name of  [ecma262]: http://ecma-international.org/ecma-262/5.1/#sec-15.9.1.15  [strftime]: http://docs.python.org/2/library/datetime.html#strftime-and-strptime-behavior  [iso8601]: http://www.w3.org/TR/NOTE-datetime -[pilproblems]: http://pillow.readthedocs.org/en/latest/about.html | 
