typeddjango / django-stubs

PEP-484 stubs for Django
MIT License
1.52k stars 425 forks source link

Make plugin handle explicitly declared reverse descriptors for FKs #2230

Closed flaeppe closed 2 weeks ago

flaeppe commented 3 weeks ago

If a reverse descriptor was explicitly declared on a model, the plugin skipped to create a more specific subclass for its related manager.

Refs: #2227

flaeppe commented 2 weeks ago

What do you think? Does this look fine?