mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 04:54:48 +08:00
fix
This commit is contained in:
@@ -75,9 +75,10 @@ IGNORED_ERRORS = {
|
||||
'"object" not callable'
|
||||
],
|
||||
'aggregation': [
|
||||
'Incompatible types in assignment (expression has type "QuerySet[Any]", variable has type "List[Any]")',
|
||||
'"as_sql" undefined in superclass',
|
||||
'Incompatible types in assignment (expression has type "FlatValuesListIterable", variable has type "ValuesListIterable")'
|
||||
'Incompatible types in assignment (expression has type "QuerySet[Any]", variable has type "List[Any]")'
|
||||
+ '"as_sql" undefined in superclass',
|
||||
'Incompatible types in assignment (expression has type "FlatValuesListIterable", '
|
||||
+ 'variable has type "ValuesListIterable")'
|
||||
],
|
||||
'aggregation_regress': [
|
||||
'Incompatible types in assignment (expression has type "List[str]", variable has type "QuerySet[Author]")',
|
||||
|
||||
Reference in New Issue
Block a user