mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-07-19 22:50:33 +08:00
Model.objects is only available on classes and while we cannot force this, without ClassVar it's kind of only available on instances. I have noticed this when I was writing a Jedi plugin that makes django-stubs work properly.