検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 239 for default (0.116 sec.)
Django 2.2.8 リリースノート — Django 4.0.6 ドキュメント 4608
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and that would be compatible with Django's safe by default philosophy. For the time being, developers whose a ... proxy models with a multiple database setup if the default entry was empty ( #31021 ). Fixed a data loss poss ...
https://man.plustar.jp/django/releases/2.2.8.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 4608
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as two threading modes: thread_sensitive=True (the default): the sync function will run in the same thread as ... completes. 警告 asgiref version 3.3.0 changed the default value of the thread_sensitive parameter to True . ... This is a safer default, and in many cases interacting with Django the cor ... e used in that same thread. The object with alias 'default' was created in thread id 4371465600 and this is t ...
https://man.plustar.jp/django/topics/async.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 4608
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... els . DateField () mod_date = models . DateField ( default = date . today ) authors = models . ManyToManyFiel ... hor ) number_of_comments = models . IntegerField ( default = 0 ) number_of_pingbacks = models . IntegerField ... ( default = 0 ) rating = models . IntegerField ( default = 5 ... ks backwards, too. While it can be customized , by default you refer to a "reverse" relationship in a lookup ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 4608
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango.core.mail で送信されるメールの文字セットは、 DEFAULT_CHARSET 設定の値にセットされます。 send_mail() ¶ s ... string. If None , Django will use the value of the DEFAULT_FROM_EMAIL setting. recipient_list : メールアドレス ... IL_SUBJECT_PREFIX setting, which is "[Django] " by default. The "From:" header of the email will be the value ... fred@example.com> forms are legal. If omitted, the DEFAULT_FROM_EMAIL setting is used. to : 受信者のメールアド ...
https://man.plustar.jp/django/topics/email.html - [similar]
Paginator — Django 4.0.6 ドキュメント 4577
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ordered, e.g. with an order_by() clause or with a default ordering on the model. 巨大な QuerySet のページネー ... the second (and last) page with 13 items. orphans defaults to zero, which means pages are never combined and ... r is determined by the on_each_side argument which defaults to 3. The number of pages to include at the begin ... range is determined by the on_ends argument which defaults to 2. For example, with the default values for on ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 4577
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... data loss, it's recommended to switch from MySQL's default level, repeatable read, to read committed. Added s ... ことができるようになりました。 新たな diffsettings --default オプションによって、Django のデフォルトの設定以外の ... QuerySet.update_or_create() と get_or_create() の defaults 属性で呼び出し可能な値に対するサポートが追加されま ... した。 ImageField now has a default validate_image_file_extension validator. (This val ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 4577
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e documentation for the ALLOWED_HOSTS setting. The default value for this setting in Django 1.4.4 is ['*'] (m ... strictly-enforced maximum number of forms (1000 by default, though it can be set higher via the max_num forms ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 4577
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... this release, Django's file upload handing in its default configuration may degrade to producing a huge numb ... ). Fixed transaction handling when specifying non-default database in createcachetable and flush ( #23089 ). ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 4536
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... セッサーは、メッセージレベルの名前と数値を対応させた DEFAULT_MESSAGE_LEVELS 変数も提供します。 { % if messages ... tags }}" { % endif % } > { % if message . level == DEFAULT_MESSAGE_LEVELS . ERROR % } Important : { % endif % ... re.' ) # recorded # Set the messages level back to default. messages . set_level ( request , None ) Similarly ... a_tags = 'email' ) Extra tags are added before the default tag for that level and are space separated. Failin ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 4536
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... et.html テンプレート: {{ greeting }} , {{ person | default :"friend" }} ! キーワード引数を使って、テンプレート ... lue | date :"D d M Y" }} {{ value | time :"H:i" }} default ¶ 入力の評価値が False の場合、引数に指定したデフォ ... 。そうでなければ、入力値を使います。 例: {{ value | default :"nothing" }} value が "" ( 空の文字列 ) のとき、出 ... 力は nothing になります。 default_if_none ¶ 入力値が None であるとき ( None であると ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]