検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 170 for string (0.090 sec.)
Django 3.1 release notes — Django 4.0.6 ドキュメント 5572
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ist_filter allows filtering on empty values (empty strings and nulls) in the admin changelist view. Filters ... SESSION_COOKIE_SAMESITE setting now allows 'None' (string) value to explicitly state that the cookie is sent ... he CSRF_COOKIE_SAMESITE setting now allows 'None' (string) value to explicitly state that the cookie is sent ... ANGUAGE_COOKIE_SAMESITE setting now allows 'None' (string) value to explicitly state that the cookie is sent ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
How to implement a custom template backend — Django 4.0.6 ドキュメント 5527
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... must implement get_template() and optionally from_string() . Here's an example for a fictional foobar templ ... . engine = foobar . Engine ( ** options ) def from_string ( self , template_code ): try : return Template ( ... self . engine . from_string ( template_code )) except foobar . TemplateCompila ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5527
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be silenced. msg A short (less than 80 characters) string describing the problem. The string should not cont ... ain newlines. hint A single-line string providing a hint for fixing the problem. If no hin ... s and its result precedes the message. id Optional string. A unique identifier for the issue. Identifiers sh ... . fields.E170 : BinaryField 's default cannot be a string. Use bytes content instead. fields.E180 : <databas ...
https://man.plustar.jp/django/ref/checks.html - [similar]
django.contrib.humanize — Django 4.0.6 ドキュメント 5527
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... せん。 intcomma ¶ Converts an integer or float (or a string representation of either) to a string containing c ... なります。 intword ¶ Converts a large integer (or a string representation of an integer) to a friendly text r ...
https://man.plustar.jp/django/ref/contrib/humanize.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 5482
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hars template filter ¶ This new filter truncates a string to be no longer than the specified number of chara ... cters. Truncated strings end with a translatable ellipsis sequence ("...") ... rtions documentation for more. Two new date format strings ¶ Two new date formats were added for use in temp ... at files if they contain either e or o in a format string. For example a Spanish localization format previou ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 5437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... yle from django.utils.module_loading import import_string request_logger = logging . getLogger ( "django.req ... guration function ... logging_config_func = import_string ( logging_config ) logging . config . dictConfig ( ... end = email_backend self . reporter_class = import_string ( reporter_class or settings . DEFAULT_EXCEPTION_R ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 5437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... upported_language_variant() function. Untranslated strings for territorial language variants now use the tra ... generic language. For example, untranslated pt_BR strings use pt translations. 管理コマンド ¶ The new inspe ... ns a tuple of SQL and parameters instead of an SQL string. DatabaseFeatures.introspected_boolean_field_type ... get 's empty options is changed from 0 to an empty string, which mainly may require some adjustments in test ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tgres ¶ The new ordering argument for ArrayAgg and StringAgg determines the ordering of the aggregated eleme ... or a given URL, ignoring the ordering of the query string. assertRedirects() uses the new assertion. The tes ... ss is appropriate. Finally, proxy model permission strings must be updated to use their own app_label . For ... est client now sets the Content-Length header to a string rather than an integer. The return value of django ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... OCATION , either as a semicolon or comma delimited string, or as a list. In this example, the cache is share ... e servers either as a semicolon or comma delimited string, or as a list. While using multiple servers, write ... vior. For example usage, see below. KEY_PREFIX : A string that will be automatically included (prepended by ... documentation for more information. KEY_FUNCTION A string containing a dotted path to a function that define ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5391
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that points to the View instance. GeoDjango ¶ LineString and MultiLineString GEOS objects now support the i ... ar in the context as a datetime.date rather than a string. If you are using {{ year }} in your templates, yo ... dy. However, the test client used to build a query string for OPTIONS and DELETE requests like for GET, and ... r a DELETE request, you must convert it to a query string and append it to the path parameter. If you were u ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT