sbdchd / django-types

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

fix: Fix type for ManyToManyRelatedManager.through #132

Closed last-partizan closed 1 year ago

last-partizan commented 1 year ago

This isn't "RelatedManager", this is model itself.

sbdchd commented 1 year ago

Thank you!