typeddjango / django-stubs

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

add PlaceholderNode when deferring manager class hook #2228

Closed asottile closed 1 week ago

asottile commented 3 weeks ago

see #2224

asottile commented 3 weeks ago

ok so this passes the current tests -- but how do I demonstrate the improvement is tricky. I need to somehow make a circular Manager <-> QuerySet ? would appreciate some help on writing a test for this :S