mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 14:01:56 +08:00
add some db.models.aggregates exported imports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user