Binary field still returns data when cleared
On an already saved record, if the Binary field is cleared, the get_data
method still return saved data.
This is because null
is set as value by the clear button but get_data
does not consider it as a value.