diff options
| author | Anssi Kääriäinen <akaariai@gmail.com> | 2012-11-10 18:39:59 +0200 |
|---|---|---|
| committer | Anssi Kääriäinen <akaariai@gmail.com> | 2012-11-10 19:42:20 +0200 |
| commit | cc0ac26f4a3947be8a3fc55d4784d3474b640c23 (patch) | |
| tree | cb5b401e79273b6f89b0df5c81bbdf33ad3d5d50 /django/core/cache/__init__.py | |
| parent | 04a7ea3283318dbec84529b055548042a43e4f4d (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
