Skip to content Skip to sidebar Skip to footer
Showing posts with the label Uuid

Django Uuidfield Modelfield Causes Error In Django Admin: Badly Formed Hexadecimal Uuid String

I have a Django 1.8 project and on one of my models, I am using the new UUIDField like so: class My… Read more Django Uuidfield Modelfield Causes Error In Django Admin: Badly Formed Hexadecimal Uuid String

Psycopg2: Can't Adapt Type 'uuid'?

I am using psycopg2 to try to insert an entry into a table where the type of the data is the Postgr… Read more Psycopg2: Can't Adapt Type 'uuid'?