検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 48 for encoding (0.022 sec.)
Unicode data — Django 4.0.6 ドキュメント 13298
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ary string data. Normally, this means giving it an encoding of UTF-8 or UTF-16. If you use a more restrictive ... on how to set or alter the database character set encoding. PostgreSQL users, refer to the PostgreSQL manual ... for details on creating databases with the correct encoding. Oracle users, refer to the Oracle manual for deta ... or alter ( section 11 ) the database character set encoding. SQLite users, there is nothing you need to do. SQ ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 12874
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .core.mail.utils import DNS_NAME from django.utils.encoding import force_str , punycode # Don't BASE64-encode ... Charset . Charset ( "utf-8" ) utf8_charset . body_encoding = None # Python defaults to BASE64 utf8_charset_qp ... arset . Charset ( "utf-8" ) utf8_charset_qp . body_encoding = Charset . QP # Default MIME type to use on attac ... " , } def forbid_multi_line_headers ( name , val , encoding ): """Forbid multi-line headers to prevent header ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 12723
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... able of contents | Index | Modules up django.utils.encoding のソースコード import codecs import datetime impor ... self . obj ), ) [ドキュメント] def smart_str ( s , encoding = "utf-8" , strings_only = False , errors = "stric ... ing representing 's'. Treat bytestrings using the 'encoding' codec. If strings_only is True, don't convert (so ... ttext_lazy() call. return s return force_str ( s , encoding , strings_only , errors ) _PROTECTED_TYPES = ( typ ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
Django 1.11.23 リリースノート — Django 4.0.6 ドキュメント 9057
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 14235: Potential memory exhaustion in django.utils.encoding.uri_to_iri() ¶ If passed certain inputs, django.ut ... ils.encoding.uri_to_iri() could lead to significant memory usag ... e due to excessive recursion when re-percent-encoding invalid UTF-8 octet sequences. uri_to_iri() now av ... oids recursion 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 ドキュメント 9057
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 14235: Potential memory exhaustion in django.utils.encoding.uri_to_iri() ¶ If passed certain inputs, django.ut ... ils.encoding.uri_to_iri() could lead to significant memory usag ... e due to excessive recursion when re-percent-encoding invalid UTF-8 octet sequences. uri_to_iri() now av ... oids recursion 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 ドキュメント 8860
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 14235: Potential memory exhaustion in django.utils.encoding.uri_to_iri() ¶ If passed certain inputs, django.ut ... ils.encoding.uri_to_iri() could lead to significant memory usag ... e due to excessive recursion when re-percent-encoding invalid UTF-8 octet sequences. uri_to_iri() now av ... oids recursion when re-percent-encoding invalid UTF-8 octet sequences. Bugfixes ¶ Fixed a ...
https://man.plustar.jp/django/releases/2.2.4.html - [similar]
Django 1.1.2 リリースノート — Django 4.0.6 ドキュメント 8239
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... und at the end of the test runner's output. Cookie encoding ¶ To fix bugs with cookies in Internet Explorer, S ... afari, and possibly other browsers, our encoding of cookie values was changed so that the character ... anges in 1.1.2 Test runner exit status code Cookie encoding One new feature 前のトピックへ Django 1.1.3 リリー ... atus , new , runner , tests , feature , features , encoding , release , This , next クイック検索 Last update: ...
https://man.plustar.jp/django/releases/1.1.2.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 8194
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... middleware documentation for details. django.utils.encoding ¶ smart_str ( s , encoding = 'utf-8' , strings_onl ... arbitrary object s . Treats bytestrings using the encoding codec. If strings_only is True , don't convert (so ... to force_str(strings_only=True) . force_str ( s , encoding = 'utf-8' , strings_only = False , errors = 'stric ... (some) non-string-like objects. smart_bytes ( s , encoding = 'utf-8' , strings_only = False , errors = 'stric ...
https://man.plustar.jp/django/ref/utils.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 8148
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thod == 'POST' : do_something_else () HttpRequest. encoding ¶ A string representing the current encoding used ... ed). You can write to this attribute to change the encoding used when accessing the form data. Any subsequent ... uch as reading from GET or POST ) will use the new encoding value. Useful if you know the form data is not in ... the DEFAULT_CHARSET encoding. HttpRequest. content_type ¶ リクエストの MIME タイ ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 7709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... source , mapping , layer = 0 , source_srs = None , encoding = None , transaction_mode = 'commit_on_success' , ... ib.gis.gdal.SpatialReference objects are accepted. encoding Specifies the character set encoding of the string ... e, 'latin-1' , 'utf-8' , and 'cp437' are all valid encoding parameters. transaction_mode May be 'commit_on_suc ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
PREV 1 2 3 4 5 NEXT