検索

phrase: max: clip:
target: order:
Results of 151 - 155 of about 155 for QuerySet (0.115 sec.)
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 4922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . {% endif %} {% if user in users %} If users is a QuerySet, this will appear if user is an instance that belo ... ngs to the QuerySet. {% endif %} not in 演算子 ¶ コンテナに含まれていな ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 4888
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... del field -- that is, when you retrieve data using QuerySet methods like get() , filter() , and exclude() and ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 4888
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... at a specific database with the using() method on QuerySet objects. Individual objects can be saved to a spec ... ryField . The Extent3D aggregate and extent3d() GeoQuerySet method were added as a part of this feature. The f ... orce_rhr() , reverse_geom() , and geohash() GeoQuerySet methods are new. The GEOS interface was updated to ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
設定 — Django 4.0.6 ドキュメント 4853
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ant to disable the use of server-side cursors with QuerySet.iterator() . Transaction pooling and server-side c ...
https://man.plustar.jp/django/ref/settings.html - [similar]
テストツール — Django 4.0.6 ドキュメント 4853
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with the msg argument. TransactionTestCase. assertQuerysetEqual ( qs , values , transform = None , ordered = ... True , msg = None ) ¶ Asserts that a queryset qs matches a particular iterable of values values ... Django 3.2: Support for direct comparison between querysets was added. バージョン 3.2 で非推奨: If transform ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
PREV 7 8 9 10 11 12 13 14 15 16 NEXT