検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 78 for email (0.075 sec.)
django.core.validators — Django 4.0.6 ドキュメント 6060
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or ( value ) [ドキュメント] @deconstructible class EmailValidator : message = _ ( "Enter a valid email addr ... __ ( self , other ): return ( isinstance ( other , EmailValidator ) and ( self . domain_allowlist == other ... e ) and ( self . code == other . code ) ) validate_email = EmailValidator () slug_re = _lazy_re_compile ( r ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 6060
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ags = 'dragonball' ) messages . error ( request , 'Email box full' , extra_tags = 'email' ) Extra tags are ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 6060
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... にセットされたフィールドでは、これらを使用しません。 EmailInput ¶ class EmailInput ¶ input_type : 'email' tem ... plate_name : 'django/forms/widgets/email.html' Renders as: <input type="email" ...> URLInpu ... キストの入力を扱うウィジェット TextInput NumberInput EmailInput URLInput PasswordInput HiddenInput DateInput ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
ロギング — Django 4.0.6 ドキュメント 6060
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... read more about how to filter error reports . AdminEmailHandler ¶ The built-in AdminEmailHandler deserves a ... curity. If its include_html option is enabled, the email message it sends will contain a full traceback, wi ... o send such potentially sensitive information over email. Consider instead using one of the many third-part ... evel' : 'ERROR' , 'class' : 'django.utils.log.AdminEmailHandler' , 'filters' : [ 'special' ] } }, 'loggers' ...
https://man.plustar.jp/django/topics/logging.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 6019
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e uploads. django.core.mail Helpers to easily send email. django.core.management django.core.paginator Clas ...
https://man.plustar.jp/django/py-modindex.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 6019
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .org%2F" となります。 urlize ¶ テキスト内の URL と Email アドレスをクリック可能なリンクに変換します。 このテ ... /a>" となります。 ウェブリンクに加えて、 urlize は email アドレスも mailto: リンクに変換できます。 value が ... d to text that already contains HTML markup, or to email addresses that contain single quotes ( ' ), things ... in text. urlizetrunc ¶ urlize と同じように、URL と email アドレスをクリック可能なリンクに変換します。ただし ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6019
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .auth.views.password_reset() view accepts an extra_email_context parameter. django.contrib.contenttypes ¶ o ... きるようになりました。 管理コマンド ¶ 新しい sendtestemail コマンドが追加され、テストメールを送信して、Django ... call used to generate the response. The BrokenLinkEmailsMiddleware now ignores 404s when the referer is eq ... aining integers separated with a custom character. EmailValidator now limits the length of domain name labe ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6019
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... same-site and cross-site requests. E メール ¶ The EMAIL_FILE_PATH setting, used by the file email backend ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
ビルトインのクラスベースのジェネリックビュー — Django 4.0.6 ドキュメント 6019
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 0 ) name = models . CharField ( max_length = 200 ) email = models . EmailField () headshot = models . Image ... 0 ) name = models . CharField ( max_length = 200 ) email = models . EmailField () headshot = models . Image ...
https://man.plustar.jp/django/topics/class-based-views/generic-display.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 5978
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... us destinations - to log files, external services, email and so on - with some additional configuration. Yo ... rmation on available handler classes, see the AdminEmailHandler provided by Django and the various handler ...
https://man.plustar.jp/django/howto/logging.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT