Checksum is not an int, but a md5 hash

svn: r23310
This commit is contained in:
Doug Blank 2013-10-11 17:25:25 +00:00
parent 8ee4695239
commit 6f057a6586

View File

@ -451,7 +451,7 @@ class DjangoInterface(object):
fix_encoding(media.path),
str(media.mime),
fix_encoding(media.desc),
int(media.checksum) if media.checksum else 0,
media.checksum,
attribute_list,
citation_list,
note_list,