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
When using allow_null with rest framework SchemaField, the implementation does not pass the parameter to the base class so we get the default which it False. The fix is simple but I was wondering whether I'm missing something here. Here's a reproduction:
When using
allow_null
with rest frameworkSchemaField
, the implementation does not pass the parameter to the base class so we get the default which itFalse
. The fix is simple but I was wondering whether I'm missing something here. Here's a reproduction:This gives:
The text was updated successfully, but these errors were encountered: