検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 38 for item (0.041 sec.)
File storage API — Django 4.0.6 ドキュメント 7657
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fied path, returning a 2-tuple of lists; the first item being directories, the second item being files. Fo ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 7578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ブジェクトを設定します。 HttpRequest. site ¶ CurrentSiteMiddleware は、現在のサイトを表す Site または Reques ... a': ['val', 'val'], 'b': ['val']}> QueryDict. __getitem__ ( key ) ¶ 指定したキーに対する値を返します。キー ... をキャッチすることに固執できます)。 QueryDict. __setitem__ ( key , value ) ¶ 指定したキーを [value] (各要素 ... す。 QueryDict. get ( key , default = None ) ¶ __getitem__() と同じロジックを使いますが、キーが存在しない場 ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 7531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion . Not applicable to other geometry types. __getitem__ () ¶ Returns the point at the specified index fo ... 2"]], AUTHORITY["EPSG","4326"]]""") # OGC WKT __getitem__ ( target ) ¶ Returns the value of the given stri ... arameter defines if a raster should be opened in write mode. For newly-created rasters, the second paramet ... ignored and the new raster is always created in write mode. The first parameter can take three forms: a s ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 7531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eout of 60 seconds, and a maximum capacity of 1000 items: CACHES = { 'default' : { 'BACKEND' : 'django.cor ... {% endcache %} If USE_I18N is set to True the per-site middleware cache will respect the active language . ... be useful for invalidating or overwriting a cached item, for example: >>> from django.core.cache import ca ... titute a man-in-the-middle attack. Your Django website may sit behind a proxy cache , such as Squid Web Pr ...
https://man.plustar.jp/django/topics/cache.html - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 7531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odel like this: from django.db import models class Item ( models . Model ): name = models . CharField ( ma ... ppears in an ordered queryset, you might try this: items = Item . objects . order_by ( 'name' ) # Warning: ... not quite correct! items . values ( 'data' ) . annotate ( Count ( 'id' )) ... ...which will group the Item objects by their common data values and then count ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 7484
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... file : # Output headers... yield buf . read () for item in sequence : zfile . write ( item ) data = buf . ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 7484
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のキーと値を表示できます: {% for key , value in data.items %} {{ key }} : {{ value }} {% endfor %} ドット演算 ... に注意してください。したがって、もしも data 辞書が 'items' という名前のキーを持っていたなら、 data.items は ... data.items() ではなく data['items'] の値を出力します。テンプ ... 辞書のメソッドを使いたい場合、そのような名前のキー ( items 、 values 、 keys など) を辞書に追加しないでくださ ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 7484
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngs are now in a dictionary named DATABASES . Each item in the dictionary corresponds to a single database ... te and description_template attributes, or provide item_title() and item_description() methods. However, L ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the normal direction. To retrieve the "last" five items in a queryset, you could do this: my_queryset . r ... in Python. The above example will return the last item first, then the penultimate item and so on. If we ... d looked at seq[-5:] , we would see the fifth-last item first. Django doesn't support that mode of access ... passed into the values_list() call — so the first item is the first field, etc. For example: >>> Entry . ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 7437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ies in the first filter. We are filtering the Blog items with each filter statement, not the Entry items.) ... lude() call will not necessarily refer to the same item. For example, the following query would exclude bl ... he is checked, but if it is not populated then the items returned by the subsequent query are not cached. ... e auto_now field option. If you want to save every item in a QuerySet and make sure that the save() method ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
PREV 1 2 3 4 NEXT