1 Commits
Author SHA1 Message Date
Dave HalterandAdam Johnson 7c995572c6 Model.objects should be a ClassVar
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.
2022-11-03 13:36:03 +00:00