This commit is contained in:
Maxim Kurnikov
2019-02-07 02:10:53 +03:00
parent f7b586f038
commit faee26703e

View File

@@ -133,6 +133,9 @@ IGNORED_ERRORS = {
'db_typecasts': [
'"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': [
'has no attribute "vendor"'
],