79504055

Date: 2025-03-12 15:31:30
Score: 0.5
Natty:
Report link

For me what works for send a list of objects in a formData was:

formData.append("contacts", JSON.stringify(selectedContacts));

And then in the DRF Serializer recieve it in:

contacts = serializers.JSONField(write_only=True)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: joegsuero