|
56 | 56 | '"_MonkeyPatchedWSGIResponse" has no attribute "content"', |
57 | 57 | '"_MonkeyPatchedWSGIResponse" has no attribute "data"', |
58 | 58 | '" defined here', |
| 59 | + '" has no attribute "id"', |
59 | 60 | ], |
60 | 61 | "authentication": [ |
61 | 62 | 'Argument 1 to "post" of "APIClient" has incompatible type "None"; expected "str', |
|
82 | 83 | 'Incompatible types in assignment (expression has type "AsView[GenericView]", variable has type "AsView[Callable[[HttpRequest], Any]]")', # noqa: E501 |
83 | 84 | 'Argument "patterns" to "SchemaGenerator" has incompatible type "List[object]"', |
84 | 85 | 'Argument 1 to "field_to_schema" has incompatible type "object"; expected "Field[Any, Any, Any, Any]"', |
85 | | - 'Argument "help_text" to "CharField" has incompatible type "_StrPromise"', |
86 | 86 | '"Module rest_framework.schemas.coreapi" does not explicitly export attribute "coreapi"', |
87 | 87 | ], |
88 | 88 | "browsable_api": [ |
|
91 | 91 | "models.py": [ |
92 | 92 | '"ForeignKeyTarget" has no attribute "sources"', |
93 | 93 | '"CustomManager" not callable', |
| 94 | + 'Incompatible types in assignment (expression has type "Type[BaseManager[Any]]", variable has type "Type[CustomManager]")', # noqa: E501 |
94 | 95 | ], |
95 | 96 | "test_authtoken.py": [ |
96 | 97 | 'Item "None" of "Optional[Token]" has no attribute "key"', |
|
127 | 128 | "test_generics.py": [ |
128 | 129 | 'has incompatible type "str"', |
129 | 130 | '"Response" has no attribute "serializer"', |
130 | | - ' Incompatible types in assignment (expression has type "Type[SlugSerializer]", base class "InstanceView" defined the type as "Type[BasicSerializer]")', # noqa: E501 |
| 131 | + 'Incompatible types in assignment (expression has type "Type[SlugSerializer]", base class "InstanceView" defined the type as "Type[BasicSerializer]")', # noqa: E501 |
| 132 | + 'Incompatible types in assignment (expression has type "_QuerySet[SlugBasedModel, SlugBasedModel]", base class "InstanceView" defined the type as "_QuerySet[BasicModel, BasicModel]")', # noqa: E501 |
131 | 133 | ], |
132 | 134 | "test_htmlrenderer.py": [ |
133 | 135 | 'to "get_template_names" of "TemplateHTMLRenderer" has incompatible type', |
|
138 | 140 | "test_model_serializer.py": [ |
139 | 141 | '"Field[Any, Any, Any, Any]" has no attribute', |
140 | 142 | 'base class "Meta" defined the type as', |
| 143 | + '"OneFieldModel" has no attribute "additional_attr"', |
141 | 144 | ], |
142 | 145 | "test_negotiation.py": ['has incompatible type "None"'], |
143 | 146 | "test_pagination.py": [ |
144 | 147 | "(not iterable)", |
145 | 148 | 'has incompatible type "range"', |
146 | 149 | 'expected "Iterable[Any]"', |
| 150 | + 'Value of type variable "_MT" of "paginate_queryset" of "CursorPagination" cannot be "object"', |
| 151 | + 'Value of type "Union[object, Any]" is not indexable', |
147 | 152 | ], |
148 | 153 | "test_parsers.py": ['"object" has no attribute', 'Argument 1 to "isnan" has incompatible type'], |
149 | 154 | "test_permissions.py": [ |
|
160 | 165 | 'Argument 2 to "re_path" has incompatible type "Callable[[], None]"; expected "Callable[..., HttpResponseBase]"', # noqa: E501 |
161 | 166 | ], |
162 | 167 | "test_relations_pk.py": [ |
163 | | - '"OneToOneTarget" has no attribute "id"', |
164 | 168 | '"Field[Any, Any, Any, Any]" has no attribute "get_queryset', |
165 | 169 | ], |
166 | 170 | "test_renderers.py": [ |
|
180 | 184 | '"BasenameTestCase" has no attribute "router"', |
181 | 185 | 'Unexpected keyword argument "use_regex_path" for "SimpleRouter"', |
182 | 186 | ], |
183 | | - "test_reverse.py": [ |
184 | | - 'Incompatible types in assignment (expression has type "MockVersioningScheme", variable has type "Optional[BaseVersioning]', # noqa: E501 |
185 | | - ], |
186 | 187 | "test_serializer.py": [ |
187 | 188 | "base class", |
188 | 189 | '"CharField" has incompatible type "Collection[Any]"', |
|
0 commit comments