replying to myself: setting the pk to a binaryfield breaks the usage of
django-admin as this tries to force the pk into string as well (options.py
function action_checkbox()).
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from
Hi list
I'm trying to use Django 1.7.2 with an Oracle 11.2 backend. THis backend
uses RAW(16) fields as primary keys everywhere (it wasnt my choice).
THis is however giving me major headaches, as Django seems to insist on
decoding these keys to text.
Here''s my models:
#models.py
from django.db
2 matches
Mail list logo