検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 77 for strings (0.031 sec.)
Unicode data — Django 4.0.6 ドキュメント 15333
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f Django's database backends automatically convert strings into the appropriate encoding for talking to the d ... atabase. They also automatically convert strings retrieved from the database into strings. You don' ... below. General string handling ¶ Whenever you use strings with Django -- e.g., in database lookups, template ... re else -- you have two choices for encoding those strings. You can use normal strings or bytestrings (starti ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 12156
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... キュメント] def smart_str ( s , encoding = "utf-8" , strings_only = False , errors = "strict" ): """ Return a s ... tring representing 's'. Treat bytestrings using the 'encoding' codec. If strings_only is Tru ... ) call. return s return force_str ( s , encoding , strings_only , errors ) _PROTECTED_TYPES = ( type ( None ) ... types are preserved as-is when passed to force_str(strings_only=True). """ return isinstance ( obj , _PROTECT ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 10014
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。詳しくは後の makemessages の節で説明します。) The strings you pass to _() or gettext() can take placeholders ... t are supported by Django. In particular, Python f-strings are not yet supported by xgettext , and JavaScript ... template strings need gettext 0.21+. 翻訳者へのコメント ¶ 翻訳可能な ... used the name Python variable in both translation strings. This example, besides being incorrect in some lan ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 9614
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... module share the following properties: They accept strings in ISO 8601 date/time formats (or some close alter ... ls.encoding ¶ smart_str ( s , encoding = 'utf-8' , strings_only = False , errors = 'strict' ) [ソース] ¶ Retu ... bject representing arbitrary object s . Treats bytestrings using the encoding codec. If strings_only is True ... types are preserved as-is when passed to force_str(strings_only=True) . force_str ( s , encoding = 'utf-8' , ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.0.1 リリースノート — Django 4.0.6 ドキュメント 9379
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fix to the application of autoescaping for literal strings passed to the join template filter. Previously, li ... teral strings passed to join were automatically escaped, contrar ... e documented behavior for autoescaping and literal strings . Literal strings passed to join are no longer aut ... ド fixes , support , automatically , improvements , strings , literal , including , default , forms , were クイ ...
https://man.plustar.jp/django/releases/1.0.1.html - [similar]
設定 — Django 4.0.6 ドキュメント 8578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の辞書) A dictionary mapping "app_label.model_name" strings to functions that take a model object and return i ... request forgery protection. It should be set to a string such as ".example.com" to allow a POST request from ... d will be applied instead. See allowed date format strings . See also DATETIME_FORMAT , TIME_FORMAT and SHORT ... using the first valid one. Note that these format strings use Python's datetime module syntax , not the form ...
https://man.plustar.jp/django/ref/settings.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 8177
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t this example illustrates that they can be either strings or methods. For each of title , link and descripti ... Feed # TEMPLATE NAMES -- Optional. These should be strings # representing names of Django templates that the ... te = None # LANGUAGE -- Optional. This should be a string specifying a language # code. Defaults to django.ut ... te # should return an iterable object that returns strings. def categories ( self , obj ): """ Takes the obje ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ndocs ¶ reStructuredText is now parsed in model docstrings. django.contrib.auth ¶ Authorization backends can ... ization) ¶ FORMAT_MODULE_PATH can now be a list of strings representing module paths. This allows importing s ... M. reverse() and reverse_lazy() now return Unicode strings instead of bytestrings. The CacheClass shim has be ... limit (rather than passing silently). Translatable strings set as the default parameter of the field are cast ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
django.utils.safestring — Django 4.0.6 ドキュメント 7473
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のソースコード """ Functions for working with "safe strings": strings that can be displayed safely without fur ...
https://man.plustar.jp/django/_modules/django/utils/safestring.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 7390
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... プレートコードに渡されることに留意してください: Raw strings はPythonのネイティブの文字列です。出力時に、自動エ ... スケープされ、それ以外の場合は変更されません。 Safe strings は出力時にさらなるエスケープがされないように安全と ... hen deciding if your filter really does leave safe strings as safe. If you're removing characters, you might ... try : # split_contents() knows not to split quoted strings. tag_name , format_string = token . split_contents ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT