検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 58 for send (0.046 sec.)
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 7069
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gistered signal handlers. Connect, disconnect, and send signals via methods on the Signal object instead o ... spatcher . Remove any use of the Anonymous and Any sender options; they no longer exist. You can still rec ... eive signals sent by any sender by using sender=None Make any custom signals you ... ll need to make: Old (0.96) New (1.0) def callback(sender) def callback(sender, **kwargs) sig = object() s ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 7011
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ストの詳細について書かれています。 注釈 In order to send email, Django requires a few settings telling it h ... of email-related settings. By default, Django will send email from root @ localhost . However, some mail p ... ct all email from this address. To use a different sender address, modify the SERVER_EMAIL setting. To act ... broken links (404 "page not found" errors). Django sends emails about 404 errors when: DEBUG is False ; Yo ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
Mailing lists — Django 4.0.6 ドキュメント 7011
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bugging of Django. 注釈 If it's the first time you send an email to this list, your email must be accepted ...
https://man.plustar.jp/django/internals/mailing-lists.html - [similar]
ロギング — Django 4.0.6 ドキュメント 7011
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he behavior described above. Python's own defaults send records of level WARNING and higher to the console ... , reporter_class = None ) [ソース] ¶ This handler sends an email to the site ADMINS for each log message ... ackage.error_reporter.CustomErrorReporter' , }, }, send_mail ( subject , message , * args , ** kwargs ) [ソ ... ース] ¶ Sends emails to admin users. To customize this behavior ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6938
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssion checking. PasswordResetForm now has a method send_mail() that can be overridden to customize the mai ... django.utils.log.AdminEmailHandler class now has a send_mail() method to make it more subclass friendly. 管 ... he (receiver, exception) tuples returned by Signal.send_robust() now have their traceback attached as a __ ... universal newlines . The following are recognized as ending a line: the Unix end-of-line convention '\n' , ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Signals — Django 4.0.6 ドキュメント 6879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... » Signals ¶ A list of all the signals that Django sends. All built-in signals are sent using the send() m ... and receive signals. The authentication framework sends signals when a user is logged in / out . Model si ... u call the signal's connect() . 注釈 Model signals sender model can be lazily referenced when connecting a ... このシグナルとともに送信される引数は以下の通りです: sender The model class that just had an instance create ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 6879
" + 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.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 6879
" + 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.5.6.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 6820
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r file uploads. django.core.mail Helpers to easily send email. django.core.management django.core.paginato ...
https://man.plustar.jp/django/py-modindex.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 6820
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e <username> above) to capture part of the URL and send it as a keyword argument to the view. The angle br ...
https://man.plustar.jp/django/ref/urls.html - [similar]
PREV 1 2 3 4 5 6 NEXT