Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: cc0ac26f4a3947be8a3fc55d4784d3474b640c23
      
https://github.com/django/django/commit/cc0ac26f4a3947be8a3fc55d4784d3474b640c23
  Author: Anssi Kääriäinen <akaar...@gmail.com>
  Date:   2012-11-10 (Sat, 10 Nov 2012)

  Changed paths:
    M django/core/cache/backends/db.py

  Log Message:
  -----------
  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.



-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to