Skip to content

Can't create an Array of UUIDs #16

@dgouldin

Description

@dgouldin

When I try to create an Array of UUIDs:

some_array = models.ArrayField(models.UUIDField())

I get a ProgrammingError trying to set the array:

ProgrammingError: column "some_array" is of type uuid[] but expression is of type text[]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions