Results of 1 - 10 of about 35 for encoded (0.002 sec.)
- Unicode data — Django 4.0.6 ドキュメント 13048
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... g applications that use data or templates that are encoded in something other than ASCII. Creating the databa ... TF-8. If you pass a string to Django that has been encoded in some other format, things will go wrong in inte ... ocessing form input data, which might not be UTF-8 encoded.) The strings_only parameter, if set to True, will ... of IRI). One requirement of URLs is that they are encoded using only ASCII characters. However, in an intern ...
-
https://man.plustar.jp/django/ref/unicode.html
- [similar]
- django.core.signing — Django 4.0.6 ドキュメント 12014
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... by a ':'. The first component is a URLsafe base64 encoded JSON of the object passed to dumps(). The second c ... omponent is a base64 encoded hmac/SHA1 hash of "$first_component:$secret" signi ... turn "0" sign = "-" if s < 0 else "" s = abs ( s ) encoded = "" while s > 0 : s , remainder = divmod ( s , 62 ... ) encoded = BASE62_ALPHABET [ remainder ] + encoded return s ...
-
https://man.plustar.jp/django/_modules/django/core/signing.html
- [similar]
- Django 2.2.13 release notes — Django 4.0.6 ドキュメント 11839
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... admin ForeignKeyRawIdWidget were not properly URL encoded, posing an XSS attack vector. ForeignKeyRawIdWidge ... t now ensures query parameters are correctly URL encoded. Bugfixes ¶ Fixed a regression in Django 2.2.12 th ... in , malformed , key , data , leakage , Bugfixes , encoded クイック検索 Last update: 2022年6月01日 « previous ...
-
https://man.plustar.jp/django/releases/2.2.13.html
- [similar]
- Django 3.0.7 リリースノート — Django 4.0.6 ドキュメント 9404
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... admin ForeignKeyRawIdWidget were not properly URL encoded, posing an XSS attack vector. ForeignKeyRawIdWidge ... t now ensures query parameters are correctly URL encoded. Bugfixes ¶ Fixed a regression in Django 3.0 by re ...
-
https://man.plustar.jp/django/releases/3.0.7.html
- [similar]
- Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 9404
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... should implement a harden_runtime(self, password, encoded) method to bridge the runtime gap between the work ... factor supplied in the encoded password and the default work factor of the hasher ... between a login request for a user with a password encoded in an older number of iterations and a nonexistent ... umber of iterations). Taking PBKDF2 as example, if encoded contains 20,000 iterations and the hasher's defaul ...
-
https://man.plustar.jp/django/topics/auth/passwords.html
- [similar]
- Django Utils — Django 4.0.6 ドキュメント 9070
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... turns a bytestring version of arbitrary object s , encoded as specified in encoding . If strings_only is True ... r UTF-8 bytes) and returns a string containing the encoded result. uri_to_iri ( uri ) [ソース] ¶ Converts a U ... in ASCII bytes and returns a string containing the encoded result. filepath_to_uri ( path ) [ソース] ¶ Conver ... re details. Returns an ASCII string containing the encoded result. escape_uri_path ( path ) [ソース] ¶ Escape ...
-
https://man.plustar.jp/django/ref/utils.html
- [similar]
- django.utils.encoding — Django 4.0.6 ドキュメント 8895
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... strict" ): """ Return a bytestring version of 's', encoded as specified in 'encoding'. If strings_only is Tru ... 9\xa5 Django/') and return a string containing the encoded result with ASCII chars only (e.g. '/I%20%E2%99%A5 ... %A5%20Django/') and return a string containing the encoded result (e.g. '/I%20♥%20Django/'). """ if uri is No ...
-
https://man.plustar.jp/django/_modules/django/utils/encoding.html
- [similar]
- Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 8895
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... between a login request for a user with a password encoded in an older number of iterations and login request ... work factor (e.g. iterations) supplied in existing encoded passwords and the default work factor of the hashe ...
-
https://man.plustar.jp/django/releases/1.8.10.html
- [similar]
- Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 8720
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... between a login request for a user with a password encoded in an older number of iterations and login request ... work factor (e.g. iterations) supplied in existing encoded passwords and the default work factor of the hashe ...
-
https://man.plustar.jp/django/releases/1.9.3.html
- [similar]
- リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 8370
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... . content ¶ A bytestring representing the content, encoded from a string if necessary. HttpResponse. headers ... arset is the charset in which the response will be encoded. If not given it will be extracted from content_ty ... HttpResponse subclass that helps to create a JSON-encoded response. It inherits most behavior from its super ... e, you should avoid using non-dict objects in JSON-encoded response. 警告 Before the 5th edition of ECMAScrip ...
-
https://man.plustar.jp/django/ref/request-response.html
- [similar]