django-types
django-types copied to clipboard
`Field(null=True | False)` was broken on `[email protected]`
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 https://github.com/microsoft/pyright/issues/8860