This commit is contained in:
Maxim Kurnikov
2019-02-04 19:38:19 +03:00
parent 69d4ccaf54
commit 38291e0651

View File

@@ -121,6 +121,9 @@ IGNORED_ERRORS = {
'Argument 1 to "get_list_or_404" has incompatible type "List[Type[Article]]"; ' 'Argument 1 to "get_list_or_404" has incompatible type "List[Type[Article]]"; '
+ 'expected "Union[Type[Model], Manager[Any], QuerySet[Any]]"' + 'expected "Union[Type[Model], Manager[Any], QuerySet[Any]]"'
], ],
'handlers': [
'"HttpRequest" has no attribute "environ"'
],
'model_inheritance_regress': [ 'model_inheritance_regress': [
'Incompatible types in assignment (expression has type "List[Supplier]", variable has type "QuerySet[Supplier]")' 'Incompatible types in assignment (expression has type "List[Supplier]", variable has type "QuerySet[Supplier]")'
], ],