検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 144 for type (0.129 sec.)
SchemaEditor — Django 4.0.6 ドキュメント 5131
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... changes to be applied. Some possible operations or types of change are not possible on all databases - for ... the column (the db_column attribute), changing the type of the field (if the field class changes), changin ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 5131
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .http.last_modified decorators are passed the same type of functions as the condition decorator. Their sig ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
多対多 (many-to-many) 関係 — Django 4.0.6 ドキュメント 5131
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cations . add ( p3 ) Adding an object of the wrong type raises TypeError : >>> a2 . publications . add ( a ... 1 ) Traceback (most recent call last): ... TypeError : 'Publication' instance expected Create and ...
https://man.plustar.jp/django/topics/db/examples/many_to_many.html - [similar]
多対一 (many-to-one) 関係 — Django 4.0.6 ドキュメント 5131
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eporter: Paul Jones> Adding an object of the wrong type raises TypeError: >>> r . article_set . add ( r2 ) ... Traceback (most recent call last): ... TypeError : 'Article' instance expected, got <Reporter: ...
https://man.plustar.jp/django/topics/db/examples/many_to_one.html - [similar]
モデル — Django 4.0.6 ドキュメント 5131
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 用するデフォルトの HTML ウィジェット (例えば <input type="text"> 、 <select> )。 最低限必要とされる入力値確 ... mport models class Runner ( models . Model ): MedalType = models . TextChoices ( 'MedalType' , 'GOLD SILVE ... models . CharField ( blank = True , choices = MedalType . choices , max_length = 10 ) もっと他の例は model ... ch model an auto-incrementing primary key with the type specified per app in AppConfig.default_auto_field ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 5096
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _escapes ) return format_html ( '<script id=" {} " type="application/json"> {} </script>' , element_id , m ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 5096
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e arguments (choose an appropriate default for the type of the field you're adding). Run the makemigration ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 5096
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... N ( 'point' )) . get ( name = 'Chicago' ) . json {"type":"Point","coordinates":[-87.65018,41.85039]} Keywo ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 5096
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... } , the output will be: < script id = "hello-data" type = "application/json" >{ "hello" : "world" }</ scri ... amp;'} , the output is: < script id = "hello-data" type = "application/json" >{ "hello" : "world\\u003C/sc ... icing. See https://diveinto.org/python3/native-datatypes.html#slicinglists for an introduction. 実装例: {{ ... tylesheet" href = " {% static user_stylesheet %} " type = "text/css" media = "screen" > 表示させずに静的な ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 5096
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 規表現の文字列にする必要があります。それ以外の場合は TypeError が発生します。 A RegexValidator searches the ... piled regular expression, and flags is overridden, TypeError is raised. Defaults to 0 . EmailValidator ¶ c ... dation of the file extension to determine a file's type. Files can be renamed to have any extension no mat ...
https://man.plustar.jp/django/ref/validators.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 NEXT