Visual Studio Code – Django – VS Code – custom model manager method typing
I'm trying custom model managers to add annotations to querysets. My problem, which started as a little annoyance but I now realize can be an actual problem, is that VS Code does not recognise the methods defined in the custom…