検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 93 for errors (0.030 sec.)
データベース — Django 4.0.6 ドキュメント 7701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed its maximum age or if it is in an unrecoverable error state. If any database errors have occurred while p ... works, and closes it if it doesn't. Thus, database errors affect at most one request; if the connection beco ... lt in unexpected behavior such as "value too long" errors from your database for data that is valid in Djang ... TRANS_TABLES . That option escalates warnings into errors when data are truncated upon insertion, so Django ...
https://man.plustar.jp/django/ref/databases.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 7635
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The system check framework detected unrecoverable errors. """ pass class CommandParser ( ArgumentParser ): ... registered in the chosen tags will be checked for errors prior to executing the command. The value '__all__ ... sys . stdout ) self . stderr = OutputWrapper ( stderr or sys . stderr ) if no_color and force_color : raise ... f , app_configs = None , tags = None , display_num_errors = False , include_deployment_checks = False , fail ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 7555
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Validator Reference を参照してください。 NON_FIELD_ERRORS ¶ NON_FIELD_ERRORS ¶ ValidationError s that don't ... eld in a form or model are classified as NON_FIELD_ERRORS . This constant is used as a key in dictionaries t ... t otherwise map fields to their respective list of errors. BadRequest ¶ exception BadRequest [ソース] ¶ New ... rlyConfigured FieldError ValidationError NON_FIELD_ERRORS BadRequest RequestAborted SynchronousOnlyOperation ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 7489
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... リーニングとバリデーションのトリガーとなる処理 (直接 errors 属性にアクセスしたり、 full_clean() を直接呼び出す ... は clean() が呼ばれる際に実行されるので、フォームの errors 属性にもアクセスできるようになります。これは各フィ ... _ と呼ばれます) に格納され、必要に応じて non_field_errors() メソッドを通じてアクセスできます。特定のフィール ... nError ( _ ( 'Invalid value: %s ' ) % value ) Form.errors.as_data() や Form.errors.as_json() メソッドは、十分 ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 7423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ood test coverage, these warnings are converted to errors when running the test suite with warnings enabled: ... ュメント ¶ Does the documentation build without any errors ( make html , or make.bat html on Windows, from th ... in Writing documentation ? Are there any spelling errors ? Bugs ¶ Is there a proper regression test (the te ... uidelines? Are there any black , flake8 , or isort errors? You can install the pre-commit hooks to automatic ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 6933
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o the view that should be called in case of server errors. Server errors happen when you have runtime errors ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 6854
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... smart_str(s, encoding='utf-8', strings_only=False, errors='strict') converts its input to a string. The enco ... to a string (they keep their original types). The errors parameter takes any of the values that are accepte ... force_str(s, encoding='utf-8', strings_only=False, errors='strict') is identical to smart_str() in almost al ... art_bytes(s, encoding='utf-8', strings_only=False, errors='strict') is essentially the opposite of smart_str ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 3.2.1 release notes — Django 4.0.6 ドキュメント 6788
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap template if alte ... ). Fixed a bug in Django 3.2 where variable lookup errors were logged when rendering some admin templates ( ...
https://man.plustar.jp/django/releases/3.2.1.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 6722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dj_exc_type ( * exc_value . args ) # Only set the 'errors_occurred' flag for errors that may make # the conn ... n ( DataError , IntegrityError ): self . wrapper . errors_occurred = True raise dj_exc_value . with_tracebac ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 6722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ValidationError as e : # Do something based on the errors contained in e.message_dict. # Display them to a u ... いたので、特別なエラーディクショナリのキー NON_FIELD_ERRORS に保存されます。このキーは、特定のフィールドではな ... します: from django.core.exceptions import NON_FIELD_ERRORS , ValidationError try : article . full_clean () ex ... cept ValidationError as e : non_field_errors = e . message_dict [ NON_FIELD_ERRORS ] 例外を特定 ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT