Django filter()查找类型文档

Django filter()查找类型文档,第1张

Django filter()查找类型文档

在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


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5642987.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-16
下一篇 2022-12-16

发表评论

登录后才能评论

评论列表(0条)

保存