Merge branch 'master' of github.com:MongoEngine/mongoengine into improve-health-2

This commit is contained in:
Stefan Wojcik 2016-12-11 15:38:29 -05:00
commit d51788050f

View File

@ -2,6 +2,13 @@
Upgrading Upgrading
######### #########
0.10.7
******
`QuerySet.aggregate_sum` and `QuerySet.aggregate_average` are dropped. Use
`QuerySet.sum` and `QuerySet.average` instead which use the aggreation framework
by default from now on.
0.9.0 0.9.0
***** *****