when i try do to a fixture in Django, i use dumpdata, and when I create a JSON file, where the name is, instead of letters there are some symbols, I use this commandpython manage.py dumpdata goods.Categories > fixtures\goods\cats.json
my json file after, is looking like this{"model": "goods.categories","pk": 4,"fields": {"name": "┬ёхЄютрЁ√","slug": "all"}