検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 47 for lower (0.044 sec.)
django.utils.text — Django 4.0.6 ドキュメント 8071
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es are always case-insensitive tagname = tagname . lower () if self_closing or tagname in html4_singlets : ... oin ( char2number . get ( c , c ) for c in phone . lower ()) def compress_string ( s ): return gzip_compres ... alphanumerics, underscores, or hyphens. Convert to lowercase. Also strip leading and trailing whitespace, d ... ) ) value = re . sub ( r "[^\w\s-]" , "" , value . lower ()) return re . sub ( r "[-\s]+" , "-" , value ) . ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 7950
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( "ascii" ) except UnicodeEncodeError : if name . lower () in ADDRESS_HEADERS : val = ", " . join ( saniti ... er ( val , encoding ) . encode () else : if name . lower () == "subject" : val = Header ( val ) . encode () ... hat when doing comparisons. header_names = [ key . lower () for key in self . extra_headers ] if "date" not ... alue in self . extra_headers . items (): if name . lower () != "from" : # From is already handled msg [ nam ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 7950
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you can use model._meta.label or model._meta.label_lower respectively. base_manager_name ¶ Options. base_ma ... otes column and table names behind the scenes. Use lowercase table names for MariaDB and MySQL It is strong ... ly advised that you use lowercase table names when you override the table name v ... the value for db_table : db_table = '"name_left_in_lowercase"' Such quoted names can also be used with Djan ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 7630
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent_century month = MONTHS . index ( m [ "mon" ] . lower ()) + 1 day = int ( m [ "day" ]) hour = int ( m [ ... if not pattern : return False pattern = pattern . lower () return ( pattern [ 0 ] == "." and ( host . ends ... e_chars : break else : scheme , url = url [: i ] . lower (), url [ i + 1 :] if url [: 2 ] == "//" : netloc ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 7630
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lass)s' , which are replaced, respectively, by the lowercased app label and class name of the concrete mode ... ons and database functions. 例: UniqueConstraint ( Lower ( 'name' ) . desc (), 'category' , name = 'unique_ ... ame_category' ) creates a unique constraint on the lowercased value of the name field in descending order a ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 7509
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as an unbounded range. They also validate that the lower bound is not greater than the upper bound. All of ... ateRangeField , and returns a tuple representing a lower and upper bound. 目次 PostgreSQL specific form fie ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 7509
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on expressions and database functions. 例: Index ( Lower ( 'title' ) . desc (), 'pub_date' , name = 'lower_ ... title_date_idx' ) creates an index on the lowercased value of the title field in descending order ... lass)s' , which are replaced, respectively, by the lowercased app label and class name of the concrete mode ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 7402
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e , message = None ) [ソース] ¶ Validates that the lower bound of the range is not less than the limit_valu ...
https://man.plustar.jp/django/ref/contrib/postgres/validators.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 7402
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s many feeds as you want. Django also comes with a lower-level feed-generating API. Use this if you want to ... e feeds outside of a web context, or in some other lower-level way. The high-level framework ¶ オーバービュ ... nd the scenes, the high-level RSS framework uses a lower-level framework for generating feeds' XML. This fr ... rator.py . You use this framework on your own, for lower-level feed generation. You can also create custom ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
索引 — Django 4.0.6 ドキュメント 7296
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rangefield.fully_lt rangefield.isempty rangefield.lower_inc rangefield.lower_inf rangefield.not_gt rangefi ... g() (django.template.Library のメソッド) inclusive_lower (RangeBoundary の属性) inclusive_upper (RangeBound ... の属性) (LabelCommand の属性) (Options の属性) label_lower (Options の属性) label_suffix (Field の属性) (Form ... xin (django.db.models のクラス) lorem template tag lower template filter Lower (django.db.models.functions ...
https://man.plustar.jp/django/genindex.html - [similar]
PREV 1 2 3 4 5 NEXT