Baran Yildirim

Results 2 comments of Baran Yildirim

Also doesn't work for me in mypy. I think we need to invert the logic here: ``` if TYPE_CHECKING: # noinspection PyUnresolvedReferences from django.db.models.fields.related_descriptors import ManyRelatedManager as ManyRelatedManager # noinspection...

> I tried @baranyildirim but this make mypy crash Ignore my previous comment - `from django_stubs_ext.db.models.manager import RelatedManager` is what I needed. I have a configuration that uses both pylance...