Skip to content

Custom UUID based field does not work #3

@owais

Description

@owais

id is a custom field type built on top of UUIDField. Within postgresql it is stored as a native uuid. toroise-objects is using django's UUIDField for it (using my runtime mapping of fields.FIELD_MAP)

psycopg.errors.UndefinedFunction: operator does not exist: uuid = numeric
LINE 1: ...ontext_tokens" FROM "test_model" WHERE "id"=$1 LIMIT ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions