mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-13 23:41:55 +08:00
update import_all test, add some stubs for postgres (#178)
This commit is contained in:
11
django-stubs/contrib/postgres/aggregates/general.pyi
Normal file
11
django-stubs/contrib/postgres/aggregates/general.pyi
Normal file
@@ -0,0 +1,11 @@
|
||||
from django.db.models.aggregates import Aggregate
|
||||
|
||||
from .mixins import OrderableAggMixin
|
||||
|
||||
class ArrayAgg(OrderableAggMixin, Aggregate): ...
|
||||
class BitAnd(Aggregate): ...
|
||||
class BitOr(Aggregate): ...
|
||||
class BoolAnd(Aggregate): ...
|
||||
class BoolOr(Aggregate): ...
|
||||
class JSONBAgg(Aggregate): ...
|
||||
class StringAgg(OrderableAggMixin, Aggregate): ...
|
||||
Reference in New Issue
Block a user