'bool' object is not iterable when trying to exclude a row from a filtered queryset with django

后端 未结 0 431
长情又很酷
长情又很酷 2020-11-29 10:47

I have two models, contestant and team, setup like so:

class Contestant(models.Model):
    contestant_email = models.EmailField(max_length = 254) 
    first_n         


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