検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 127 for query (0.031 sec.)
QuerySet API リファレンス — Django 4.0.6 ドキュメント 11219
" + 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 » QuerySet API リファレンス ¶ このドキュメントでは、 Query ... た方がよいでしょう。 このリファレンスでは、 database query guide で提供された example blog models を使用します ... 。 When QuerySet s are evaluated ¶ 内部的に、 QuerySet は実際にデ ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 10839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... IMS = "!$&'()*+,;=" [ドキュメント] def urlencode ( query , doseq = False ): """ A version of Python's urlli ... lueDict and non-string values. """ if isinstance ( query , MultiValueDict ): query = query . lists () elif ... hasattr ( query , "items" ): query = query . items () query_params ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 10839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... . For example, wrappers can count queries, measure query duration, log queries, or even prevent query execu ... callable to invoke the (possibly wrapped) database query, and they can do what they want around that call. ... . As mentioned above, an example of a wrapper is a query execution blocker. It could look like this: def bl ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 10460
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... go API for building the WHERE clause of a database query. To learn how to use lookups, see クエリを作成する ... rLookupMixin class that registers lookups, and the Query Expression API , a set of methods that a class has ... ookup. Django has two base classes that follow the query expression API and from where all Django builtin l ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 10130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... m the given database path and given cache setting. Querying ¶ All the following querying routines may take ... 86.163.125' and 'djangoproject.com' would be valid query parameters. GeoIP2. city ( query ) ¶ Returns a dic ... tionary of city information for the given query. Some of the values in the dictionary may be undef ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
Full text search — Django 4.0.6 ドキュメント 10081
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... database from the body_text field and a plainto_tsquery from the search term 'Cheese' , both using the def ... guration. The results are obtained by matching the query and the vector. To use the search lookup, 'django. ... g belong to a Blog , which has a tagline field. To query against both fields, use a SearchVector : >>> from ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 9371
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... ex | Modules « previous | up | next » クエリー式 ¶ Query expressions describe a value or a computation that ... sion, modulo arithmetic, and the power operator on query expressions, using Python constants, variables, an ... east twice as many employees # as chairs. Both the querysets below are equivalent. Company . objects . filt ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 8710
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... nnotate ( num_books = Count ( 'book' )) >>> pubs < QuerySet [ < Publisher : BaloneyPress > , < Publisher : ... num_books' )[: 5 ] >>> pubs [ 0 ] . num_books 1323 QuerySet に対して集計を生成する ¶ Django では集約を生成す ... るために 2 つの方法が用意されています。1 つめは、 全 QuerySet に対して合計値を生成する方法です。例えば、販売中 ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
索引 — Django 4.0.6 ドキュメント 7854
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... ntains__() (backends.base.SessionBase のメソッド) (QueryDict のメソッド) __delitem__() (backends.base.Sessi ... HttpResponse のメソッド) (OGRGeometry のメソッド) (QueryDict のメソッド) (SpatialReference のメソッド) __ha ... のメソッド) __init__() (HttpResponse のメソッド) (QueryDict のメソッド) (requests.RequestSite のメソッド) ...
https://man.plustar.jp/django/genindex.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 7854
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... ジェクトを取得するには、モデルクラスの Manager から QuerySet を作ります。 QuerySet はデータベース上のオブジェ ... てクエリの検索結果を絞り込みます。SQL 文においては、 QuerySet は SELECT 句、フィルターは WHERE や LIMIT のよう ... 句に対応しています。 モデルの Manager を用いることで QuerySet を取得します。各モデルは少なくとも一つの Manage ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT