検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 74 for messages (0.013 sec.)
フォームセット (Formset) — Django 4.0.6 ドキュメント 6660
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 動的にフォームを操作することが容易となります。 error_messages ¶ New in Django 3.2. The error_messages argument l ... ets you override the default messages that the formset will raise. Pass in a dictionary ... with keys matching the error messages you want to override. For example, here is the def ... r message: >>> formset = ArticleFormSet ({}, error_messages = { 'missing_management_form' : 'Sorry, something ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
ロギング — Django 4.0.6 ドキュメント 6660
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing system. Each logger is a named bucket to which messages can be written for processing. ロガーには ログレベ ... ample of how to make the logging system print more messages from just the django named logger: settings.py ¶ i ... e' : False , }, }, } By default, this config sends messages from the django logger of level INFO or higher to ... UG=True . Django does not log many such INFO level messages. With this config, however, you can also set the e ...
https://man.plustar.jp/django/topics/logging.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 6576
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t force_str , punycode # Don't BASE64-encode UTF-8 messages so that we avoid unwanted attention from # some sp ... urn self . get_connection ( fail_silently ) . send_messages ([ self ]) def attach ( self , filename = None , c ... e that makes it easy to send multipart/alternative messages. For example, including text and HTML versions of ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 6576
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for adding a "human touch" to data. django.contrib.messages Provides cookie- and session-based temporary messa ... ge storage. django.contrib.messages.middleware Message middleware. django.contrib.post ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 6576
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uth , django.contrib.contenttypes , django.contrib.messages , and django.contrib.sessions - to your INSTALLED_ ... .auth.context_processors.auth , and django.contrib.messages.context_processors.messages in the 'context_proces ... leware.AuthenticationMiddleware and django.contrib.messages.middleware.MessageMiddleware must be included. Hoo ... lAdmin. message_user ( request , message , level = messages.INFO , extra_tags = '' , fail_silently = False ) ¶ ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Django 2.2.14 release notes — Django 4.0.6 ドキュメント 6576
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo 2.2.14 fixes a bug in 2.2.13. Bugfixes ¶ Fixed messages of InvalidCacheKey exceptions and CacheKeyWarning ...
https://man.plustar.jp/django/releases/2.2.14.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 6520
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... でフィルタを使うこともできます。例を示します: {% if messages | length >= 100 %} You have lots of messages today ... ault, this suffix is 's' . 実装例: You have {{ num_messages }} message {{ num_messages | pluralize }} . num_me ... が 1 のとき、出力は You have 1 message. です。 num_messages が 2 のとき、出力は You have 2 messages. となります ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
Django 1.10.2 release notes — Django 4.0.6 ドキュメント 6520
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ere listed as changed in the admin's model history messages ( #27302 ). 目次 Django 1.10.2 release notes Bugfi ...
https://man.plustar.jp/django/releases/1.10.2.html - [similar]
Django 1.6.4 release notes — Django 4.0.6 ドキュメント 6520
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... wards compatibility support for the django.contrib.messages cookie format of Django 1.4 and earlier to facilit ...
https://man.plustar.jp/django/releases/1.6.4.html - [similar]
Django 3.0.8 release notes — Django 4.0.6 ドキュメント 6520
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .0.8 fixes several bugs in 3.0.7. Bugfixes ¶ Fixed messages of InvalidCacheKey exceptions and CacheKeyWarning ...
https://man.plustar.jp/django/releases/3.0.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT