Replies: 1 comment 2 replies
-
Can you elaborate on how exactly it "does not work" please? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I'm trying to write to a json field with ascii characters. This does not work even with
ensure_ascii=False
The encoding in the database is utf-8, so it's not about it. How to fix it?My code:
Beta Was this translation helpful? Give feedback.
All reactions