add Max aggregation

This commit is contained in:
Maxim Kurnikov
2018-12-20 23:29:19 +03:00
parent 1cdf6af832
commit 863aa6ea48

View File

@@ -1,6 +1,6 @@
from .base import Model as Model from .base import Model as Model
from .aggregates import Aggregate as Aggregate, Sum as Sum, Variance as Variance, Count as Count from .aggregates import Aggregate as Aggregate, Sum as Sum, Variance as Variance, Count as Count, Max as Max
from .fields import ( from .fields import (
AutoField as AutoField, AutoField as AutoField,