検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 31 for hand (0.023 sec.)
How to create custom model fields — Django 4.0.6 ドキュメント 15546
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... く必要があります。 クラスは次のようになります: class Hand : """A hand of cards (bridge style)""" def __init_ ... とを実行できるようにしたいと思います(モデルの中の``hand``属性は``Hand``インスタンスだと想定しています) ex ... Model . objects . get ( pk = 1 ) print ( example . hand . north ) new_hand = Hand ( north , east , south , ... west ) example . hand = new_hand example . save () 他のPythonクラスと同様 ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 11243
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pts one argument. It can also be used on the right hand side of a filter or directly as an annotation. bil ... , see How to write custom lookups . lhs ¶ The left-hand side - what is being transformed. It must follow t ... ookups. A lookup is a query expression with a left-hand side, lhs ; a right-hand side, rhs ; and a lookup_ ... sThan ( F ( 'word_count' ), 7500 )) lhs ¶ The left-hand side - what is being looked up. The object typical ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Django 1.11.26 リリースノート — Django 4.0.6 ドキュメント 9447
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... b.postgres.fields.JSONField , if the right or left hand side of an expression is a key transform ( #30826 ... ious , up , next , key , Bugfixes , ドキュメント , hand , fields , JSONField クイック検索 Last update: 202 ...
https://man.plustar.jp/django/releases/1.11.26.html - [similar]
Django 2.1.14 リリースノート — Django 4.0.6 ドキュメント 9447
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... b.postgres.fields.JSONField , if the right or left hand side of an expression is a key transform ( #30826 ... ious , up , next , key , Bugfixes , ドキュメント , hand , fields , JSONField クイック検索 Last update: 202 ...
https://man.plustar.jp/django/releases/2.1.14.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 9350
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... specified on both sides of the lookup. On the left hand side, the double underscore syntax is used to pass ... a band index. On the right hand side, a tuple of the raster and band index can be ... ter ( rast__1__contains = ( rst , 1 )) On the left hand side of the example, rast is the geographic raster ... contains is the spatial lookup type. On the right hand side, geom is a geometry input and rst is a GDALRa ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
Django 2.2.7 リリースノート — Django 4.0.6 ドキュメント 8250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... b.postgres.fields.JSONField , if the right or left hand side of an expression is a key transform ( #30826 ...
https://man.plustar.jp/django/releases/2.2.7.html - [similar]
Django 3.0.8 release notes — Django 4.0.6 ドキュメント 8250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing a filterable attribute to be used as the right-hand side in queryset filters ( #31664 ). Fixed a regre ...
https://man.plustar.jp/django/releases/3.0.8.html - [similar]
How to write custom lookups — Django 4.0.6 ドキュメント 7846
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の値に対して動作するルックアップ、 lhs と rhs はleft-hand side(左辺)とright-hand side(右辺) を表します。 ...
https://man.plustar.jp/django/howto/custom-lookups.html - [similar]
Django 2.2.4 リリースノート — Django 4.0.6 ドキュメント 7846
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ateRangeField or DateTimeRangeField , if the right hand side of an expression is the same type ( #30621 ). ...
https://man.plustar.jp/django/releases/2.2.4.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 7749
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onstrating the same vulnerability in Django's CSRF handling. To remedy this, Django will now apply full CS ... you need cleanup of orphaned files, you'll need to handle it yourself (for instance, with a custom managem ... ngo provides a custom SQL hooks as a way to inject hand-crafted SQL into the database synchronization proc ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
PREV 1 2 3 4 NEXT