検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 86 for characters (0.041 sec.)
django.utils.text — Django 4.0.6 ドキュメント 7708
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ): """ An object used to truncate text, either by characters or words. """ def __init__ ( self , text ): super ... cated to be no longer than the specified number of characters. `truncate` specifies what should be used to notif ... a . combining ( char ): # Don't consider combining characters # as adding to the string length continue s_len += ... spaces or repeated dashes to single dashes. Remove characters that aren't alphanumerics, underscores, or hyphens ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
Django 1.1.2 リリースノート — Django 4.0.6 ドキュメント 7708
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... encoding of cookie values was changed so that the characters comma and semi-colon are treated as non-safe chara ...
https://man.plustar.jp/django/releases/1.1.2.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 7573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... からです。 first_name ¶ Optional ( blank=True ). 150 characters or fewer. last_name ¶ Optional ( blank=True ). 150 ... characters or fewer. email ¶ Optional ( blank=True ). Email a ... があります: class models. Group name ¶ Required. 150 characters or fewer. Any characters are permitted. Example: ' ... nameValidator ¶ A field validator allowing Unicode characters, in addition to @ , . , + , - , and _ . The defaul ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 7573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tring, or a Path . This method will encode certain characters that would normally be recognized as special chara ... pe_uri_path ( path ) [ソース] ¶ Escapes the unsafe characters from the path portion of a Uniform Resource Identi ... that the producer of the string has already turned characters that should not be interpreted by the HTML engine ... e (the default). Converting to lowercase. Removing characters that aren't alphanumerics, underscores, hyphens, o ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 7573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... model's username field now allows a wider range of characters, including @ , + , . and - characters. E メールのバ ... ine objects. New now template tag format specifier characters: c and u ¶ The argument to the now has gained two ... new format characters: c to specify that a datetime value should be form ... at the comma and semicolon are treated as non-safe characters, and are therefore encoded as \054 and \073 respec ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
django.utils.translation — Django 4.0.6 ドキュメント 7425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . lower () + language [ 3 :] # A language with > 2 characters after the dash only has its first # character afte ... e.g. sr-latn becomes sr_Latn. # A language with 2 characters after the dash has both characters # capitalized; ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 7425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n , length , ** extra ) ¶ Returns the first length characters of the given text field or expression. Usage examp ... text field or expression and returns the number of characters the value has. If the expression is null, then the ... th ) >>> # Get authors whose name is longer than 7 characters >>> authors = Author . objects . filter ( name__le ... th fill_text so that the resulting value is length characters long. The default fill_text is a space. Usage exam ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Coding style — Django 4.0.6 ドキュメント 7277
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s on line lengths. Don't limit lines of code to 79 characters if it means the code looks significantly uglier or ... is harder to read. We allow up to 88 characters as this is the line length used by black . This ch ... , comments, and docstrings should be wrapped at 79 characters, even though PEP 8 suggests 72. String variable in ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
django.contrib.sessions.exceptions — Django 4.0.6 ドキュメント 7142
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... alidSessionKey ( SuspiciousOperation ): """Invalid characters in session key""" pass class SuspiciousSession ( S ...
https://man.plustar.jp/django/_modules/django/contrib/sessions/exceptions.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 7142
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... # opening quote [^"]* # any sequence of non-quote characters " # end quote )\Z # end of string and capture grou ... return False # Forbid URLs that start with control characters. Some browsers (like # Chrome) ignore quite a few ... control characters at the start of a # URL and might consider the URL ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT