検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 100 for end (0.023 sec.)
Database Functions — Django 4.0.6 ドキュメント 13185
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ull = True , blank = True ) We don't usually recommend allowing null=True for CharField since this allows ... hen one or more expression may be null varies between databases: PostgreSQL: Greatest will return the lar ... hen one or more expression may be null varies between databases: PostgreSQL: Least will return the smalle ... models . TimeField ( null = True , blank = True ) end_datetime = models . DateTimeField ( null = True , ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 12860
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eeps trailing linebreaks max_width = min (( line . endswith ( " \n " ) and width + 1 or width ), width ) ... ] line = line [ space :] max_width = min (( line . endswith ( " \n " ) and width + 1 or width ), width ) ... ed_text)s string # replacement argument so just append it to the text. if text . endswith ( truncate ): # ... But don't append the truncation text if the current text already # ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 10896
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nstruct describing an operation on the database. When Django encounters an instance of F() , it overrides ... a field's null values. By default, the ordering depends on your database. For example, to sort companies ... is the list or tuple of query parameters. The as_vendor() methods should use the function , template , a ... t value. Note that output_field is only required when Django is unable to determine what field type the r ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
多対多 (many-to-many) 関係 — Django 4.0.6 ドキュメント 9271
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _set . all () <QuerySet []> Adding via the 'other' end of an m2m: >>> a4 = Article ( headline = 'NASA fin ... <Publication: Science News>]> Adding via the other end using keywords: >>> new_article = p2 . article_set ... ications . all () <QuerySet []> And from the other end: >>> p2 . article_set . remove ( a5 ) >>> p2 . art ... () <QuerySet []> And you can clear from the other end: >>> p2 . article_set . add ( a4 , a5 ) >>> p2 . a ...
https://man.plustar.jp/django/topics/db/examples/many_to_many.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 8777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... version ガイドに従ってください。 Django 1.8 has been designated as Django's second long-term support rel ... se. Support for the previous LTS, Django 1.4, will end 6 months from the release date of Django 1.8. Pyth ... Python 2.7, 3.2, 3.3, 3.4, or 3.5. We highly recommend and only officially support the latest release of ... he first release to support Python 3.5. Due to the end of upstream support for Python 3.2 in February 201 ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 8452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... deferred constraint will not be enforced until the end of the transaction. An immediate constraint will b ... dels . CASCADE ) start = models . DateTimeField () end = models . DateTimeField () cancelled = models . B ... ations' , expressions = ( ( TsTzRange ( 'start' , 'end' , RangeBoundary ()), RangeOperators . OVERLAPS ), ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
Paginator — Django 4.0.6 ドキュメント 8452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed_page_range ( number , * , on_each_side = 3 , on_ends = 2 ) [ソース] ¶ New in Django 3.2. Returns a 1-b ... he number of pages to include at the beginning and end of page range is determined by the on_ends argumen ... e, with the default values for on_each_side and on_ends , if the current page is 10 and there are 50 page ... as pages 1 and 2 at the start and 49 and 50 at the end. Raises InvalidPage if the given page number doesn ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 7802
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... We've dropped some features that have reached the end of their deprecation cycle, and we've begun the de ... n cookies. キャッシュ ¶ The local-memory cache backend now uses a least-recently-used (LRU) culling strat ... cookies. フォーム ¶ The widget for ImageField now renders with the HTML attribute accept="image/*" . 国際 ... ges that may be needed in third-party database backends. To adhere to PEP 249 , exceptions where a databa ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 7802
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e. Support for the previous LTS, Django 1.11, will end in April 2020. Python バージョン間の互換性 ¶ Djang ... of 2.2.8), and 3.9 (as of 2.2.17). We highly recommend and only officially support the latest release of ... as the first positional argument to RemoteUserBackend.configure_user() , if it accepts it. django.contri ... lectstatic --ignore option so that patterns like /vendor/*.js can be used. データベースバックエンド ¶ Add ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 7633
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dded to the list of safe characters here, as the # end of section 3.1 of RFC 3987 specifically mentions t ... ) == 1 : iri = uri else : parts = [ bits [ 0 ]] append = parts . append hextobyte = _hextobyte for item i ... [ 1 :]: hex = item [: 2 ] if hex in hextobyte : append ( hextobyte [ item [: 2 ]]) append ( item [ 2 :]) ... else : append ( b "%" ) append ( item ) iri = b "" . join ( part ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT