mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 01:57:00 +03:00
Rephrased documentation changes according to feedback on IRC.
This commit is contained in:
parent
b8f8fb7779
commit
c46106c961
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user