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
When running mypy, I get an error about that line error: Couldn't resolve related manager for relation 'tagged_recipes' with the actual error being [django-manager-missing]
This is with the following versions:
Django 5.0.6
django-taggit 5.0.1
mypy 1.10.1
django-stubs 5.0.2
django-stubs-ext 5.0.2
The text was updated successfully, but these errors were encountered:
I have a model with a
TaggableManager
for a model with direct foreign keys defined, per the docs:and then on the
Recipe
model:When running mypy, I get an error about that line
error: Couldn't resolve related manager for relation 'tagged_recipes'
with the actual error being[django-manager-missing]
This is with the following versions:
Django 5.0.6
django-taggit 5.0.1
mypy 1.10.1
django-stubs 5.0.2
django-stubs-ext 5.0.2
The text was updated successfully, but these errors were encountered: