Re: UUID as primary key for Oracle backend

2014-12-17 Thread Joris Benschop
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

UUID as primary key for Oracle backend

2014-12-17 Thread Joris Benschop
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