検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 170 for string (0.087 sec.)
Django 1.6 release notes — Django 4.0.6 ドキュメント 5391
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The blocktrans template tag now respects TEMPLATE_STRING_IF_INVALID for variables not present in the contex ... ext attributes were specified by the user (or this string was appended to any help_text that was provided). ... uld cause it to leak), the attacker could insert a string into their session which, when unpickled, executes ... tion will work for your application: JSON requires string keys, so you will likely run into problems if you ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 5358
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... flags are set, regex must be a regular expression string." ) self . regex = _lazy_re_compile ( self . regex ... uffff " # Unicode letters range (must not be a raw string). # IP patterns ipv4_re = ( r "(?:0|25[0-5]|2[0-4] ... Z]+(\.[-!#$%&'*+/=?^_` {} |~0-9A-Z]+)*\Z" # quoted-string r '|^"([\001-\010\013\014\016-\037!#-\[\]-\177]| \ ... ibitNullCharactersValidator : """Validate that the string doesn't contain the null character.""" message = _ ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 5358
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the following querying routines may take either a string IP address or a fully qualified domain name (FQDN) ... corresponding to the query. 設定 ¶ GEOIP_PATH ¶ A string or pathlib.Path specifying the directory where the ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5358
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pickle . loads ( s ) # Assuming 's' is the pickled string. >>> qs = MyModel . objects . all () >>> qs . quer ... s. You also must not quote placeholders in the SQL string. This example is vulnerable to SQL injection becau ... If you need to use a literal %s inside your select string, use the sequence %%s . where / tables You can def ... sing tables . where and tables both take a list of strings. All where parameters are "AND"ed to any other se ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 5358
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... allows esoteric setups where ROOT_URLCONF is not a string. The model section of the admindocs now shows cach ... utput of render() method for individual nodes to a string. Node.render() should always return a string as do ... sts() is deprecated. The ArrayAgg , JSONBAgg , and StringAgg aggregates will return None when there are no r ... recated. It is expected these methods return a SafeString . Features removed in 4.0 ¶ These features have re ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 5358
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... arameters. You'll use %s placeholders in the query string for a list, or %(key)s placeholders for a dictiona ... メータはリストで渡す必要が有ります。 警告 Do not use string formatting on raw queries or quote placeholders in ... your SQL strings! 上記のクエリを以下のように書きたくなるかもしれま ... nject arbitrary SQL into your database. If you use string interpolation or quote the placeholder, you're at ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
django.core.mail — Django 4.0.6 ドキュメント 5312
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ame from django.utils.module_loading import import_string __all__ = [ "CachedDnsName" , "DNS_NAME" , "EmailM ... the constructor of the backend. """ klass = import_string ( backend or settings . EMAIL_BACKEND ) return kla ...
https://man.plustar.jp/django/_modules/django/core/mail.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 5312
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of 2-tuples. The first element is an expression or string. The second element is an SQL operator represented ... as a string. To avoid typos, you may use RangeOperators which ... maps the operators with strings. For example: expressions = [ ( 'timespan' , Rang ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 5312
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing option. Client now preserves the request query string when following 307 and 308 redirects. The new Test ... n being restricted to comparison against a list of string representations of objects when using the default ... now 1-indexed instead of 0-indexed, i.e. the query string for the first page is ?p=1 instead of ?p=0 . The n ... nTestCase.assertQuerysetEqual() , when compared to string values, is deprecated. If you need the previous be ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
django.core.files.uploadhandler — Django 4.0.6 ドキュメント 5267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ile from django.utils.module_loading import import_string __all__ = [ "UploadFileException" , "StopUpload" , ... leUploadHandler object at 0x...> """ return import_string ( path )( * args , ** kwargs ) クイック検索 Last u ...
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT