mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-23 12:21:28 +08:00
fifth iteration
This commit is contained in:
@@ -40,9 +40,7 @@ class Aggregate(Func):
|
||||
compiler: SQLCompiler,
|
||||
connection: DatabaseWrapper,
|
||||
**extra_context: Any
|
||||
) -> Tuple[
|
||||
str, Union[List[Union[int, str]], List[Decimal], List[float]]
|
||||
]: ...
|
||||
) -> Tuple[str, Union[List[Decimal], List[int]]]: ...
|
||||
|
||||
class Avg(Aggregate):
|
||||
filter: None
|
||||
|
||||
Reference in New Issue
Block a user