検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 170 for string (0.051 sec.)
翻訳 — Django 4.0.6 ドキュメント 7975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ドでの国際化 ¶ 標準的な翻訳 ¶ Specify a translation string by using the function gettext() . It's convention ... 。詳しくは後の makemessages の節で説明します。) The strings you pass to _() or gettext() can take placeholder ... s, specified with Python's standard named-string interpolation syntax. Example: def my_view ( reque ... ルダを正しい順番で翻訳できない場合があります。 Since string extraction is done by the xgettext command, only s ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Form fields — Django 4.0.6 ドキュメント 7670
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ou pass an empty value -- either None or the empty string ( "" ) -- then clean() will raise a ValidationErro ... will return empty_value which defaults to an empty string. For other Field classes, it might be None . (This ... の値: empty_value として与えたもの Normalizes to: A string. Uses MaxLengthValidator and MinLengthValidator if ... gth ¶ If provided, these arguments ensure that the string is at most or at least the given length. strip ¶ I ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 7411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... log.urls' )), ... ] The route argument should be a string or gettext_lazy() (see URL パターンを翻訳する ) th ... at contains a URL pattern. The string may contain angle brackets (like <username> above) ... to the view. For example, <int:section> matches a string of decimal digits and converts the value to an int ... log.urls' )), ... ] The route argument should be a string or gettext_lazy() (see URL パターンを翻訳する ) th ...
https://man.plustar.jp/django/ref/urls.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 7230
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.contrib.gis.geos import GEOSGeometry , LineString , Point >>> print ( GEOSGeometry ( 'POINT (0 0)' , ... id = 4326 )) SRID=4326;POINT (0 0) >>> print ( LineString (( 0 , 0 ), ( 1 , 1 ), srid = 4326 )) SRID=4326;LI ... NESTRING (0 0, 1 1) >>> print ( Point ( 0 , 0 , srid = 3214 ... type of the object. For example, indexing on a LineString returns a coordinate tuple: >>> from django.contri ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Full text search — Django 4.0.6 ドキュメント 6880
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Set the start_sel and stop_sel parameters to the string values to be used to wrap highlighted query terms ... default in PostgreSQL. Set the fragment_delimiter string parameter to configure the delimiter between fragm ... imilarity ¶ class TrigramSimilarity ( expression , string , ** extra ) ¶ Accepts a field name or expression, ... and a string or expression. Returns the trigram similarity betw ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 6790
" + 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 ... string representing 's'. Treat bytestrings using the 'encoding' codec. If strings_only is Tr ... ue, don't convert (some) non-string-like objects. """ if isinstance ( s , Promise ): # ... ) call. return s return force_str ( s , encoding , strings_only , errors ) _PROTECTED_TYPES = ( type ( None ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
Date-based mixins — Django 4.0.6 ドキュメント 6756
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... %Y' . year ¶ Optional The value for the year, as a string. By default, set to None , which means the year wi ... e year for which this view will display data, as a string. Tries the following sources, in order: The value ... す。 month ¶ Optional The value for the month, as a string. By default, set to None , which means the month w ... month for which this view will display data, as a string. Tries the following sources, in order: The value ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
Django 1.8.2 リリースノート — Django 4.0.6 ドキュメント 6621
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go 1.8 mistakenly sets the session key to an empty string rather than None . An empty string is treated as a ... cookie is set accordingly. Any users with an empty string in their session cookie will use the same session ... and the session is saved. Any users with an empty string in their session cookie will now be logged into th ... 関連キーワード session , Fixed , when , key , Case , string , database , contrib , ached , backend クイック検索 ...
https://man.plustar.jp/django/releases/1.8.2.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 6576
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。 A Django template is a text document or a Python string marked-up using the Django template language. Some ... obtained with Engine.get_template() or Engine.from_string() . Likewise django.template.backends.django.Templ ... re origin is an origin-like object and status is a string with the reason the template wasn't found. chain A ... ut function which automates the process. render_to_string ( template_name , context = None , request = None ...
https://man.plustar.jp/django/topics/templates.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 6531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stinct. Defaults to False . ordering ¶ An optional string of a field name (with an optional "-" prefix which ... ing order) or an expression (or a tuple or list of strings and/or expressions) that specifies the ordering o ... False . ordering ¶ New in Django 3.2. An optional string of a field name (with an optional "-" prefix which ... ing order) or an expression (or a tuple or list of strings and/or expressions) that specifies the ordering o ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT