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
Almost no model fields have default values (e.g, nullable fields defaulting to None), making it cumbersome to instantiate them directly. Models won't always be instantiated from dictionaries.
The text was updated successfully, but these errors were encountered:
Enhancement description
Add default fields to most model fields.
The problem it solves
Almost no model fields have default values (e.g, nullable fields defaulting to
None
), making it cumbersome to instantiate them directly. Models won't always be instantiated from dictionaries.The text was updated successfully, but these errors were encountered: