検索

phrase: max: clip:
target: order:
Results of 91 - 95 of about 95 for valid (0.272 sec.)
メールを送信する — Django 4.0.6 ドキュメント 5516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) except BadHeaderError : return HttpResponse ( 'Invalid header found.' ) return HttpResponseRedirect ( '/c ... # In reality we'd use a form class # to get proper validation errors. return HttpResponse ( 'Make sure all ... fields are entered and valid.' ) EmailMessage クラス ¶ Django の send_mail() と ...
https://man.plustar.jp/django/topics/email.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 5516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... by the client, so that the session data will be invalidated when being tampered with. The same invalidatio ... attacker could log into good.example.com and get a valid session for their account. If the attacker has con ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 5516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hey fall in a DST transition will be reported as invalid values. テンプレートでのタイムゾーン aware な出力 ... running tests. You'll quickly learn how to avoid invalid operations. On the other hand, bugs caused by the ... info.available_timezones() provides the set of all valid keys for IANA time zones available to your system. ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5397
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ields, and then by transforming that result into a valid slug (e.g. substituting dashes for spaces and lowe ... ォームの送信は、モデル自身の保存前のバリデーションで ValidationError とともに失敗します。 ModelAdmin. get_cha ... ションを admin に追加する ¶ You can also add custom validation of data in the admin. The automatic admin int ... . Now within your form you can add your own custom validation for any field: class MyArticleAdminForm ( for ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5397
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go import forms from django.core.exceptions import ValidationError from django.utils.translation import nge ... 'num' ) def clean ( self ): # ... if error : raise ValidationError ( self . error_message % { 'num' : numbe ... ts" , ) def clean ( self ): # ... if error : raise ValidationError ( self . error_message % number ) Format ... orators . In the following example, the cache is invalidated whenever you restart your application server: ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT