検索

phrase: max: clip:
target: order:
Results of 11 - 18 of about 18 for bytestring (0.028 sec.)
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 7704
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... de urlsafe_base64_decode() return the proper type (bytestring) on Python 3 ( #23333 ). makemigrations can now se ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 7257
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ct" ): """ Return a string representing 's'. Treat bytestrings using the 'encoding' codec. If strings_only is Tr ... s_only = False , errors = "strict" ): """ Return a bytestring version of 's', encoded as specified in 'encoding' ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 7257
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tr object representing arbitrary object s . Treats bytestrings using the encoding codec. If strings_only is True ... = False , errors = 'strict' ) [ソース] ¶ Returns a bytestring version of arbitrary object s , encoded as specifi ... bytes , except that lazy instances are resolved to bytestrings, rather than kept as lazy objects. If strings_onl ... . urlsafe_base64_encode ( s ) [ソース] ¶ Encodes a bytestring to a base64 string for use in URLs, stripping any ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 7257
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... strings, older Django versions had to accept both bytestrings and Unicode strings. Now that Python 2 support is ... dropped, bytestrings should only be encountered around input/output bo ... mple). You might have to update your code to limit bytestring usage to a minimum, as Django no longer accepts by ... receives, prior to their placement in the URL. For bytestrings, this creates a string with an undesired b prefix ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 7034
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ント] def urlsafe_base64_encode ( s ): """ Encode a bytestring to a base64 string for use in URLs. Strip any trai ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 7034
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ら、データの "chunk" を受け取ります。 raw_data is a bytestring containing the uploaded data. start はこの raw_dat ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... trings, the optional C implementation can return a bytestring. This was fixed in Python 2.7. simplejson.JSONEnco ... t or encoded ). If any of the hashing methods need bytestrings, you can use the force_bytes() utility to encode ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6382
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... るために使われた、テストクライアントです。 content ¶ Bytestring としてのレスポンスの本文です。ビューないしエラーメ ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
PREV 1 2 NEXT