Merge branch 'terencehonles-patch-1'

This commit is contained in:
Bastien Gérard 2020-05-23 23:12:33 +02:00
commit dc7da5204f

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