django-types icon indicating copy to clipboard operation
django-types copied to clipboard

`Field(null=True | False)` was broken on `[email protected]`

Open minmax opened this issue 1 year ago • 0 comments

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

minmax avatar Aug 29 '24 23:08 minmax