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
POST to that endpoint with { "arg_one": "two", "arg_two": [] }
and somehow the array will contain an empty string. Fails both with allow_blank false and allow_blank.
How does the empty string end up there?
How does it not fail when allow_blank false?
The text was updated successfully, but these errors were encountered:
POST to that endpoint with
{ "arg_one": "two", "arg_two": [] }
and somehow the array will contain an empty string. Fails both with allow_blank false and allow_blank.
How does the empty string end up there?
How does it not fail when allow_blank false?
The text was updated successfully, but these errors were encountered: