検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 86 for characters (0.027 sec.)
Unicode data — Django 4.0.6 ドキュメント 12114
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (iso8859-1) -- you won't be able to store certain characters in the database, and information will be lost. MyS ... al for details on how to set or alter the database character set encoding. PostgreSQL users, refer to the Postgr ... ( section 2 ) or alter ( section 11 ) the database character set encoding. SQLite users, there is nothing you ne ... of URLs is that they are encoded using only ASCII characters. However, in an international environment, you mig ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 11980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... /I%20%E2%99%A5%20Django/'). """ # The list of safe characters here is constructed from the "reserved" and # "unr ... eserved" characters specified in sections 2.2 and 2.3 of RFC 3986: # r ... DIGIT / "-" / "." / "_" / "~" # Of the unreserved characters, urllib.parse.quote() already considers all # but ... The % character is also added to the list of safe characters here, as the # end of section 3.1 of RFC 3987 spec ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
Django 1.4.20 release notes — Django 4.0.6 ドキュメント 11266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is_safe_url() ) accepted URLs with leading control characters and so considered URLs like \x08javascript:... saf ... rs we tested also treat URLs prefixed with control characters such as %08//example.com as relative paths so redi ... some browsers such as Google Chrome ignore control characters at the start of a URL in an anchor href . 目次 Dja ... e , notes , URLs , user , safe , redirect , such , characters , control , attack クイック検索 Last update: 2022年 ...
https://man.plustar.jp/django/releases/1.4.20.html - [similar]
Django 1.7.7 release notes — Django 4.0.6 ドキュメント 10268
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is_safe_url() ) accepted URLs with leading control characters and so considered URLs like \x08javascript:... saf ... rs we tested also treat URLs prefixed with control characters such as %08//example.com as relative paths so redi ... some browsers such as Google Chrome ignore control characters at the start of a URL in an anchor href . Bugfixes ... e , notes , tags , safe , URLs , redirect , user , characters , control , migration クイック検索 Last update: 20 ...
https://man.plustar.jp/django/releases/1.7.7.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 9837
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... le, but can be silenced. msg A short (less than 80 characters) string describing the problem. The string should ... mall to fit the longest value in choices ( <count> characters). fields.E010 : <field> default should be a callab ... ex name <index> cannot be longer than <max_length> characters. models.W035 : db_table <db_table> is used by mult ... . security.W009 : Your SECRET_KEY has less than 50 characters, less than 5 unique characters, or it's prefixed w ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 1.6.11 release notes — Django 4.0.6 ドキュメント 9136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is_safe_url() ) accepted URLs with leading control characters and so considered URLs like \x08javascript:... saf ... rs we tested also treat URLs prefixed with control characters such as %08//example.com as relative paths so redi ... some browsers such as Google Chrome ignore control characters at the start of a URL in an anchor href . 目次 Dja ...
https://man.plustar.jp/django/releases/1.6.11.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 8853
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -9])?" ) # Max length for domain name labels is 63 characters per RFC 1034 sec. 3.1 domain_re = r "(?:\.(?!-)[a- ... ) # The maximum length of a full host name is 253 characters per RFC 1034 # section 3.1. It's defined to be 255 ... ompile ( # max length for domain name labels is 63 characters per RFC 1034 r "((?:[A-Z0-9](?:[A-Z0-9-]{0,61}[A-Z ... , "Ensure this value has at least %(limit_value)d characters (it has " " %(show_value)d )." , "limit_value" , ) ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 8422
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s. Although it wasn't a deliberate choice, Unicode characters have always been accepted when using Python 3. The ... username validator now explicitly accepts Unicode characters by default on Python 3 only. カスタムの user モデル ... now limits the length of domain name labels to 63 characters and the total length of domain names to 253 charac ... your user model. We considered an increase to 254 characters to more easily allow the use of email addresses (w ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 8274
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ror when the flush error message contained Unicode characters ( #22882 ). Reinstated missing CHECK SQL clauses w ... ated by migrations to prevent crash with uppercase characters in the name ( #23065 ). Fixed renaming of models w ... odeError crash in AdminEmailHandler with non-ASCII characters in the request ( #23593 ). Fixed missing get_or_cr ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 7708
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... SafeString ) def escapejs ( value ): """Hex encode characters for use in JavaScript strings.""" return mark_safe ... element_id ): """ Escape all the HTML/XML special characters with their unicode escapes, so value is safe to be ... ( segment ) # Tilde is part of RFC3986 Unreserved Characters # https://tools.ietf.org/html/rfc3986#section-2.3 ... text longer than this limit to trim_url_limit - 1 characters and append an ellipsis. If nofollow is True, give ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT