検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 17 for sender (0.029 sec.)
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 12690
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f use_caching is defined, then for each # distinct sender we cache the receivers that sender has in # 'sende ... onnect() is called and populated on send(). self . sender_receivers_cache = weakref . WeakKeyDictionary () i ... lse [ドキュメント] def connect ( self , receiver , sender = None , weak = True , dispatch_uid = None ): """ ... Connect receiver to sender for signal. Arguments: receiver A function or an i ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 12000
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ect' : 'hello' , ... 'message' : 'Hi there' , ... 'sender' : 'foo@example.com' , ... 'cc_myself' : True } >> ... ect' : 'hello' , ... 'message' : 'Hi there' , ... 'sender' : 'foo@example.com' , ... 'cc_myself' : True } >> ... のフィールドはデフォルトで必須なのでラーとなります) sender が無効なメールアドレスです: >>> data = { 'subject' ... : '' , ... 'message' : 'Hi there' , ... 'sender' : 'invalid email address' , ... 'cc_myself' : Tru ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
Signals — Django 4.0.6 ドキュメント 11225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... u call the signal's connect() . 注釈 Model signals sender model can be lazily referenced when connecting a r ... このシグナルとともに送信される引数は以下の通りです: sender The model class that just had an instance created. ... s sent to a pre_init handler would be: Argument 値 sender Question (the class itself) args [] (an empty list ... このシグナルとともに送信される引数は以下の通りです: sender As above: the model class that just had an instanc ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Signals — Django 4.0.6 ドキュメント 10449
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he framework. In a nutshell, signals allow certain senders to notify a set of receivers that some action has ... they were registered. Signal. connect ( receiver , sender = None , weak = True , dispatch_uid = None ) [ソー ... gnal. See Receiver functions for more information. sender -- Specifies a particular sender to receive signal ... s from. See Connecting to signals sent by specific senders for more information. weak -- Django stores signa ...
https://man.plustar.jp/django/topics/signals.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 8466
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = forms . CharField ( widget = forms . Textarea ) sender = forms . EmailField () cc_myself = forms . Boolea ... 4 つのフィールドがあります: subject 、 message 、 sender 、 cc_myself です。 CharField 、 EmailField 、 Boo ... ect' ] message = form . cleaned_data [ 'message' ] sender = form . cleaned_data [ 'sender' ] cc_myself = for ... xample.com' ] if cc_myself : recipients . append ( sender ) send_mail ( subject , message , sender , recipie ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 8328
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... spatcher . Remove any use of the Anonymous and Any sender options; they no longer exist. You can still recei ... ve signals sent by any sender by using sender=None Make any custom signals you'v ... ll need to make: Old (0.96) New (1.0) def callback(sender) def callback(sender, **kwargs) sig = object() sig ... k, sig) sig.connect(callback) dispatcher.send(sig, sender) sig.send(sender) dispatcher.connect(callback, sig ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Form fields — Django 4.0.6 ドキュメント 7879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ers max.' ) ... message = forms . CharField () ... sender = forms . EmailField ( help_text = 'A valid email ... ="text" name="message" required></td></tr> <tr><th>Sender:</th><td><input type="email" name="sender" require ... nput type="text" name="message" required></li> <li>Sender: <input type="email" name="sender" required> A val ... <input type="text" name="message" required></p> <p>Sender: <input type="email" name="sender" required> A val ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
django.core.mail — Django 4.0.6 ドキュメント 7776
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) messages = [ EmailMessage ( subject , message , sender , recipient , connection = connection ) for subjec ... t , message , sender , recipient in datatuple ] return connection . sen ...
https://man.plustar.jp/django/_modules/django/core/mail.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 7690
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... このシグナルとともに送信される引数は以下の通りです: sender たった今ログインしたユーザのクラスです。 request 現 ... ut ¶ logout メソッドが呼ばれたときに送信されます。 sender 上記の通り: たった今ログアウトしたユーザのクラス、 ... d ¶ ユーザがログインに失敗したときに送信されます。 sender 認証のために使われるモジュールの名前です。 credent ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 7621
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ess data (RFC #5322) ADDRESS_HEADERS = { "from" , "sender" , "reply-to" , "to" , "cc" , "bcc" , "resent-from ... " , "resent-sender" , "resent-to" , "resent-cc" , "resent-bcc" , } de ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
PREV 1 2 NEXT