検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 71 for Lookups (0.028 sec.)
GeoDjango Database API — Django 4.0.6 ドキュメント 13142
" + 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 datab ... nds' : [{ "data" : range ( 100 )}]}, ... ) Spatial Lookups ¶ GeoDjango's lookup types may be used with any ma ... hained with those on geographic fields. Geographic lookups accept geometry and raster input on both sides and ... mixed freely. The general structure of geographic lookups is described below. A complete reference can be fo ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 11526
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eference ¶ This document has the API references 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 new ... lookups, see How to write custom lookups . The lookup API ... onents: a RegisterLookupMixin class that registers lookups, and the Query Expression API , a set of methods t ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 11399
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Querying ArrayField ¶ There are a number of custom lookups and transforms for ArrayField . We will use the fo ... post>]> len ¶ Returns the length of the array. The lookups available afterward are those available for Intege ... no errors if it exceeds the size of the array. The lookups available after the transform are those from the b ... can be used, separated by a single underscore. The lookups available after the transform do not change. For e ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 10724
" + 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 consecuti ... okup allows you to perform trigram word similarity lookups using a dedicated PostgreSQL extension. It can be ... nt lookup allows you to perform accent-insensitive lookups using a dedicated PostgreSQL extension. This looku ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 10387
" + 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 availabl ... RasterField . For an introduction, see the spatial lookups introduction . For an overview of what lookups are ... refer to the spatial lookup compatibility table . Lookups with rasters ¶ All examples in the reference below ... are given for geometry fields and inputs, but the lookups can be used the same way with rasters on both side ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
Django 1.11.23 リリースノート — Django 4.0.6 ドキュメント 8771
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -14234: SQL injection possibility in key and index lookups for JSONField / HStoreField ¶ Key and index lookup ... r django.contrib.postgres.fields.JSONField and key lookups for HStoreField were subject to SQL injection, usi ... -14234: SQL injection possibility in key and index lookups for JSONField / HStoreField CVE-2019-14235: Potent ... 11.22 リリースノート 関連キーワード tags , utils , lookups , service , were , Truncator , sequences , encodin ...
https://man.plustar.jp/django/releases/1.11.23.html - [similar]
Django 2.1.11 リリースノート — Django 4.0.6 ドキュメント 8771
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -14234: SQL injection possibility in key and index lookups for JSONField / HStoreField ¶ Key and index lookup ... r django.contrib.postgres.fields.JSONField and key lookups for HStoreField were subject to SQL injection, usi ... -14234: SQL injection possibility in key and index lookups for JSONField / HStoreField CVE-2019-14235: Potent ... .1.10 リリースノート 関連キーワード tags , utils , lookups , service , were , Truncator , sequences , encodin ...
https://man.plustar.jp/django/releases/2.1.11.html - [similar]
Django 2.2.4 リリースノート — Django 4.0.6 ドキュメント 8574
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -14234: SQL injection possibility in key and index lookups for JSONField / HStoreField ¶ Key and index lookup ... r django.contrib.postgres.fields.JSONField and key lookups for HStoreField were subject to SQL injection, usi ... -14234: SQL injection possibility in key and index lookups for JSONField / HStoreField CVE-2019-14235: Potent ... ト 関連キーワード tags , utils , when , Truncator , lookups , Fixed , service , were , memory , encoding クイッ ...
https://man.plustar.jp/django/releases/2.2.4.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 8503
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... します。 検索パラメータ ( **kwargs ) は以下の Field lookups で説明されているフォーマットに従わなければなりませ ... します。 検索パラメータ ( **kwargs ) は以下の Field lookups で説明されているフォーマットに従わなければなりませ ... 'beatles blog'}]> You can use built-in and custom lookups in ordering. For example: >>> from django.db.model ... g examples illustrate the difference between plain lookups and select_related() lookups. Here's standard look ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 8236
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ class When ( condition = None , then = None , ** lookups ) ¶ A When() object is used to encapsulate a condi ... method. The condition can be specified using field lookups , Q objects, or Expression objects that have an ou ... OLD , then = F ( 'name' )) >>> # You can use field lookups in the condition >>> from datetime import date >>> ... sing lookup expressions. >>> from django.db.models.lookups import GreaterThan , LessThan >>> When ( ... Great ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT