but I have a problem in saving lists in django model. Could you help me to solve this issue?
Thanks
Provide more context. What have you tried? What are you having problems with, exactly?
I saved data in this format: data = ArrayField(models.CharField()) And send data in json format: {'data': [text1, text2, text3]} Then, I decode json in post method, but I faced with JsonDecoderError. I dont know how to save string lists in correct format.
Обсуждают сегодня