Upgrade notice for 0.10.7 (#1433)

This commit is contained in:
Gilbert Gilb's 2016-12-11 21:38:06 +01:00 committed by Stefan Wójcik
parent 0be6d3661a
commit 3135b456be

View File

@ -2,6 +2,13 @@
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
*****