検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 82 for invalid (0.013 sec.)
Django 1.11.23 リリースノート — Django 4.0.6 ドキュメント 7397
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ue to excessive recursion when re-percent-encoding invalid UTF-8 octet sequences. uri_to_iri() now avoids rec ... ursion when re-percent-encoding invalid UTF-8 octet sequences. 目次 Django 1.11.23 リリース ...
https://man.plustar.jp/django/releases/1.11.23.html - [similar]
Django 2.1.11 リリースノート — Django 4.0.6 ドキュメント 7397
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ue to excessive recursion when re-percent-encoding invalid UTF-8 octet sequences. uri_to_iri() now avoids rec ... ursion when re-percent-encoding invalid UTF-8 octet sequences. 目次 Django 2.1.11 リリース ...
https://man.plustar.jp/django/releases/2.1.11.html - [similar]
Django 2.2.4 リリースノート — Django 4.0.6 ドキュメント 7206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ue to excessive recursion when re-percent-encoding invalid UTF-8 octet sequences. uri_to_iri() now avoids rec ... ursion when re-percent-encoding invalid UTF-8 octet sequences. Bugfixes ¶ Fixed a regressi ...
https://man.plustar.jp/django/releases/2.2.4.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 7110
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... late in Django 1.9 means those files now have some invalid Python syntax. This causes difficulties for packag ... using USE_THOUSAND_SEPARATOR=True ( #20415 ). Made invalid forms display the initial of values of their disab ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
django.contrib.sessions.exceptions — Django 4.0.6 ドキュメント 7015
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ions import BadRequest , SuspiciousOperation class InvalidSessionKey ( SuspiciousOperation ): """Invalid char ...
https://man.plustar.jp/django/_modules/django/contrib/sessions/exceptions.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 7015
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s parse_http_date, but return None if the input is invalid. """ try : return parse_http_date ( date ) except ... etloc and "[" not in netloc ): raise ValueError ( "Invalid IPv6 URL" ) if allow_fragments and "#" in url : ur ... nfo = _urlparse ( url ) except ValueError : # e.g. invalid IPv6 addresses return False # Forbid URLs like htt ... tloc in allowed_hosts ) and ( not scheme or scheme in valid_schemes ) def escape_leading_slashes ( url ): """ ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 7015
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... '' , ... 'message' : 'Hi there' , ... 'sender' : 'invalid email address' , ... 'cc_myself' : True } >>> f = ... message": "Enter a valid email address.", "code": "invalid"}], "subject": [{"message": "This field is require ... '' , ... 'message' : 'Hi there' , ... 'sender' : 'invalid email address' , ... 'cc_myself' : True } >>> f = ... '' , ... 'message' : 'Hi there' , ... 'sender' : 'invalid email address' , ... 'cc_myself' : True } >>> f = ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 7015
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... esNotExist . If the template is found but contains invalid syntax, it raises TemplateSyntaxError . How templa ... PP_DIRS . See Loader types for details. 'string_if_invalid' : the output, as a string, that the template syst ... em should use for invalid (e.g. misspelled) variables. It defaults to an emp ... ty string. See How invalid variables are handled for details. 'file_charset' ...
https://man.plustar.jp/django/topics/templates.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 6920
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r , ValueError , IndexError ): raise ValueError ( 'Invalid address " %s "' % addr ) else : if rest : # The en ... email address must be parsed. raise ValueError ( 'Invalid address; only %s could be parsed from " %s "' % ( ... s or " \r " in address_parts : raise ValueError ( "Invalid address; address parts cannot contain newlines." ) ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 6920
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... plate_names() ] メソッド as_view() dispatch() form_invalid() form_valid() get() get_context_data() get_form() ... ate_name_suffix メソッド as_view() dispatch() form_invalid() form_valid() get() get_context_data() get_form() ... ate_name_suffix メソッド as_view() dispatch() form_invalid() form_valid() get() get_context_data() get_form() ...
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT