How to get data at once from sql for some n entities

前端 未结 0 473
渐次进展
渐次进展 2020-12-05 03:48

The following are my models:

class Symbol(models.Model):
   symbol = models.CharField(max_length = 50, unique=True)

# The following three are collected every         


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