mirror of
https://github.com/django/django.git
synced 2025-02-28 11:34:28 +00:00
There was a problem caused by Postgres 9.0+ having bytea_output default value of 'hex' and cache backend inserting the content as 'bytes' into a column of type TEXT. Fixed by converting the bytes value to a string before insert.