検索

phrase: max: clip:
target: order:
Results of 1 - 8 of about 8 for paginate (0.008 sec.)
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 13266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ttp_method_names model ordering [ get_ordering() ] paginate_by [ get_paginate_by() ] paginate_orphans [ get_pa ... ) get_paginator() head() http_method_not_allowed() paginate_queryset() render_to_response() setup() 編集するた ... ttp_method_names model ordering [ get_ordering() ] paginate_by [ get_paginate_by() ] paginate_orphans [ get_pa ... ) get_paginator() head() http_method_not_allowed() paginate_queryset() render_to_response() setup() YearArchiv ...
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 10447
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ェクトのリストを表示するために使用する Mixin です。 paginate_by が指定された場合、Django は結果をページネートし ... のようになります: path ( 'objects/page<int:page>/' , PaginatedView . as_view ()), page クエリ文字列パラメータを通 ... トです。 order_by() に対するものと同じ値が有効です。 paginate_by ¶ 何個のオブジェクトが各ページに表示されるべきか ... る数値です。この値が指定されると、各ページにおいて``paginate_by`` 数のオブジェクトをページネートします。ビューに ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
ページネーション — Django 4.0.6 ドキュメント 8693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s high-level and low-level ways to help you manage paginated data -- that is, data that's split across several ... ws.generic.list.ListView provides a builtin way to paginate the displayed list. You can do this by adding a pa ... import Contact class ContactListView ( ListView ): paginate_by = 2 model = Contact This limits the number of o ... s an example using Paginator in a view function to paginate a queryset: from django.core.paginator import Pagi ...
https://man.plustar.jp/django/topics/pagination.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 8404
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... objects, typically from a queryset, and optionally paginate them. This will introduce us to four mixins which ... llow roughly the same pattern: we need a (possibly paginated) list of objects, typically a QuerySet , and then ... jectMixin , which provides both get_queryset() and paginate_queryset() . Unlike with SingleObjectMixin , there ... rovides built-in pagination, but you might want to paginate a list of objects that are all linked (by a foreig ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 7970
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l properties ( #28222 ). Fixed MultipleObjectMixin.paginate_queryset() crash on Python 2 if the InvalidPage me ...
https://man.plustar.jp/django/releases/1.11.2.html - [similar]
索引 — Django 4.0.6 ドキュメント 7844
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のメソッド) get_page() (Paginator のメソッド) get_paginate_by() (django.views.generic.list.MultipleObjectMixi ... n のメソッド) get_paginate_orphans() (django.views.generic.list.MultipleObjec ... 属性) page_range (Paginator の属性) PageNotAnInteger paginate_by (django.views.generic.list.MultipleObjectMixin ... の属性) paginate_orphans (django.views.generic.list.MultipleObjectM ...
https://man.plustar.jp/django/genindex.html - [similar]
Generic display ビュー — Django 4.0.6 ドキュメント 7844
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lass ArticleListView ( ListView ): model = Article paginate_by = 100 # if pagination is desired def get_contex ...
https://man.plustar.jp/django/ref/class-based-views/generic-display.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 7717
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ,000 URLs. In this case, Django will automatically paginate the sitemap, and the index will reflect that. If y ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
PREV 1 NEXT