sbdchd / django-types

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

port callable RelatedManager from django-stubs #182

Closed fledman closed 1 year ago

fledman commented 1 year ago

RelatedManager is actually callable, to support custom reverse managers. See Django documentation

django-stubs updated their type spec a while back to support this.

I was hoping that change could be ported to django-types.