标签:大于 聚集函数 划线 end between not min 查找 tar
lt 小于, lte 小于等于
exact 准确查找,不加双下划线相当于exact
iexact 大小写不敏感
contains 大小写敏感的
icontains 大小写不敏感
startwith, endwith
in 在给定的列表中
gt 大于,gte 大于等于
range <–>between and
date new in 1.9
isnull (True or False) <–> is null or is not null(in SQL)
__avg, __count, __sum, __max, __min, etc 聚集函数
django fields lookup methods(lookup类型)
标签:大于 聚集函数 划线 end between not min 查找 tar
原文地址:https://www.cnblogs.com/lystbc/p/11135596.html