Uid's #533
Unanswered
pfisterjonas
asked this question in
Q&A
Uid's
#533
Replies: 1 comment
-
Can you show an example screenshot of what you mean by "the response values in the template get doubled"? I use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
I ran into some issues using UUIDs with django-unicorn.
I always use uuid4 as primary keys, but for some reason everytime I use them in django-unicorn, the response values in the template get doubled.
I think there is an issue with the serialization of uuid-fields. The work around I have found is to pass the uuid in as string into a Charfield. Then the issue does not occur. Anyone else have a similar experience?
Best regards,
J
Beta Was this translation helpful? Give feedback.
All reactions