Translated using Weblate (Dutch) #109
Annotations
11 errors
mypy
Process completed with exit code 2.
|
mypy:
weblate/lang/models.py#L9
Module "gettext" has no attribute "c2py"
|
mypy:
weblate/lang/models.py#L452
Unsupported dynamic base class "models.Manager.from_queryset"
|
mypy:
weblate/trans/models/change.py#L15
Module "django.db.models.base" has no attribute "post_save"
|
mypy:
weblate/trans/models/change.py#L287
"ChangeManager" has no attribute "filter_projects"
|
mypy:
weblate/trans/models/change.py#L696
Item "None" of "Translation | None" has no attribute "stats"
|
mypy:
weblate/trans/models/change.py#L738
Need type annotation for "notify_state" (hint: "notify_state: dict[<type>, <type>] = ...")
|
mypy:
weblate/trans/models/change.py#L762
Argument 1 to "store_last_change" of "Change" has incompatible type "Translation | None"; expected "Translation"
|
mypy:
weblate/trans/models/change.py#L785
Name "get_action_display" already defined on line 291
|
mypy:
weblate/trans/models/change.py#L935
Item "None" of "Unit | None" has no attribute "source"
|
mypy:
weblate/trans/models/change.py#L959
"Task[[Any], None]" has no attribute "delay_on_commit"
|