Unreachable code for blank option check
Probably a bug here:
if(None and blank):
print("#WARNING# ValidatedJSONField: blank argument can't be set to True otherwise validation is not run")
code inside if is never reachable