Results of 1 - 10 of about 18 for bytestring (0.024 sec.)
- Unicode data — Django 4.0.6 ドキュメント 11890
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
oding those strings. You can use normal strings or bytestrings (starting with a 'b'). 警告 A bytestring does not ...
to make an assumption, and Django assumes that all bytestrings are in UTF-8. If you pass a string to Django that ...
an 'utf-8' you can use that other encoding in your bytestrings! DEFAULT_CHARSET only applies to the strings gene ...
ngo will always assume UTF-8 encoding for internal bytestrings. The reason for this is that the DEFAULT_CHARSET ...
-
https://man.plustar.jp/django/ref/unicode.html
- [similar]
- Django 1.8.11 リリースノート — Django 4.0.6 ドキュメント 11444
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
release where utils.http.is_safe_url() crashes on bytestring URLs ( #26308 ). 前のトピックへ Django 1.8.12 リリ ...
, ドキュメント , utils , 検索 , クイック , URLs , bytestring クイック検索 Last update: 2022年6月01日 « previous ...
-
https://man.plustar.jp/django/releases/1.8.11.html
- [similar]
- Django 1.9.4 リリースノート — Django 4.0.6 ドキュメント 11444
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
release where utils.http.is_safe_url() crashes on bytestring URLs ( #26308 ). 前のトピックへ Django 1.9.5 リリー ...
, ドキュメント , utils , 検索 , クイック , URLs , bytestring クイック検索 Last update: 2022年6月01日 « previous ...
-
https://man.plustar.jp/django/releases/1.9.4.html
- [similar]
- django.core.files.base — Django 4.0.6 ドキュメント 10569
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ith_cr ( line ): """Return True if line (a text or bytestring) ends with '\r'.""" return line . endswith ( " \r ...
ith_lf ( line ): """Return True if line (a text or bytestring) ends with '\n'.""" return line . endswith ( " \n ...
als_lf ( line ): """Return True if line (a text or bytestring) equals '\n'.""" return line == ( " \n " if isinst ...
-
https://man.plustar.jp/django/_modules/django/core/files/base.html
- [similar]
- django.core.signing — Django 4.0.6 ドキュメント 9677
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
urity risk. The serializer is expected to return a bytestring. """ return TimestampSigner ( key , salt = salt ) ...
ture fails. The serializer is expected to accept a bytestring. """ return TimestampSigner ( key , salt = salt ) ...
zip bombs. The serializer is expected to return a bytestring. """ data = serializer () . dumps ( obj ) # Flag f ...
-
https://man.plustar.jp/django/_modules/django/core/signing.html
- [similar]
- リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 9471
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
HttpRequest. body ¶ The raw HTTP request body as a bytestring. This is useful for processing data in different w ...
is to pass the contents of the page, as a string, bytestring, or memoryview , to the HttpResponse constructor: ...
= "text/plain" ) >>> response = HttpResponse ( b 'Bytestrings are also accepted.' ) >>> response = HttpResponse ...
included it here. 属性 ¶ HttpResponse. content ¶ A bytestring representing the content, encoded from a string if ...
-
https://man.plustar.jp/django/ref/request-response.html
- [similar]
- Django 2.2 リリースノート — Django 4.0.6 ドキュメント 8802
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
to adapt some test output comparisons. Support for bytestring paths in the template filesystem loader is removed ...
_base64_encode() now returns a string instead of a bytestring, and django.utils.http.urlsafe_base64_decode() may ...
no longer be passed a bytestring. Support for cx_Oracle < 6.0 is removed. The minim ...
-
https://man.plustar.jp/django/releases/2.2.html
- [similar]
- django.utils.safestring — Django 4.0.6 ドキュメント 8356
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
""" Concatenating a safe string with another safe bytestring or safe string is safe. Otherwise, the result is n ...
-
https://man.plustar.jp/django/_modules/django/utils/safestring.html
- [similar]
- Django 1.6.5 release notes — Django 4.0.6 ドキュメント 7927
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
#22551 ). Fixed pgettext_lazy crash when receiving bytestring content on Python 2 ( #22565 ). Fixed the SQL gene ...
-
https://man.plustar.jp/django/releases/1.6.5.html
- [similar]
- Django 1.8.7 リリースノート — Django 4.0.6 ドキュメント 7927
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
in 1.8 by making gettext() once again return UTF-8 bytestrings on Python 2 if the input is a bytestring ( #25720 ...
-
https://man.plustar.jp/django/releases/1.8.7.html
- [similar]