-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CharField missing __init__
declaration
#136
Comments
Pretty sure we use might be worth revisiting if that's still necessary -- I can't remember which type checker preferred new to init |
pyright seems to prefer init.. users not getting correct signatures anymore |
I'll have to revert pylance back to the old stubs https://github.com/typeddjango/django-stubs for now |
Yeah, we could probably change the types to use |
@bschnurr I've refactored the type definitions to use
|
Pylance/pyright have been updated to look at |
microsoft/pylance-release#3401
The text was updated successfully, but these errors were encountered: