検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 78 for email (0.078 sec.)
Model _meta API — Django 4.0.6 ドキュメント 6308
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ds.CharField: last_name>, <django.db.models.fields.EmailField: email>, <django.db.models.fields.BooleanFiel ... ds.CharField: last_name>, <django.db.models.fields.EmailField: email>, <django.db.models.fields.BooleanFiel ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 6308
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in input ¶ Some of Django's built-in validators ( EmailValidator , most seriously) didn't prohibit newline ... f you use values with newlines in HTTP response or email headers, you can suffer from header injection atta ... itself isn't vulnerable because HttpResponse and the mail sending utilities in django.core.mail prohibit ne ... ed in Django, if you're creating HTTP responses or email messages in other ways, it's a good idea to ensure ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
FAQ: 助けを求める — Django 4.0.6 ドキュメント 6267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... います。 The django-users mailing list. This is for email-based discussions. The #django IRC channel on the ... of the development of Django itself. Please don't email support questions to this mailing list. Asking a t ...
https://man.plustar.jp/django/faq/help.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango's own code as well -- most notably, the error emails sent on an HTTP 500 server error are now handled ... support easily attaching HTML content to messages. EmailMessage now supports CC's. Error emails now include ... active users were able to request a password reset email and reset their password. In Django 1.3 inactive u ... tent account. Password reset view now accepts from_email ¶ The django.contrib.auth.views.password_reset() v ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... session data if the response's status code is 500. Email checks on failed admin login ¶ Prior to Django 1.5 ... into the admin interface and mistakenly used your email address instead of your username, the admin interf ... ace would provide a warning advising that your email address was not your username. In Django 1.5, the ... tgreSQL changed Session not saved on 500 responses Email checks on failed admin login Changes in tests exec ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... late context. For example, to add the DEFAULT_FROM_EMAIL setting to every context: from django.conf import ... settings def from_email ( request ): return { "DEFAULT_FROM_EMAIL" : setti ... ngs . DEFAULT_FROM_EMAIL , } Custom context processors can live anywhere in ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 6184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 性を受け取るようになりました。 PasswordResetForm は 'email' ではない名前の E メールフィールドを使うカスタムユ ... ーザーモデルをサポートします。 CustomUser.EMAIL_FIELD をフィールドの名前にセットしてください。 モデ ... ookups. Three fields are provided: CICharField , CIEmailField , and CITextField . The new JSONBAgg allows a ... itted. Added support for cx_Oracle 5.3. E メール ¶ EMAIL_USE_LOCALTIME 設定が追加され、SMTP 日付ヘッダを UT ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... data. django.contrib.auth ¶ Any **kwargs passed to email_user() are passed to the underlying send_mail() ca ... auth.views.password_reset() takes an optional html_email_template_name parameter used to send a multipart H ... TML email for password resets. The AbstractBaseUser.get_sess ... r for sending a multipart text/plain and text/html email. The SMTP EmailBackend now accepts a timeout param ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6143
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ser . objects . create_user ( username = 'jacob' , email = 'jacob@…' , password = 'top_secret' ) def test_d ... template rendering system and setting up the dummy email outbox. If debug isn't None , the DEBUG setting is ... tion from the template system and restoring normal email services. setup_databases ( verbosity , interactiv ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 6102
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a from binascii import Error as BinasciiError from email.utils import formatdate from urllib.parse import ( ... xpressed in seconds since the epoch, in UTC. """ # email.utils.parsedate() does the job for RFC1123 dates; ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT