検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 71 for lookups (0.034 sec.)
GeoDjango — Django 4.0.6 ドキュメント 7969
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ating and Saving Models with Raster Fields Spatial Lookups Distance Queries Compatibility Tables GeoDjango Fo ... Form widgets GIS QuerySet API リファレンス Spatial Lookups Distance Lookups Geographic Database Functions Are ...
https://man.plustar.jp/django/ref/contrib/gis/index.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 7632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ay , the ORM now supports hour , minute and second lookups. Django now wraps all PEP 249 exceptions. The defa ... stalled Time zone-aware day , month , and week_day lookups ¶ Django 1.6 introduces time zone support for day ... , month , and week_day lookups when USE_TZ is True . These lookups were previousl ... t added in Django 1.4 was active, QuerySet.dates() lookups returned unexpected results, because the aggregati ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 7435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (上の関数定義における **kwargs ) は、以下の Field lookups で説明するフォーマットに従わなければなりません。 た ... ます。 繰り返しますが、詳しくはあとで説明する Field lookups を見てください。 get() と filter() を [0] でスライ ... ful and intuitive way to "follow" relationships in lookups, taking care of the SQL JOIN s for you automatical ... 14 >>> Blog . objects . filter ( pk__gt = 14 ) pk lookups also work across joins. For example, these three s ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
How to write custom lookups — Django 4.0.6 ドキュメント 7365
" + 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 が数多くあります。このドキュメントでは、カスタムル ... ad of Lookup it means we are able to chain further lookups afterward. So Experiment.objects.filter(change__ab ... バックとして呼び出します。 目次 How to write custom lookups ルックアップの例 変換の例 効率的な abs__lt 検索を書 ...
https://man.plustar.jp/django/howto/custom-lookups.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 7295
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... first_name' ) The ordering argument supports query lookups to sort by values on related models. This example ... ラスで、title` と parameter_name 属性を指定し、また lookups と queryset メソッドをオーバーライドする必要があり ... ed in the URL query. parameter_name = 'decade' def lookups ( self , request , model_admin ): """ Returns a li ... ,) 注釈 利便性のため、 HttpRequest オブジェクトが lookups と queryset メソッドに渡されます。例えば: class Au ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Model クラスのリファレンス — Django 4.0.6 ドキュメント 7224
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ill raise it when no object is found for the given lookups. Django provides a DoesNotExist exception as an at ... et() when multiple objects are found for the given lookups. Django provides a MultipleObjectsReturned excepti ...
https://man.plustar.jp/django/ref/models/class.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7224
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the context manager. The behavior of magic method lookups was changed with Python 2.7 and cursors were no lo ... c . execute ( ... ) finally : c . close () Custom lookups ¶ It is now possible to write custom lookups and t ... ransforms for the ORM. Custom lookups work just like Django's built-in lookups (e.g. lte ... lte=1981) . For more information about both custom lookups and transforms refer to the custom lookups documen ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 7154
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mathematics, only a subset of the PostGIS spatial lookups are available for the geography type. Practically, ... this means that in addition to the distance lookups only the following additional spatial lookups are ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
Django 1.1.3 リリースノート — Django 4.0.6 ドキュメント 7154
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s which -- with repeated use of regular-expression lookups supported by the Django database API -- expose sen ... s relying on the prior ability to insert arbitrary lookups. 目次 Django 1.1.3 リリースノート Backwards incomp ...
https://man.plustar.jp/django/releases/1.1.3.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 7028
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s which -- with repeated use of regular-expression lookups supported by the Django database API -- expose sen ... s relying on the prior ability to insert arbitrary lookups. One new feature ¶ Ordinarily, a point release wou ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT