検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 74 for messages (0.060 sec.)
django.core.validators — Django 4.0.6 ドキュメント 6855
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... its expected, otherwise raise ValidationError. """ messages = { "invalid" : _ ( "Enter a number." ), "max_digi ... "F" , "n" , "N" }: raise ValidationError ( self . messages [ "invalid" ], code = "invalid" , params = { "valu ... self . max_digits : raise ValidationError ( self . messages [ "max_digits" ], code = "max_digits" , params = { ... . decimal_places : raise ValidationError ( self . messages [ "max_decimal_places" ], code = "max_decimal_plac ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6855
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o will prevent management commands from executing. Messages with level lower than ERROR (i.e. warnings) are re ... _() method. The method is used while reporting all messages and its result precedes the message. id Optional s ... ere X is one of the letters CEWID , indicating the message severity ( C for criticals, E for errors and so). T ... application. There are subclasses to make creating messages with common levels easier. When using them you can ...
https://man.plustar.jp/django/ref/checks.html - [similar]
django.core.checks.messages — Django 4.0.6 ドキュメント 6813
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f contents | Index | Modules up django.core.checks.messages のソースコード # Levels DEBUG = 10 INFO = 20 WARNI ...
https://man.plustar.jp/django/_modules/django/core/checks/messages.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6813
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... method is a convenience method which returns error messages along with error codes serialized as JSON. as_json ... if GEOS 3.3 or later is installed. django.contrib.messages ¶ The backends for django.contrib.messages that us ... E_SECURE and SESSION_COOKIE_HTTPONLY settings. The messages context processor now adds a dictionary of default ... to None . It's now possible to customize the error messages for ModelForm 's unique , unique_for_date , and un ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6757
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... his problem. _ として別名をつけられる関数は? ( makemessages で使われる) xgettext が動作する方法のせいで、単一の ... go の翻訳文字列検出ユーティリティ django-admin makemessages はこれらの文字列を検出できません。詳しくは後の mak ... emessages の節で説明します。) The strings you pass to _() or ... utils.translation.ngettext() to specify pluralized messages. ngettext() takes three arguments: the singular tr ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6715
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is propagated. Moreover, when you output errors or messages in your custom commands, you should now use self.s ... equest as resolver_match . By default, all logging messages reaching the django logger when DEBUG is True are ... tes directory. Django will output some basic error messages for both situations when those templates are not f ... ents adding capabilities similar to django.contrib.messages.add_message() . This is useful for generating erro ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6715
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the form field). The labels , help_texts and error_messages options may be used to customize the default field ... () method. ModelForm fields can now override error messages defined in model fields by using the error_message ... translatable literals from templates with the makemessages command now correctly detects i18n constructs when ... If they are not, the comments are ignored and makemessages will generate a warning. For example: {# Translato ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 6715
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... デーションを行う を参照してください。 モデルの error_messages のレンダリングを考える ¶ フォームフィールド や フォ ... ます。 NON_FIELD_ERRORS キーを Meta クラス内の error_messages ディクショナリに追加することで、モデルバリデーショ ... lass ArticleForm ( ModelForm ): class Meta : error_messages = { NON_FIELD_ERRORS : { 'unique_together' : " %(m ... 、内部の Meta クラスの labels 、 help_texts 、 error_messages と言った属性を指定することができます。 例えば、 na ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6660
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... during model validation . Default is True . error_messages ¶ Field. error_messages ¶ The error_messages argum ... ent lets you override the default messages that the field will raise. Pass in a dictionary wi ... th keys matching the error messages you want to override. Error message keys include n ... ield in the Field types section below. These error messages often don't propagate to forms. See モデルの error ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6660
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lid_choice error message. This allows custom error messages to use the %(value)s placeholder. BaseFormSet now ... allows DeleteView to function with django.contrib.messages.views.SuccessMessageMixin . In accordance with For ... DiscoverRunner.log() method provides a way to log messages that uses the DiscoverRunner.logger , or prints to ... ng format of cookies values used by django.contrib.messages.storage.cookie.CookieStorage is removed. Support f ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT