Django follow queryset methods Follow
Hello, is it possible to make PyCharm follow QuerySet methods? In Django they can be easily chained, but seems like PyCharm does not like that. See the screenshot below. That's a valid call.
Is there a setting that I can turn to support this?
Thanks in advance, really appreciate your help.
Luke
Please sign in to leave a comment.
Nevermind, I've just found that issue: https://youtrack.jetbrains.com/issue/PY-22616 It is pretty much it. And no fix yet :(
Thanks anyways.