検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 58 for send (0.095 sec.)
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 6645
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... max_length = 100 ) message = forms . CharField () sender = forms . EmailField () recipients = MultiEmailF ... not in subject : raise ValidationError ( "Did not send for 'help' in the subject despite " "CC'ing yourse ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 6645
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... アドレスも mailto: リンクに変換できます。 value が "Send questions to foo@example.com" であるとき、出力は " ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6645
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eyword argument render_value indicating whether to send its data back to the browser when displaying a sub ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6645
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... instead. request_finished signal ¶ Django used to send the request_finished signal as soon as the view fu ... tible if you rely on the signal being fired before sending the response content to the client. If you do, ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6645
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 付与することになります。 SecurityMiddleware can now send the Referrer-Policy header. テスト ¶ The new test ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6645
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er than being loaded all at once. Signals ¶ Signal.send_robust() now logs exceptions. テンプレート ¶ float ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 6645
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ndle routing. First we want a router that knows to send queries for the auth and contenttypes apps to auth ... uth_db' return None And we also want a router that sends all other apps to the primary/replica configurati ... el_name = None , ** hints ): """ All non-auth models end up in this pool. """ return True Finally, in the ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 6645
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .db import transaction def do_something (): pass # send a mail, invalidate a cache, fire off a Celery task ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6645
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... de :heart:) requests . post ( 'https://example.com/send' , data = { 'body' : body }) You can avoid such pr ... jango code: requests . post ( 'https://example.com/send' , data = { 'body' : str ( body )}) If you don't l ... rting point" as start %} {% translate "end point" as end %} {% translate "La Grande Boucle" as race %} < h ... ate %} tag without having the indentation characters end up in the corresponding entry in the PO file, whi ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
ロギング — Django 4.0.6 ドキュメント 6645
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... clude_html option is enabled, the email message it sends will contain a full traceback, with names and val ... ue ). It's generally not considered a good idea to send such potentially sensitive information over email. ... opagate' : False , }, }, } By default, this config sends messages from the django logger of level INFO or ...
https://man.plustar.jp/django/topics/logging.html - [similar]
PREV 1 2 3 4 5 6 NEXT