You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows type checkers other than mypy to infer correctly
the `__set/get__` type variables, without the need for the plugin.
The plugin logic to solve these type variables is kept, as some
special casing is implemented to handle primary key fields with a default.
The `Field` docstring was updated with an example reflecting this
0 commit comments