test_views.py
1.12 KB
-
Fixed uploading of attachments using Python3 · 197bd20f
Previously it was failing with "TypeError: Unicode-objects must be encoded before hashing" when taking the md5 of a Python3 str object.
Luke Plant committed
Previously it was failing with "TypeError: Unicode-objects must be encoded before hashing" when taking the md5 of a Python3 str object.