Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: Cannot convert UUID('some_uuid') to Excel #24

Open
yurabysaha opened this issue Nov 4, 2020 · 0 comments
Open

ValueError: Cannot convert UUID('some_uuid') to Excel #24

yurabysaha opened this issue Nov 4, 2020 · 0 comments

Comments

@yurabysaha
Copy link

yurabysaha commented Nov 4, 2020

I have a model with column UUID
id = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False)

So when I use it as render class:

renderer_classes = (XLSXRenderer, )
I get:
ValueError: Cannot convert UUID('my_uuid') to Excel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant