We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Field(null=True | False)
[email protected]
When pyright updated to version 1.1.378, I got a bunch of errors with nullable database fields.
pyright
As it turns out, you now need to set real values for the default argument values.
Relative pyright issue microsoft/pyright#8860
The text was updated successfully, but these errors were encountered:
db.models.fields.Field
Fixup db.models.fields.Field overloads for pyright 1.1.378 (sbdchd#264)
15ef8d9
Fixup db.models.fields.Field overloads for pyright 1.1.378 (#265)
7f9bd0d
Fix for #264
No branches or pull requests
When
pyright
updated to version 1.1.378, I got a bunch of errors with nullable database fields.As it turns out, you now need to set real values for the default argument values.
Relative
pyright
issue microsoft/pyright#8860The text was updated successfully, but these errors were encountered: