|
60 | 60 | '"BaseTokenAuthTests" has no attribute "assertNumQueries"',
|
61 | 61 | 'Module "django.middleware.csrf" has no attribute "_mask_cipher_secret"',
|
62 | 62 | "All conditional function variants must have identical signatures",
|
| 63 | + "note: def _get_new_csrf_token() ->", |
| 64 | + "note: Original:", |
| 65 | + "note: Redefinition:", |
63 | 66 | ],
|
64 | 67 | "schemas": [
|
65 | 68 | '(expression has type "CharField", base class "Field" defined the type as "bool")',
|
|
77 | 80 | 'Argument "patterns" to "SchemaGenerator" has incompatible type "List[object]"',
|
78 | 81 | 'Argument 1 to "field_to_schema" has incompatible type "object"; expected "Field[Any, Any, Any, Any]"',
|
79 | 82 | 'Argument "help_text" to "CharField" has incompatible type "_StrPromise"',
|
| 83 | + '"Module rest_framework.schemas.coreapi" does not explicitly export attribute "coreapi"', |
80 | 84 | ],
|
81 | 85 | "browsable_api": [
|
82 | 86 | '(expression has type "List[Dict[str, Dict[str, int]]]", base class "GenericAPIView" defined the type as "Union[QuerySet[_MT?], Manager[_MT?], None]")', # noqa: E501
|
|
114 | 118 | 'Argument "params" to "ValidationError" has incompatible type "Tuple[str]"',
|
115 | 119 | '"MultipleChoiceField[Model]" has no attribute "partial"',
|
116 | 120 | 'Argument 1 to "to_internal_value" of "Field" has incompatible type "Dict[str, str]"; expected "List[Any]"',
|
117 |
| - 'Module "rest_framework.fields" has no attribute "DjangoImageField"; maybe "ImageField"?', |
| 121 | + 'Module "rest_framework.fields" does not explicitly export attribute "DjangoImageField"', |
118 | 122 | 'Argument 1 to "ListField" has incompatible type "CharField"; expected "bool"',
|
119 | 123 | "Possible overload variants:",
|
120 | 124 | "def __init__(self, *, mutable: Literal[True], query_string: Union[str, bytes, None] = ..., encoding: Optional[str] = ...) -> QueryDict", # noqa: E501
|
|
0 commit comments