sbdchd / django-types

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

Improve related fields and many to many typing #63

Closed bellini666 closed 2 years ago

bellini666 commented 2 years ago

This was built on top of https://github.com/sbdchd/django-types/pull/73, so merging it should only keep this PR's change

Fix https://github.com/sbdchd/django-types/issues/51

bellini666 commented 2 years ago

Just rebased this on top of latest changes

bellini666 commented 2 years ago

@sbdchd just rebased this on top of https://github.com/sbdchd/django-types/pull/73 and simplified some code, also adding some more testings.

Please tell me if there's anything missing for this to be merged.