検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 144 for type (0.039 sec.)
GDAL API — Django 4.0.6 ドキュメント 7993
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... raphic features ( Feature ), information about the type of features contained in that layer (e.g. points, ... polygons, etc.), as well as the names and types of any additional fields ( Field ) of data that m ... e features in a given layer have the same geometry type. The geom_type property of a layer is an OGRGeomTy ... pe that identifies the feature type. We can use it to print out some basic information ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 7993
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or="id_form-0-title">Title:</label></th><td><input type="text" name="form-0-title" id="id_form-0-title"></ ... _form-0-pub_date">Pub date:</label></th><td><input type="text" name="form-0-pub_date" id="id_form-0-pub_da ... or="id_form-0-title">Title:</label></th><td><input type="text" name="form-0-title" value="Django is now op ... _form-0-pub_date">Pub date:</label></th><td><input type="text" name="form-0-pub_date" value="2008-05-12" i ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
Form fields — Django 4.0.6 ドキュメント 7756
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... >>> print ( f ) <tr><th>Your name:</th><td><input type="text" name="name" required></td></tr> <tr><th>You ... r website:</th><td><input type="url" name="url"></td></tr> <tr><th>Comment:</th>< ... td><input type="text" name="comment" required></td></tr> label_su ... id_age">Age?</label> <input id="id_age" name="age" type="number" required></p> <p><label for="id_nationali ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 7496
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ee" by using Django models, items() can return any type of object you want. If you're creating an Atom fee ... ods and attributes of Feed classes. Specifying the type of feed ¶ By default, feeds produced in this frame ... work use RSS 2.0. To change that, add a feed_type attribute to your Feed class, like so: from django ... rator import Atom1Feed class MyFeed ( Feed ): feed_type = Atom1Feed Note that you set feed_type to a class ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 7307
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bytes, of the uploaded file. UploadedFile. content_type ¶ The content-type header uploaded with the file ( ... dn't trust that the uploaded file is actually this type. You'll still need to validate that the file conta ... ins the content that the content-type header claims -- "trust but verify." UploadedFile. ... content_type_extra ¶ A dictionary containing extra parameters p ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 7224
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the DEFAULT_CHARSET encoding. HttpRequest. content_type ¶ リクエストの MIME タイプを表す文字列です。 CONTE ... NT_TYPE から識別されます。 HttpRequest. content_params ¶ C ... ONTENT_TYPE ヘッダに含まれる、キーと値のパラーメータのディクシ ... les. Each key in FILES is the name from the <input type="file" name=""> . Each value in FILES is an Upload ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 7153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... TemplateView ¶ 属性 (と省略可能な継承元): content_type extra_context http_method_names response_class [ r ... ss DetailView ¶ 属性 (と省略可能な継承元): content_type context_object_name [ get_context_object_name() ] ... な継承元): allow_empty [ get_allow_empty() ] content_type context_object_name [ get_context_object_name() ] ... lass FormView ¶ 属性 (と省略可能な継承元): content_type extra_context form_class [ get_form_class() ] http ...
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html - [similar]
フォームアセット (Media クラス) — Django 4.0.6 ドキュメント 7153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... <link href="http://static.example.com/pretty.css" type="text/css" media="all" rel="stylesheet"> <script s ... link href = "http://static.example.com/pretty.css" type = "text/css" media = "screen" rel = "stylesheet" > ... link href = "http://static.example.com/lo_res.css" type = "text/css" media = "tv,projector" rel = "stylesh ... k href = "http://static.example.com/newspaper.css" type = "text/css" media = "print" rel = "stylesheet" > ...
https://man.plustar.jp/django/topics/forms/media.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 6999
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... clusionConstraint ( * , name , expressions , index_type = None , condition = None , deferrable = None , in ... usion constraints using indexes. The default index type is GiST . To use them, you need to activate the bt ... rators can be used in exclusion constraints. index_type ¶ ExclusionConstraint. index_type ¶ The index type ... se insensitive. If not provided, the default index type is GIST . condition ¶ ExclusionConstraint. conditi ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 6728
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... __enter__ ( self ): pass def __exit__ ( self , exc_type , exc_value , traceback ): if exc_type is None : r ... eturn for dj_exc_type in ( DataError , OperationalError , IntegrityError ... DatabaseError , InterfaceError , Error , ): db_exc_type = getattr ( self . wrapper . Database , dj_exc_typ ... e . __name__ ) if issubclass ( exc_type , db_exc_type ): dj_exc_value = dj_exc_type ( * ex ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT