検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 61 for limit (0.037 sec.)
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6812
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o operate on real geometries. Previous support was limited to bounding boxes. Added the GeometryDistance fu ... allows values under a certain (database-dependent) limit. Values from 1 to 32767 are safe in all databases ... ext_noop() , ngettext() , and ngettext_lazy() . To limit creation of sessions and hence favor some caching ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6812
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... allows values under a certain (database-dependent) limit. Values from 0 to 9223372036854775807 are safe in ... er model. If you want to preserve the 30 character limit for first names, use a custom form: from django im ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 6711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ank line and then paragraphs of 72 char lines. The limits are soft. For the subject line, shorter is better ... ] Fixed #xxxxx -- Added support for mind reading." Limit commits to the most granular change that makes sen ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 6711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d. Another common setup is to use flat pages for a limited set of known pages and to hard code the urls, so ... r -- i.e., it will only show you public flatpages. Limiting flatpages by base URL ¶ An optional argument, s ... tarts_with , can be applied to limit the returned pages to those beginning with a parti ... mplates Displaying registration_required flatpages Limiting flatpages by base URL Integrating with django.c ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( "post" . "id" ) ORDER BY U0 . "created_at" DESC LIMIT 1 ) AS "newest_commenter_email" FROM "post" 注釈 T ... .2: Support for transforms of the field was added. Limiting a subquery to a single column ¶ There are times ... only a single column: the primary key of the post. Limiting the subquery to a single row ¶ To prevent a sub ... HH : MM : SS AND U0 . "post_id" = "post" . "id" ) LIMIT 1 ) AS "recent_comment" FROM "post" It's unnecessa ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Paginator — Django 4.0.6 ドキュメント 6711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 合があります。これは、 OFFSET 数を数えるために必要な LIMIT / OFFSET クエリの処理時間が、ページ数が増えるにつれ ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
多対一 (many-to-one) 関係 — Django 4.0.6 ドキュメント 6711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... works as many levels deep as you want. There's no limit. For example: >>> r . article_set . filter ( headl ...
https://man.plustar.jp/django/topics/db/examples/many_to_one.html - [similar]
Coding style — Django 4.0.6 ドキュメント 6609
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ption to PEP 8 is our rules on line lengths. Don't limit lines of code to 79 characters if it means the cod ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Admin actions — Django 4.0.6 ドキュメント 6609
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ions Setting permissions for actions ¶ Actions may limit their availability to users with specific permissi ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 6609
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o.contrib.gis.db.backends.spatialite MySQL Spatial Limitations ¶ Before MySQL 5.6.1, spatial extensions onl ... em may have to be expressed differently because of limitations in PostGIS. Please see the Selecting an SRID ... ield. 注釈 In PostGIS, ST_Distance_Sphere does not limit the geometry types geographic distance queries are ... ion on ST_DistanceSphere . [4] Refer MySQL Spatial Limitations section for more details. 目次 GeoDjango Dat ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT