検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 170 for string (0.144 sec.)
Django のリリースプロセス — Django 4.0.6 ドキュメント 4918
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... th after the beta. The release candidate marks the string freeze, and it happens at least two weeks before t ... final release. After this point, new translatable strings must not be added. During this phase, mergers wil ...
https://man.plustar.jp/django/internals/release-process.html - [similar]
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 4918
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 元): http_method_names pattern_name permanent query_string url [ get_redirect_url() ] メソッド as_view() dele ...
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 4918
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... parameter (which may be a GEOSGeometry object or a string of GeoJSON , WKT, or HEXEWKB), and rst is a GDALRa ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
ロギング — Django 4.0.6 ドキュメント 4918
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aceback text sent in the email body. You provide a string import path to the class you wish to use, like thi ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 4918
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... >> from django.db.models import F , Q , When >>> # String arguments refer to fields; the following two examp ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 4873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rted ( actions , key = lambda a : set ( a . option_strings ) & self . show_last != set () ) def add_usage ( ... command's actions for ``label``, which will be the string as given on the command line. """ raise NotImpleme ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
はじめての Django アプリ作成、その 3 — Django 4.0.6 ドキュメント 4873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to the view function. The question_id part of the string defines the name that will be used to identify the ...
https://man.plustar.jp/django/intro/tutorial03.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 4873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ese spatial backends the intersection pattern is a string comprising nine characters, which define intersect ... is comprised of at least one of the nine relation strings: TOUCH , OVERLAPBDYDISJOINT , OVERLAPBDYINTERSECT ... ONTAINS , COVERS , ON , and ANYINTERACT . Multiple strings may be combined with the logical Boolean operator ... OR, for example, 'inside+touch' . [2] The relation strings are case-insensitive. 実装例: Zipcode . objects . ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 4873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ALLED_APPS , otherwise field values will appear as strings like '{thoughts,django}' . Several fields that us ... The Python data type used is a dict . Keys must be strings, and values may be either strings or nulls ( None ... artswith , and istartswith lookups. 警告 Since any string could be a key in a hstore value, any lookup other ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 4873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... okie = cookies [ i ]. trim (); // Does this cookie string begin with the name we want? if ( cookie . substri ... ) { cookieValue = decodeURIComponent ( cookie . substring ( name . length + 1 )); break ; } } } return cooki ...
https://man.plustar.jp/django/ref/csrf.html - [similar]