How to serialize and de-serialize data in single field to a nested serializer Django Rest Framework?

前端 未结 0 791
南旧
南旧 2020-12-01 02:26

Considering I have this model:

class AddressLocation(models.Model):
    streetaddress = models.CharField(max_length=255, blank=True)
    xcoordinate = models.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题