Adam Birds
Adam Birds
I think the idea of @benjiko99 is a good one. I have a preferred IDE for most stuff which is VS Code, but I also use Atom, Sublime, Powershell ISE,...
I was suffering the same issue, creating a custom manager which needed to be typed with the model class that hadn't been declared yet because the model required the manager...
I have temp got round this by just specifying it with `Any` but not ideal.
I'm still having this issue too. How can we fix it? Or at least set it to ignore if you aren't going to.
Yes that's the way I was doing it, just manually adding the primary key to the field, but yeah would just make things quicker to have an option in the...
A preference seems the best way for me.
How is this still an issue 8 years later. I am getting this wagtail v6 and can' reverse all migrations to zero and uninstall the app due to this permission...
Is there a fix for this yet as it is really annoying having all these errors when it isn't an issue.
Okay, at least in my instance, the issue seems to be because I have a setup like this: organization/repo - Main repository. Secrets/vars are done on this. myuser/repo - Fork...
This really needs to be a priority now. Hardly writing any synchronous code anymore. Even Django is heading mostly to async if you want support for websockets or channels. Any...