Django annotated queryset - resulting SQL query duplicates

后端 未结 0 1072
时光说笑
时光说笑 2020-12-13 08:21

Let\'s imagine I have two models: User and Event:

class User(models.Model):
    email = models.EmailField(_(\'Email\'), max_length=2         


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