What is the correct way to bring only the relationship on a Queryset (django)?

后端 未结 0 1007
醉话见心
醉话见心 2021-01-13 05:25

I have this models:

class Thing(models.Model):
    thing_name = models.CharField(max_length=200)
    thing_stuff = models.SlugField(max_length=200, unique=Tru         


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