jjzjj

istartwith

全部标签

python - CharField 不受支持的查找 'istartwith' 或不允许加入该字段

我使用DjangoORM创建了一些模型。classfeed(models.Model):location=models.OneToOneField('feedlocation')classfeedlocation(models.Model):areaHash=models.CharField(max_length=100,default='')然后我使用以下代码在同一个areaHash上找到“提要”。Feed.objects.filter(location__areaHash__istartwith='*****')我得到这个错误:FieldError:Unsupportedlooku