検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 127 for query (0.104 sec.)
How to write custom lookups — Django 4.0.6 ドキュメント 5297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... 右辺) を表します。左辺は通常フィールド参照ですが、 query expression API を実装するものであれば何でもかまいま ...
https://man.plustar.jp/django/howto/custom-lookups.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 5297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery);(function($) { $(document).ready(function() { $(" ... $(".c-tab-win").prop("checked", true); }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... ge. Try adding your operating system to the search query if needed. If you have trouble installing the requ ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Django の概要 — Django 4.0.6 ドキュメント 5297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery);(function($) { $(document).ready(function() { $(" ... $(".c-tab-win").prop("checked", true); }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... the system yet. >>> Reporter . objects . all () < QuerySet [] > # Create a new Reporter. >>> r = Reporter ... in the database. >>> Reporter . objects . all () < QuerySet [ < Reporter : John Smith > ] > # Fields are re ...
https://man.plustar.jp/django/intro/overview.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 5297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... ts | Index | Modules « previous | up | next » GIS QuerySet API リファレンス ¶ Spatial Lookups ¶ The spatia ... ber in units of the field, a Distance object, or a query expression ). To pass a band index to the lookup, ... tiaLite Returns the extent of all geo_field in the QuerySet as a four-tuple, comprising the lower left coor ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 5297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery);(function($) { $(document).ready(function() { $(" ... $(".c-tab-win").prop("checked", true); }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... es and raster data. Extensions to Django's ORM for querying and manipulating spatial data. Loosely-coupled, ... . objects . filter ( mpoly__contains = pnt_wkt ) <QuerySet [<WorldBorder: United States>]> Here, you retri ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... ch will render a list of objects, typically from a queryset, and optionally paginate them. This will introd ... 、ビューの model 属性、あるいは提供されている場合は queryset 属性からオブジェクトを検索します)。 SingleObjec ... (possibly paginated) list of objects, typically a QuerySet , and then we need to make a TemplateResponse w ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 5297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... he number of items in a collection, perhaps - in a QuerySet , in Python, or in a template. However, it will ... n do them faster than the template language can: # QuerySet operation on the database # fast, because that' ... n objects # slower, because it requires a database query anyway, and processing # of the Python objects len ...
https://man.plustar.jp/django/topics/performance.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 5297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... ected results. For example, if you have a database query in module-level code and a real database exists, p ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
Django 1.4 documentation 5248
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); None ホーム | 目次 | 索引 | モジュール一覧 上へ ... 方法 | フィールド型 | Meta オプション クエリセット (QuerySet) とは: クエリの実行 | QuerySet メソッドリファレ ... call last ): ... DoesNotExist : Reporter matching query does not exist . .. # Create an article. # Article ... ecent call last): ... DoesNotExist : Poll matching query does not exist. >>> Poll . objects . filter ( ques ...
https://man.plustar.jp/django/contents.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 5248
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery);(function($) { $(document).ready(function() { $(" ... $(".c-tab-win").prop("checked", true); }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... jects: raise Http404("No MyModel matches the given query.") + +``make_toast()`` +================ + +.. fun ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 NEXT