検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 32 for mail (0.063 sec.)
フォームを使う — Django 4.0.6 ドキュメント 7297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ブラウザ検証 If your form includes a URLField , an EmailField or any integer field type, Django will use th ... e url , email and number HTML5 input types. By default, browsers ... ld ( widget = forms . Textarea ) sender = forms . EmailField () cc_myself = forms . BooleanField ( require ... essage 、 sender 、 cc_myself です。 CharField 、 EmailField 、 BooleanField はフィールドの種類です; すべて ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 7249
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er Django's handlers for file uploads. django.core.mail Helpers to easily send email. django.core.manageme ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7249
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo's own code as well -- most notably, the error emails sent on an HTTP 500 server error are now handled ... dmin's list_filter . Support for HttpOnly cookies. mail_admins() and mail_managers() now support easily at ... taching HTML content to messages. EmailMessage now supports CC's. Error emails now include ... ctive users were able to request a password reset email and reset their password. In Django 1.3 inactive u ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7249
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... checking. PasswordResetForm now has a method send_mail() that can be overridden to customize the mail to ... en getting the description of a table. E メール ¶ Email backends now support the context manager protocol ... for opening and closing connections. The SMTP email backend now supports keyfile and certfile authenti ... cation with the EMAIL_SSL_CERTFILE and EMAIL_SSL_KEYFILE settings. The S ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 7249
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... commits. Examples might include a Celery task, an email notification, or a cache invalidation. Django prov ... ort transaction def do_something (): pass # send a mail, invalidate a cache, fire off a Celery task, etc. ... rt of the transaction. For the intended use cases (mail notifications, Celery tasks, etc.), this should be ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 7152
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ic files (e.g. images, JavaScript, CSS) . sendtestemail ¶ django-admin sendtestemail [email [email ...]] ¶ ... Sends a test email (to confirm email sending through Django is workin ... s) specified. For example: django - admin sendtestemail foo @example . com bar @example . com There are a ... use any combination of them together: --managers ¶ Mails the email addresses specified in MANAGERS using m ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7152
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ata. django.contrib.auth ¶ Any **kwargs passed to email_user() are passed to the underlying send_mail() ca ... uth.views.password_reset() takes an optional html_email_template_name parameter used to send a multipart H ... TML email for password resets. The AbstractBaseUser.get_sess ... use of session-based CSRF cookies. E メール ¶ send_mail() now accepts an html_message parameter for sendin ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 7104
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Optional ( blank=True ). 150 characters or fewer. email ¶ Optional ( blank=True ). Email address. password ... superuser, this method will always return True . email_user ( subject , message , from_email = None , ** ... kwargs ) ¶ ユーザに E メール送信します。 from_email が None の場合、Django は DEFAULT_FROM_EMAIL を使用 ... します。全ての **kwargs は元となる send_mail() 呼び出しに渡されます。 マネージャメソッド ¶ clas ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7056
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ain_whitelist attribute of django.core.validators.EmailValidator will be removed. The default_app_config m ... future template tag library. The SEND_BROKEN_LINK_EMAILS setting will be removed. Add the django.middlewar ... e.common.BrokenLinkEmailsMiddleware middleware to your MIDDLEWARE_CLASSES s ... to automatically add a debug-false filter to the 'mail_admins' logging handler will be removed. The LOGGI ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7056
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to 254 characters to more easily allow the use of email addresses (which are limited to 254 characters) as ... be possible to use upload_to also. The subject of mail sent by AdminEmailHandler is no longer truncated a ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
PREV 1 2 3 4 NEXT