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