検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 58 for send (0.029 sec.)
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 6820
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... id not submit any cookies, and If the response did send one or more cookies, and If the Vary: Cookie heade ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6820
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... assed to email_user() are passed to the underlying send_mail() call. The permission_required() decorator c ... ptional html_email_template_name parameter used to send a multipart HTML email for password resets. The Ab ... the use of session-based CSRF cookies. E メール ¶ send_mail() now accepts an html_message parameter for s ... ans %} tag without having the indentation characters end up in the corresponding entry in the PO file, whi ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
索引 — Django 4.0.6 ドキュメント 6762
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rport testserver コマンドラインオプション --admins sendtestemail コマンドラインオプション --all diffsettin ... ン makemessages コマンドラインオプション --managers sendtestemail コマンドラインオプション --mapping ogrins ... ct ping_google remove_stale_contenttypes runserver sendtestemail shell showmigrations sqlflush sqlmigrate ... rence の属性) semi_minor (SpatialReference の属性) send() (Signal のメソッド) send_mail() (AdminEmailHandl ...
https://man.plustar.jp/django/genindex.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 6762
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent connection closes, or when the client does not send data and hits a timeout where the server closes th ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6762
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quest . accepts ( 'text/html' ) True Most browsers send Accept: */* by default, so this would return True ... rict' or samesite='Lax' to tell the browser not to send this cookie when performing a cross-origin request ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 6762
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... した E メールアドレスに送信されます。 This view will send an email if the following conditions are met: The ... d use the form_class attribute. 注釈 Be aware that sending an email costs extra time, hence you may be vul ... ad, you can use a 3rd party package that allows to send emails asynchronously, e.g. django-mailer . 属性: ... ンクを生成して E メール送信するためのフォームです。 send_mail ( subject_template_name , email_template_name ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
設定 — Django 4.0.6 ドキュメント 6703
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... security auditors. If you enable this and need to send the value of the CSRF token with an AJAX request, ... _' prefix to the name. For example, if your client sends a 'X-XSRF-TOKEN' header, the setting should be 'H ... AIL_USE_LOCALTIME ¶ デフォルト値: False Whether to send the SMTP Date header of email messages in the loca ... . Your proxy sets the X-Forwarded-Proto header and sends it to Django, but only for requests that original ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6703
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... by default. Browsers that respect this flag won't send these cookies on cross-origin requests. If you rel ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 6703
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = forms . CharField ( widget = forms . Textarea ) sender = forms . EmailField () cc_myself = forms . Bool ... 4 つのフィールドがあります: subject 、 message 、 sender 、 cc_myself です。 CharField 、 EmailField 、 B ... とおりです。 views.py ¶ from django.core.mail import send_mail if form . is_valid (): subject = form . clean ... ect' ] message = form . cleaned_data [ 'message' ] sender = form . cleaned_data [ 'sender' ] cc_myself = f ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 6645
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ROM_EMAIL を使用します。全ての **kwargs は元となる send_mail() 呼び出しに渡されます。 マネージャメソッド ¶ ... このシグナルとともに送信される引数は以下の通りです: sender たった今ログインしたユーザのクラスです。 request ... ut ¶ logout メソッドが呼ばれたときに送信されます。 sender 上記の通り: たった今ログアウトしたユーザのクラス ... d ¶ ユーザがログインに失敗したときに送信されます。 sender 認証のために使われるモジュールの名前です。 crede ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
PREV 1 2 3 4 5 6 NEXT