Skip to content

Commit 3135b45

Browse files
gilbsgilbswojcikstefan
authored andcommitted
Upgrade notice for 0.10.7 (#1433)
1 parent 0be6d36 commit 3135b45

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/upgrade.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Upgrading
33
#########
44

5+
0.10.7
6+
******
7+
8+
`QuerySet.aggregate_sum` and `QuerySet.aggregate_average` are dropped. Use
9+
`QuerySet.sum` and `QuerySet.average` instead which use the aggreation framework
10+
by default from now on.
11+
512
0.9.0
613
*****
714

0 commit comments

Comments
 (0)