mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 21:46:43 +08:00
fix ci
This commit is contained in:
@@ -133,6 +133,9 @@ IGNORED_ERRORS = {
|
|||||||
'db_typecasts': [
|
'db_typecasts': [
|
||||||
'"object" has no attribute "__iter__"; maybe "__str__" or "__dir__"? (not iterable)'
|
'"object" has no attribute "__iter__"; maybe "__str__" or "__dir__"? (not iterable)'
|
||||||
],
|
],
|
||||||
|
'expressions': [
|
||||||
|
'Argument 1 to "Subquery" has incompatible type "Sequence[Dict[str, Any]]"; expected "QuerySet[Any]"'
|
||||||
|
],
|
||||||
'from_db_value': [
|
'from_db_value': [
|
||||||
'has no attribute "vendor"'
|
'has no attribute "vendor"'
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user