You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using mypy and django-stubs to do type checking in my projects and I noticed that as I soon as I add a TranslationField on a model, I get an error from mypy:
error: Could not resolve manager type for "myapp.models.Industry.objects" [django-manager-missing]
I'm not sure yet if it's a problem with this library, mypy of django-stubs. Does this problem ring a bell? I'll try to put together a minimal project that reproduces the issue.
The text was updated successfully, but these errors were encountered:
I'm using
mypy
anddjango-stubs
to do type checking in my projects and I noticed that as I soon as I add aTranslationField
on a model, I get an error from mypy:I'm not sure yet if it's a problem with this library, mypy of django-stubs. Does this problem ring a bell? I'll try to put together a minimal project that reproduces the issue.
The text was updated successfully, but these errors were encountered: