Python3
Compare changes
- Duncan Macleod authored
we need to dance between str (unicode) and bytes to talk to hashlib and StringIO at the same time
+ 6
− 5
@@ -33,10 +33,7 @@ from django.conf import settings
@@ -246,7 +243,11 @@ class Event(models.Model):