1
0
mirror of https://github.com/django/django.git synced 2024-12-24 01:55:49 +00:00
django/django
Anssi Kääriäinen cc0ac26f4a 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.
2012-11-10 19:42:20 +02:00
..
bin Fixed #18978 -- Moved cleanup command to sessions. 2012-10-27 18:31:00 +02:00
conf Fixed #14264 -- Ensured settings.configure configures logging 2012-11-10 12:05:58 +01:00
contrib Added missing encoding preamble to gis tests. 2012-11-09 15:16:06 +01:00
core Fixed #19273 -- Fixed DB cache backend on pg 9.0+ and py3 2012-11-10 19:42:20 +02:00
db Fixed #17144 -- MySQL again groups by PK only 2012-11-08 00:56:32 +02:00
dispatch Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01:00
forms Fixed #8627 -- Prevented textareas to swallow first newline content 2012-11-05 20:27:06 +01:00
http Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01:00
middleware Fixed #15152 -- Avoided crash of CommonMiddleware on broken querystring 2012-11-03 21:28:33 +01:00
shortcuts Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. 2012-09-08 16:58:35 -06:00
template Fixed #19262 -- Support cookie pickling in SimpleTemplateResponse 2012-11-09 21:07:53 +01:00
templatetags Fixed #19088 -- Always escape % inside blocktrans tag 2012-10-23 18:49:22 +02:00
test Fixed #17744 -- Reset default file storage with setting_changed signal 2012-10-30 22:23:28 +01:00
utils Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01:00
views Fixed py3 compatibility for 5a00a57aa5 2012-11-04 23:38:41 -08:00
__init__.py Advanced version identifiers for 1.6 cycle. 2012-10-26 22:01:34 -03:00