jazzband / django-polymorphic

Improved Django model inheritance with automatic downcasting
https://django-polymorphic.readthedocs.io
Other
1.61k stars 275 forks source link

Mypy stubs #579

Open thaysom22 opened 4 months ago

thaysom22 commented 4 months ago

Firstly, thank you to all contributors and maintainers, this is an excellent library.

I have been unable to find mention of any stubs for this library? Can anyone please point me in the right direction or let me know if there are any plans to provide this soon?

An instantiation of SubclassOfPolymorphicSerializer raises a myPy error:

call to untyped function "PolymorphicPhraseElementSerializer" in typed context  [no-untyped-call]
j-antunes commented 4 months ago

Hi! The project does not have anyone actively working on it. If you want, you are more than free to open a PR

thaysom22 commented 4 months ago

Thanks for getting back to me. Has there been much interest in it?

j-antunes commented 4 months ago

I think you are the first one showing interesting.