add some db.models.aggregates exported imports

This commit is contained in:
Maxim Kurnikov
2018-12-20 23:16:10 +03:00
parent 610e64b5c2
commit db50c59179

View File

@@ -1,5 +1,7 @@
from .base import Model as Model
from .aggregates import Aggregate as Aggregate, Sum as Sum, Variance as Variance, Count as Count
from .fields import (
AutoField as AutoField,
IntegerField as IntegerField,
@@ -44,5 +46,3 @@ from .expressions import (
)
from .manager import BaseManager as BaseManager, Manager as Manager
from .aggregates import Count as Count, Aggregate as Aggregate