Fix checking the initialqacontact field changed
It seems that sometime it is None, other times it is ''
so with this commit we cover both situations and we avoid
trying to update the initialqacontact field when we do not
need to.
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>