官术网_书友最值得收藏!

When QuerySets are evaluated

You can concatenate as many filters as you like to a QuerySet, and you will not hit the database until the QuerySet is evaluated. QuerySets are only evaluated in the following cases:

  • The first time you iterate over them
  • When you slice them, for instance, Post.objects.all()[:3]
  • When you pickle or cache them
  • When you call repr() or len() on them
  • When you explicitly call list() on them
  • When you test them in a statement, such as bool(), or , and, or if
主站蜘蛛池模板: 麻栗坡县| 平利县| 西平县| 鹤庆县| 柘荣县| 河曲县| 禹城市| 昌邑市| 山阳县| 天柱县| 沂南县| 颍上县| 扎兰屯市| 辽源市| 西盟| 哈密市| 定边县| 丹江口市| 安溪县| 溧阳市| 宝清县| 河北区| 秦安县| 广元市| 襄樊市| 芮城县| 通海县| 巴青县| 三门县| 宜宾市| 鄢陵县| 临城县| 巧家县| 东海县| 白玉县| 尚义县| 锡林浩特市| 綦江县| 静乐县| 招远市| 宁远县|