sbdchd / django-types

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

fix for missing CharField signatures in pylance/pyright. #143

Closed bschnurr closed 1 year ago

bschnurr commented 1 year ago

https://github.com/microsoft/pylance-release/issues/3431

mismatch between Charfields new and Field's init, possible bug in pyright too.

bschnurr commented 1 year ago

This could still be a bug in pylance/pright too. looking into it, but this is a workaround

bschnurr commented 1 year ago

nevermind. it is a pylance bug