検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 111 for input (0.024 sec.)
フォーム API — Django 4.0.6 ドキュメント 12974
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d = False ) >>> print ( f ) <tr><th>Name:</th><td><input type="text" name="name" value="instance" required> ... </td></tr> <tr><th>Url:</th><td><input type="url" name="url" required></td></tr> <tr><th> ... Comment:</th><td><input type="text" name="comment" required></td></tr> For ... () . split ( ' \n ' )[ 0 ] '<tr><th>Name:</th><td><input name="name" type="text" value="instance" required> ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 12188
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... » ウィジェット ¶ ウィジェットは、Django が HTML の input 要素の表現方法です。ウィジェットは、HTML のレンダリ ... 内で直接使用されます。ウィジェットはウェブページ上で input 要素から HTML の form をレンダリングし、submit され ... これは、comment のフォームに対して、デフォルトの TextInput ウィジェットではなく、より大きなサイズの Textarea ... attributes. This means, for example, that all TextInput widgets will appear the same on your web pages. ウ ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Form fields — Django 4.0.6 ドキュメント 11542
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... alse ) >>> print ( f ) <tr><th>Your name:</th><td><input type="text" name="name" required></td></tr> <tr><t ... h>Your website:</th><td><input type="url" name="url"></td></tr> <tr><th>Comment:< ... /th><td><input type="text" name="comment" required></td></tr> lab ... f . as_p ()) <p><label for="id_age">Age?</label> <input id="id_age" name="age" type="number" required></p> ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 11149
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... each feature in that layer. class DataSource ( ds_input , encoding = 'utf-8' ) ¶ The constructor for DataS ... Changed in Django 3.2: Support for pathlib.Path ds_input was added. Layer ¶ class Layer ¶ Layer is a wrappe ... , c_long(0), c_long(0)) Driver ¶ class Driver ( dr_input ) ¶ The Driver class is used internally to wrap an ... ((0 0, 5 0, 5 5, 0 5))' ) class OGRGeometry ( geom_input , srs = None ) ¶ This object is a wrapper for the ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 9337
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... abel for="id_form-0-title">Title:</label></th><td><input type="text" name="form-0-title" id="id_form-0-titl ... or="id_form-0-pub_date">Pub date:</label></th><td><input type="text" name="form-0-pub_date" id="id_form-0-p ... abel for="id_form-0-title">Title:</label></th><td><input type="text" name="form-0-title" value="Django is n ... or="id_form-0-pub_date">Pub date:</label></th><td><input type="text" name="form-0-pub_date" value="2008-05- ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 8260
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , and GeoJSON (see RFC 7946 ). Essentially, if the input is not a GEOSGeometry object, the geometry field w ... attempt to create a GEOSGeometry instance from the input. For more information creating GEOSGeometry object ... dels, the raster field will implicitly convert the input into a GDALRaster using lazy-evaluation. The raste ... r field will therefore accept any input that is accepted by the GDALRaster constructor. He ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 7918
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... criptと CSS を使って実現されます。 As well as its <input> elements, a form must specify two things: どこで ... メソッド 例として、Django admin にあるいくつかの <input> 要素のログインフォームを見てみましょう。ユーザー名 ... って送信されるべきこともブラウザーに伝えています。 <input type="submit" value="Log in"> 要素がトリガーされる ... うに、フォームクラスのフィールドは HTML フォームの <input> 要素に対応します。 ( ModelForm はモデルクラスのフ ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
Django 3.1.13 release notes — Django 4.0.6 ドキュメント 7614
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... SQL injection via unsanitized QuerySet.order_by() input ¶ Unsanitized user input passed to QuerySet.order_ ... SQL injection via unsanitized QuerySet.order_by() input 前のトピックへ Django 3.1.14 release notes 次のトピ ... tes 関連キーワード release , notes , deprecation , input , order , QuerySet , injection , Potential , トピッ ...
https://man.plustar.jp/django/releases/3.1.13.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 7475
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s to simply instantiate the object on some spatial input -- the following are examples of creating the same ... Objects ¶ GEOSGeometry ¶ class GEOSGeometry ( geo_input , srid = None ) ¶ パラメータ: geo_input -- Geometr ... y input value (string or buffer) srid ( int ) -- spatial r ... geometry objects. It initializes on the given geo_input argument, and then assumes the proper geometry sub ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Django 3.2.5 release notes — Django 4.0.6 ドキュメント 7323
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... SQL injection via unsanitized QuerySet.order_by() input ¶ Unsanitized user input passed to QuerySet.order_ ... SQL injection via unsanitized QuerySet.order_by() input Bugfixes 前のトピックへ Django 3.2.6 release notes ... ワード release , notes , crash , Fixed , QuerySet , input , deprecation , order , regression , injection クイ ...
https://man.plustar.jp/django/releases/3.2.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT