検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 170 for string (0.092 sec.)
mixinを編集する — Django 4.0.6 ドキュメント 5267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... イレクトするURL。 success_url may contain dictionary string formatting, which will be interpolated against the ... sfully deleted. success_url may contain dictionary string formatting, which will be interpolated against the ...
https://man.plustar.jp/django/ref/class-based-views/mixins-editing.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Contextual markers and comments for translatable strings ¶ For translation strings with ambiguous meaning, ... he pgettext function to specify the context of the string. And if you just want to add some information for ... reation has been updated to take the request query string into account on GET requests. Finally, support for ... t just those specified in list_filter -- via query string manipulation. Due to security issues reported to u ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.4.16 release notes — Django 4.0.6 ドキュメント 5267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elds ( #23431 ). Fixed parsing of the GEOS version string ( #20036 ). 目次 Django 1.4.16 release notes Bugfi ...
https://man.plustar.jp/django/releases/1.4.16.html - [similar]
Django 1.8.13 リリースノート — Django 4.0.6 ドキュメント 5267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... SQLite ( #26498 ). Restored conversion of an empty string to null when saving values of GenericIPAddressFiel ...
https://man.plustar.jp/django/releases/1.8.13.html - [similar]
検索 — Django 4.0.6 ドキュメント 5267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... compares how many appear in both search and source strings. For the longer name, there are more combinations ... that don't appear in the source string, so it is no longer considered a close match. The ... rched. All of the examples we've seen are on short strings where the user is likely to enter something close ... xamples above can be thought of as operations on a string of characters, full text search looks at the actua ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
Generic date ビュー — Django 4.0.6 ドキュメント 5222
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . The week_format attribute is a strptime() format string used to parse the week number. The following value ... by strftime() and strptime() with the '%W' format string. For year 2015, for example, week numbers output b ... isn't an equivalent for the '%U' strftime() format string in date . Therefore, you should avoid using date t ...
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html - [similar]
Django 1.8.12 リリースノート — Django 4.0.6 ドキュメント 5222
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Parser ignore filenames that normalize to an empty string to fix crash in MemoryFileUploadHandler on special ...
https://man.plustar.jp/django/releases/1.8.12.html - [similar]
Django 3.1.4 release notes — Django 4.0.6 ドキュメント 5222
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntained key transforms for JSONField returning non-string primitive values ( #32203 ). 目次 Django 3.1.4 rel ...
https://man.plustar.jp/django/releases/3.1.4.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 5177
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rty from django.utils.module_loading import import_string DEFAULT_DB_ALIAS = "default" DJANGO_VERSION_PICKLE ... uters : if isinstance ( r , str ): router = import_string ( r )() else : router = r routers . append ( route ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
django.utils.translation — Django 4.0.6 ドキュメント 5177
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... riginal_kwargs = kwargs . copy () class NumberAwareString ( resultclass ): def __bool__ ( self ): return boo ... it, because it is required to determine whether " "string is singular or plural." % number ) def _translate ... translated = translated % rhs except TypeError : # String doesn't contain a placeholder for the number. pass ... lated proxy = lazy ( lambda ** kwargs : NumberAwareString (), NumberAwareString )( ** kwargs ) proxy . __red ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]