検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 84 for Lookup (0.028 sec.)
Lookup API reference — Django 4.0.6 ドキュメント 13155
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » Lookup API reference ¶ This document has the API referenc ... es of lookups, the Django API for building the WHERE clause of ... a database query. To learn how to use lookups, see クエリを作成する ; to learn how to create ne ... w lookups, see How to write custom lookups . The lookup API ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 11516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... p | next » GIS QuerySet API リファレンス ¶ Spatial Lookups ¶ The spatial lookups in this section are availab ... RasterField . For an introduction, see the spatial lookups introduction . For an overview of what lookups ar ... a particular spatial backend, refer to the spatial lookup compatibility table . Lookups with rasters ¶ All e ... are given for geometry fields and inputs, but the lookups can be used the same way with rasters on both sid ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
How to write custom lookups — Django 4.0.6 ドキュメント 11394
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dules « previous | up | next » How to write custom lookups ¶ Django には (たとえば exact や icontains などの ... ) フィルタリングを行う built-in lookups が数多くあります。このドキュメントでは、カスタムル ... 明します。ルックアップの API リファレンスについては Lookup API reference を参照してください。 ルックアップの例 ... させる必要があります。 from django.db.models import Lookup class NotEqual ( Lookup ): lookup_name = 'ne' def ...
https://man.plustar.jp/django/howto/custom-lookups.html - [similar]
索引 — Django 4.0.6 ドキュメント 11191
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... res.fields のクラス) arrayfield.contained_by field lookup type arrayfield.contains field lookup type arrayfi ... eld.index field lookup type arrayfield.len field lookup type arrayfield.o ... verlap field lookup type arrayfield.slice field lookup type ArraySubqu ... ngo.views.generic.dates のクラス) bbcontains field lookup type bboverlaps field lookup type BigAutoField (dj ...
https://man.plustar.jp/django/genindex.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 10256
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nk = True ) Extract ¶ class Extract ( expression , lookup_name = None , tzinfo = None , ** extra ) ¶ Extract ... DateTimeField , TimeField , or DurationField and a lookup_name , and returns the part of the date referenced ... by lookup_name as an IntegerField . Django usually uses the ... databases' extract function, so you may use any lookup_name that your database supports. A tzinfo subclas ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 9917
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dules « previous | up | next » PostgreSQL specific lookups ¶ Trigram similarity ¶ The trigram_similar lookup ... allows you to perform trigram lookups, measuring the number of trigrams (three consecut ... using a dedicated PostgreSQL extension. A trigram lookup is given an expression and returns results that ha ... Extension migration operation. The trigram_similar lookup can be used on CharField and TextField : >>> City ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 9023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... only implemented for the PostGIS backend. Spatial lookups are available for raster fields, but spatial data ... nds' : [{ "data" : range ( 100 )}]}, ... ) Spatial Lookups ¶ GeoDjango's lookup types may be used with any m ... thod like filter() , exclude() , etc. However, the lookup types unique to GeoDjango are only available on sp ... hained with those on geographic fields. Geographic lookups accept geometry and raster input on both sides an ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 8115
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ータベース上の複数のフィールドに渡る検索を行い、他の lookup による検索結果と組み合わせ、別の言語設定や重み付け ... うになりました。これを利用するには、 trigram_similar lookup、 TrigramSimilarity 、 TrigramDistance 式を使ってく ... するようになりました。 django.contrib.gis ¶ Distance lookups は、distance value パラメータとして、式 (expressi ... ons IsValid and MakeValid , as well as the isvalid lookup, all for PostGIS. This allows filtering and repair ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 7424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... keyword arguments (**kwargs)." ) if dispatch_uid : lookup_key = ( dispatch_uid , _make_id ( sender )) else : ... lookup_key = ( _make_id ( receiver ), _make_id ( sender ) ... f . _clear_dead_receivers () if not any ( r_key == lookup_key for r_key , _ in self . receivers ): self . re ... ceivers . append (( lookup_key , receiver )) self . sender_receivers_cache . ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 7424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (上の関数定義における **kwargs ) は、以下の Field lookups で説明するフォーマットに従わなければなりません。 ... ます。 繰り返しますが、詳しくはあとで説明する Field lookups を見てください。 get() と filter() を [0] でスライ ... 定します。 基本のルックアップキーワード引数は field__lookuptype=value という形を取ります (2文字連続するアンダー ... アップタイプをサポートしており、完全なガイドは field lookup reference で見ることができます。ルックアップを使っ ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT