在Django中,它们称为“字段查找”。字段查找具有非常全面的文档:https
:
//docs.djangoproject.com/en/dev/ref/models/querysets/#id4
这些都有很好的记录:
exact
iexact
contains
icontains
in
gt
gte
lt
lte
startswith
istartswith
endswith
iendswith
range
year
month
day
week_day
isnull
search
regex
iregex
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)