検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 170 for string (0.339 sec.)
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 6531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... underscore plus a random 7 character alphanumeric string (e.g. "_x3a1gho" ), rather than iterating through ... on a failed login attempt. Data leakage via query string manipulation in contrib.admin ¶ In older versions ... the "popup" and "to_field" parameters of the query string on an admin change form page. For example, request ... iddleware session hijacking Data leakage via query string manipulation in contrib.admin 前のトピックへ Djang ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
Django 1.5.9 release notes — Django 4.0.6 ドキュメント 6531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... underscore plus a random 7 character alphanumeric string (e.g. "_x3a1gho" ), rather than iterating through ... on a failed login attempt. Data leakage via query string manipulation in contrib.admin ¶ In older versions ... the "popup" and "to_field" parameters of the query string on an admin change form page. For example, request ... iddleware session hijacking Data leakage via query string manipulation in contrib.admin 前のトピックへ Djang ...
https://man.plustar.jp/django/releases/1.5.9.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 6440
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ch",0.0], UNIT["Degree",0.0174532925199433]] FIPS: String (2.0) ISO2: String (2.0) ISO3: String (3.0) UN: In ... teger (3.0) NAME: String (50.0) AREA: Integer (7.0) POP2005: Integer (10.0) ... ch",0.0], UNIT["Degree",0.0174532925199433]] FIPS: String (2.0) ISO2: String (2.0) ISO3: String (3.0) UN: In ... teger (3.0) NAME: String (50.0) AREA: Integer (7.0) POP2005: Integer (10.0) ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 6407
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nly applies compression if the result is a shorter string: >>> signing.dumps(list(range(1, 20)), compress=Tr ... UaL:BA0thEZrp4FQVXIXuOvYJtLJSrQ' The fact that the string is compressed is signalled by the prefixed '.' at ... tes from django.utils.module_loading import import_string from django.utils.regex_helper import _lazy_re_com ... core.signing.get_cookie_signer" ): Signer = import_string ( settings . SIGNING_BACKEND ) key = force_bytes ( ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 6407
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... みます。モデルフィールドは普通のPythonオブジェクト(string,boolean,``datetime``,それに``Hand``のような複雑なも ... ill know what it is. In addition to providing a docstring for it, which is useful for developers, you can al ... e description for CharField is: description = _ ( "String (up to %(max_length)s )" ) 便利なメソッド ¶ Field ... ls with data structures that are more complex than strings, dates, integers, or floats, then you may need to ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6407
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o None . template ¶ A class attribute, as a format string, that describes the SQL that is generated for this ... it ( %%%% ) in the template attribute because the string is interpolated twice: once during the template in ... turns a tuple (sql, params) , where sql is the SQL string, and params is the list or tuple of query paramete ... nput as these values are interpolated into the SQL string rather than passed as query parameters, where the ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6361
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Request. body ¶ The raw HTTP request body as a bytestring. This is useful for processing data in different w ... uce a RawPostDataException . HttpRequest. path ¶ A string representing the full path to the requested page, ... not including the scheme, domain, or query string. 例: "/music/bands/the_beatles/" HttpRequest. path ... ' : do_something_else () HttpRequest. encoding ¶ A string representing the current encoding used to decode f ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 6361
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elative to the template loader's root directory. A string argument may also be a relative path starting with ... "x" %} This appears if variable somevar equals the string "x" {% endif %} != 演算子 ¶ 等しくない場合。例: {% ... his appears if variable somevar does not equal the string "x", or if somevar is not found in the context {% ... bc" in "abcdef" %} This appears since "bc" is a substring of "abcdef" {% endif %} {% if "hello" in greetings ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 6361
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... underscore plus a random 7 character alphanumeric string (e.g. "_x3a1gho" ), rather than iterating through ... on a failed login attempt. Data leakage via query string manipulation in contrib.admin ¶ In older versions ... the "popup" and "to_field" parameters of the query string on an admin change form page. For example, request ... #23293 ). Prevented a crash on Python 3 with query strings containing unencoded non-ASCII characters ( #2299 ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます。デフォルトは False です。 Avoid using null on string-based fields such as CharField and TextField . If ... a string-based field has null=True , that means it has two ... ossible values for "no data": NULL , and the empty string. In most cases, it's redundant to have two possibl ... o data;" the Django convention is to use the empty string, not NULL . One exception is when a CharField has ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT