検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 49 for sent (0.051 sec.)
Django 1.11.3 リリースノート — Django 4.0.6 ドキュメント 7199
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... login() view) if the corresponding parameter isn't sent in a request (in particular, when the login page i ...
https://man.plustar.jp/django/releases/1.11.3.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 7199
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an exception. It will return 1 if the message was sent successfully, otherwise 0 . message() constructs a ... SafeMIMEMultipart object holding the message to be sent. If you ever need to extend the EmailMessage class ... ady open, it will be left open after mail has been sent. コンテキストマネジャーとしても使うことができ、必要 ...
https://man.plustar.jp/django/topics/email.html - [similar]
django.core.mail — Django 4.0.6 ドキュメント 7063
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o each recipient list. Return the number of emails sent. If from_email is None, use the DEFAULT_FROM_EMAIL ...
https://man.plustar.jp/django/_modules/django/core/mail.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 7063
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ler400 ¶ handler400 ¶ A callable, or a string representing the full Python import path to the view that sh ... ould be called if the HTTP client has sent a request that caused an error condition and a res ... ler403 ¶ handler403 ¶ A callable, or a string representing the full Python import path to the view that sh ... ler404 ¶ handler404 ¶ A callable, or a string representing the full Python import path to the view that sh ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7063
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... own code as well -- most notably, the error emails sent on an HTTP 500 server error are now handled as a l ... dget, intended for use with form fields which represent passwords, accepts a boolean keyword argument rend ... rue , meaning that the submitted password would be sent back to the browser as part of the form. Developer ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 6987
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pending on DEBUG, all other log records are either sent to # the console (DEBUG=True) or discarded (DEBUG= ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 6987
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ps: Emit a pre-save signal. The pre_save signal is sent, allowing any functions listening for that signal ... . Emit a post-save signal. The post_save signal is sent, allowing any functions listening for that signal ... u should always return a nice, human-readable representation of the model from the __str__() method. 例: f ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6987
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tDataException . HttpRequest. path ¶ A string representing the full path to the requested page, not includ ... hing_else () HttpRequest. encoding ¶ A string representing the current encoding used to decode form submis ... resolver_match ¶ An instance of ResolverMatch representing the resolved URL. This attribute is only set af ... onMiddleware : An instance of AUTH_USER_MODEL representing the currently logged-in user. If the user isn't ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 6987
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as no match and as a consequence a 404 response is sent to the user unless another URL pattern matches. A ... xactly four digits long. Each captured argument is sent to the view as a string, regardless of what sort o ... effect. Values must be callables, or strings representing the full Python import path to the view that sh ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 6912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n the ADMINS setting. 参考 Server error emails are sent using the logging framework, so you can customize ... ed with stars ( ********** ) in the request's representation inside the error reports, whereas the value o ... ngo 3.2. Property that returns a pathlib.Path representing the absolute filesystem path to a template for ... rendering the HTML representation of the exception. Defaults to the Django prov ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
PREV 1 2 3 4 5 NEXT