Translations update from Hosted Weblate #2770
Annotations
3 errors and 14 warnings
Set up Python
/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:77: DeprecationWarning: Unimplemented abstract methods {'locate_file'}
return cls(files, info_location)
|
Generate OpenAPI:
weblate/api/views.py#L2266
[Search]: unable to guess serializer. This is graceful fallback handling for APIViews. Consider using GenericAPIView as view base class, if view is under your control. Either way you may want to add a serializer_class (or method). Ignoring view for now.
|
Generate OpenAPI:
weblate/api/views.py#L2322
[TasksViewSet]: unable to guess serializer. This is graceful fallback handling for APIViews. Consider using GenericAPIView as view base class, if view is under your control. Either way you may want to add a serializer_class (or method). Ignoring view for now.
|
openapi-lint:
weblate-openapi.yaml#L61785
Tag object should contain `description` field.
|
openapi-lint:
weblate-openapi.yaml#L61786
Tag object should contain `description` field.
|
openapi-lint:
weblate-openapi.yaml#L61787
Tag object should contain `description` field.
|
openapi-lint:
weblate-openapi.yaml#L61788
Tag object should contain `description` field.
|
openapi-lint:
weblate-openapi.yaml#L61789
Tag object should contain `description` field.
|
openapi-lint:
weblate-openapi.yaml#L61796
Tag object should contain `description` field.
|
openapi-lint:
weblate-openapi.yaml#L61797
Tag object should contain `description` field.
|
openapi-lint:
weblate-openapi.yaml#L61809
Tag object should contain `description` field.
|
openapi-lint:
weblate-openapi.yaml#L61812
Tag object should contain `description` field.
|
openapi-lint:
weblate-openapi.yaml#L15
Operation object should contain `summary` field.
|
Generate OpenAPI:
weblate/api/views.py#L2090
[ComponentListViewSet]: could not derive type of path parameter "component_slug" because model "weblate.trans.models.componentlist.ComponentList" contained no such field. Consider annotating parameter with @extend_schema. Defaulting to "string".
|
Generate OpenAPI:
weblate/api/views.py#L1218
[ComponentViewSet]: could not derive type of path parameter "project_slug" because model "weblate.trans.models.component.Component" contained no such field. Consider annotating parameter with @extend_schema. Defaulting to "string".
|
Generate OpenAPI:
weblate/api/views.py#L546
[GroupViewSet]: could not derive type of path parameter "language_code" because model "weblate.auth.models.Group" contained no such field. Consider annotating parameter with @extend_schema. Defaulting to "string".
|
Generate OpenAPI:
weblate/api/serializers.py#L286
[RoleViewSet > RoleSerializer]: could not resolve serializer field "PermissionSerializer()". Defaulting to "string"
|
Loading