Hi, `except ValidationError, e:` raise an error in python3 and i must change manually all occurrence of such code to : `except ValidationError as e:` Maybe it could be changed at the source. Thanks in advance.
Hi,
except ValidationError, e:raise an error in python3 and i must change manually all occurrence of such code to :except ValidationError as e:Maybe it could be changed at the source.
Thanks in advance.