swh.deposit.parsers: Fix edge case about decimal serialization
Fix by overriding the parsing done prior to storage in db. This is
simpler than to use encoder for serializing the right types in the
db (which also needs a superior version of django).