Fix requirement Pillow < 7 to mention it is for tests only

This commit is contained in:
Terence Honles 2020-05-19 10:23:07 -07:00 committed by GitHub
parent 3db9d58dac
commit d8657be320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ Changes in 0.20.0
Changes in 0.19.1
=================
- Requires Pillow < 7.0.0 as it dropped Python2 support
- Tests require Pillow < 7.0.0 as it dropped Python2 support
- DEPRECATION: The interface of ``QuerySet.aggregate`` method was changed, it no longer takes an unpacked list of
pipeline steps (*pipeline) but simply takes the pipeline list just like ``pymongo.Collection.aggregate`` does. #2079