Hi,
When using Django caching backend with celery, I noticed I get an error “if ord(char) < 33 or ord(char) == 127: TypeError: ord() expected string of length 1, but int found” It goes away when I change the yellow highlighted to ‘str(key)’: -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAM4BSWQO5j6xRNMVFLvSdq1KqEzOJbmU%3D6c0wWoLXYdeAexyLg%40mail.gmail.com.

