summaryrefslogtreecommitdiff
path: root/django/core/cache/__init__.py
diff options
context:
space:
mode:
authorAnssi Kääriäinen <akaariai@gmail.com>2012-11-10 18:39:59 +0200
committerAnssi Kääriäinen <akaariai@gmail.com>2012-11-10 19:42:20 +0200
commitcc0ac26f4a3947be8a3fc55d4784d3474b640c23 (patch)
treecb5b401e79273b6f89b0df5c81bbdf33ad3d5d50 /django/core/cache/__init__.py
parent04a7ea3283318dbec84529b055548042a43e4f4d (diff)
Fixed #19273 -- Fixed DB cache backend on pg 9.0+ and py3
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.
Diffstat (limited to 'django/core/cache/__init__.py')
0 files changed, 0 insertions, 0 deletions