sbdchd / django-types

:doughnut: Type stubs for Django
MIT License
188 stars 62 forks source link

Improve objects inside Model #54

Closed bellini666 closed 2 years ago

bellini666 commented 2 years ago

With this change we should be able to get Foo.objects to return Manager[Foo] without having to manually type it.

sbdchd commented 2 years ago

Nice work! This is a great win, making these types easier to use