検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 78 for email (0.045 sec.)
Django 2.2.9 リリースノート — Django 4.0.6 ドキュメント 8347
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... word reset form ¶ By submitting a suitably crafted email address making use of Unicode characters, that com ... pared equal to an existing user email when lower-cased for comparison, an attacker could ... password reset requests now compare the submitted email using the stricter, recommended algorithm for case ... eport 36, section 2.11.2(B)(2) . Upon a match, the email containing the reset token will be sent to the ema ...
https://man.plustar.jp/django/releases/2.2.9.html - [similar]
ロギング — Django 4.0.6 ドキュメント 8140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 除く) において、 ERROR ないし CRITICAL レベルを AdminEmailHandler に送信します。 Independently of the value o ... e_debug_false' ], 'class' : 'django.utils.log.AdminEmailHandler' } }, 'loggers' : { 'django' : { 'handlers' ... provided by the Python logging module . class AdminEmailHandler ( include_html = False , email_backend = No ... er_class = None ) [ソース] ¶ This handler sends an email to the site ADMINS for each log message it receive ...
https://man.plustar.jp/django/ref/logging.html - [similar]
索引 — Django 4.0.6 ドキュメント 8058
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stserver コマンドラインオプション --admins sendtestemail コマンドラインオプション --all diffsettings コマン ... オプション makemigrations コマンドラインオプション --email createsuperuser コマンドラインオプション --empty m ... ssages コマンドラインオプション --managers sendtestemail コマンドラインオプション --mapping ogrinspect コマ ... erations のクラス) addslashes template filter AdminEmailHandler (django.utils.log のクラス) AdminPasswordCh ...
https://man.plustar.jp/django/genindex.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 8058
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Short version: please report security issues by emailing security@djangoproject.com . Most normal bugs i ... ations, please send a description of the issue via email to security@djangoproject.com . Mail sent to that ... security team . Once you've submitted an issue via email, you should receive an acknowledgment from a membe ... tion to be taken, you may receive further followup emails. Sending encrypted reports If you want to send an ...
https://man.plustar.jp/django/internals/security.html - [similar]
Django 3.0.1 リリースノート — Django 4.0.6 ドキュメント 8058
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... word reset form ¶ By submitting a suitably crafted email address making use of Unicode characters, that com ... pared equal to an existing user email when lower-cased for comparison, an attacker could ... password reset requests now compare the submitted email using the stricter, recommended algorithm for case ... eport 36, section 2.11.2(B)(2) . Upon a match, the email containing the reset token will be sent to the ema ...
https://man.plustar.jp/django/releases/3.0.1.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 7892
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... flexible username requirements . Customization of email sending via email backends . New "smart" if templa ... ¶ You can now configure the way that Django sends email . Instead of using SMTP to send all email, you can ... now choose a configurable email backend to send messages. If your hosting provider ... chnique for sending mail, you can now construct an email backend that will allow Django's standard mail sen ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 7700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = 'Sally Smith' # Hard-coded author name. # AUTHOR EMAIL --One of the following three is optional. The fram ... ework # looks for them in this order. def author_email ( self , obj ): """ Takes the object returned by g ... et_object() and returns the feed's author's email as a normal Python string. """ def author_email ( ... self ): """ Returns the feed's author's email as a normal Python string. """ author_email = 'tes ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 7369
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... est" ) # Default logging for Django. This sends an email to the site admins on every # HTTP 500 error. Depe ... e_debug_false" ], "class" : "django.utils.log.AdminEmailHandler" , }, }, "loggers" : { "django" : { "handle ... unc ( logging_settings ) [ドキュメント] class AdminEmailHandler ( logging . Handler ): """An exception log ... handler that emails log entries to site admins. If the request is pas ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7038
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he test runner will clear the contents of the test email outbox at the start of each test case. For more de ... tail on email services during tests, see Email services below. A ... es . For example, the following code tests that an EmailField accepts a@a.com as a valid email address, but ... asonable error message: self . assertFieldOutput ( EmailField , { 'a@a.com' : 'a@a.com' }, { 'aaa' : [ 'Ent ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 6997
" + 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 ... e superuser, this method will always return True . email_user ( subject , message , from_email = None , ** ... kwargs ) ¶ ユーザに E メール送信します。 from_email が None の場合、Django は DEFAULT_FROM_EMAIL を使用 ... のマネージャを持っています: create_user ( username , email = None , password = None , ** extra_fields ) ¶ Use ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT