検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 32 for trailing (0.002 sec.)
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 14949
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... class SplitArrayField ( base_field , size , remove_trailing_nulls = False ) ¶ This field handles arrays by rep ... of times the underlying field will be used. remove_trailing_nulls ¶ By default, this is set to False . When Fa ... repeated fields is stored. When set to True , any trailing values which are blank will be stripped from the r ... he underlying field has required=True , but remove_trailing_nulls is True , then null values are only allowed ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
Django 1.9.5 リリースノート — Django 4.0.6 ドキュメント 11309
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 26324 ). The forms in contrib.auth no longer strip trailing and leading whitespace from the password fields ( ... ed spurious warnings in logs on requests missing a trailing slash ( #26293 ). Restored the functionality of th ... n , crash , regression , caused , their , fields , trailing , ForeignKey , primary クイック検索 Last update: 2 ...
https://man.plustar.jp/django/releases/1.9.5.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 10278
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ze_newlines # Configuration for urlize() function. TRAILING_PUNCTUATION_CHARS = ".,:;!" WRAPPING_PUNCTUATION = ... .gov, .int, .mil, .net, and .org). Links can have trailing punctuation (periods, commas, close-parens) and le ... im_punctuation ( lead , middle , trail ): """ Trim trailing and wrapping punctuation from `middle`. Return the ... = closing + trail trimmed_something = True # Trim trailing punctuation (after trimming wrapping punctuation, ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 9408
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r line in text . splitlines ( True ): # True keeps trailing linebreaks max_width = min (( line . endswith ( " ... n be used for a clean filename. Remove leading and trailing spaces; convert other spaces to underscores; and r ... In the output, strings will keep their initial and trailing quote marks and escaped quotes will remain escaped ... hens. Convert to lowercase. Also strip leading and trailing whitespace, dashes, and underscores. """ value = s ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
Django 2.2.25 release notes — Django 4.0.6 ドキュメント 8538
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l based on URL paths ¶ HTTP requests for URLs with trailing newlines could bypass an upstream access control b ...
https://man.plustar.jp/django/releases/2.2.25.html - [similar]
Django 3.1.14 release notes — Django 4.0.6 ドキュメント 8538
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l based on URL paths ¶ HTTP requests for URLs with trailing newlines could bypass an upstream access control b ...
https://man.plustar.jp/django/releases/3.1.14.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 8377
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to a base64 string for use in URLs, stripping any trailing equal signs. urlsafe_base64_decode ( s ) [ソース] ... ¶ Decodes a base64 encoded string, adding back any trailing equal signs that might have been stripped. django. ... ed dashes with single dashes. Removing leading and trailing whitespace, dashes, and underscores. 例: >>> slugi ... nged in Django 3.2: In older versions, leading and trailing dashes and underscores are not removed. django.uti ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 3.2.10 release notes — Django 4.0.6 ドキュメント 8377
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l based on URL paths ¶ HTTP requests for URLs with trailing newlines could bypass an upstream access control b ...
https://man.plustar.jp/django/releases/3.2.10.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 8199
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... <!-)" # can't end with a dash r "\.?" # may have a trailing dot ) host_re = "(" + hostname_re + domain_re + tl ... te for the length of the name and one byte for the trailing dot # that's used to indicate absolute names in DN ... ponent >= 0 : # A positive exponent adds that many trailing zeros. digits = len ( digit_tuple ) + exponent dec ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 8199
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ash in the catchall pattern or flatpages without a trailing slash will not be matched. Another common setup is ... ering the template. The middleware will only add a trailing slash and redirect (by looking at the APPEND_SLASH ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
PREV 1 2 3 4 NEXT