検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 118 for Page (0.008 sec.)
Paginator — Django 4.0.6 ドキュメント 12448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... data -- that is, data that's split across several pages, with "Previous/Next" links. These classes live i ... inator class ¶ class Paginator ( object_list , per_page , orphans = 0 , allow_empty_first_page = True ) [ソ ... ース] ¶ A paginator acts like a sequence of Page when using len() or iterating it directly. Paginat ... るにつれて長くなってしまうためです。 Paginator. per_page ¶ Required. The maximum number of items to include ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
ページネーション — Django 4.0.6 ドキュメント 12198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... data -- that is, data that's split across several pages, with "Previous/Next" links. The Paginator class ... eavy lifting of actually splitting a QuerySet into Page objects. カスタマイズ例 ¶ Give Paginator a list of ... lus the number of items you'd like to have on each page, and it gives you methods for accessing the items ... for each page: >>> from django.core.paginator import Paginator > ...
https://man.plustar.jp/django/topics/pagination.html - [similar]
django.core.paginator — Django 4.0.6 ドキュメント 11961
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... RuntimeWarning ): pass [ドキュメント] class InvalidPage ( Exception ): pass [ドキュメント] class PageNotAn ... Integer ( InvalidPage ): pass [ドキュメント] class EmptyPage ( InvalidPa ... or : # Translators: String used to replace omitted page numbers in elided page # range generated by pagina ... _ ( "…" ) def __init__ ( self , object_list , per_page , orphans = 0 , allow_empty_first_page = True ): s ...
https://man.plustar.jp/django/_modules/django/core/paginator.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 10726
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ジ数は以下のいずれかの方法で指定します: URLconf 内で page パラメータを使用します。例えば、URLconf は以下のよ ... うになります: path ( 'objects/page<int:page>/' , PaginatedView . as_view ()), page... ます。例えば、URL は以下のようになります: /objects/?page=3 これらの値は (0 ベースではなく) 1 ベースなので、 ... キュメント を参照してください。 特別なケースとして、 page に対する値として last を使用することもできます: /o ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 9417
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... well, they're dynamic. Each time a user requests a page, the web server makes all sorts of calculations -- ... plate rendering to business logic -- to create the page that your site's visitor sees. This is a lot more ... ow this would work for a dynamically generated web page: given a URL , try finding that page in the cache ... if the page is in the cache : return the cached page else : ge ...
https://man.plustar.jp/django/topics/cache.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 8544
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... To prevent multiple URLs from mapping to the same page, dashes must be included and letters must be lower ... import re_path urlpatterns = [ re_path ( r '^blog/(page-(\d+)/)?$' , blog_articles ), # bad re_path ( r '^ ... comments/(?:page-(?P<page_number>\d+)/)?$' , comments ), # good ] 両 ... トされた引数を使っており、解決します: 例えば、 blog/page-2/ は 2 つの潜在的な引数 ( page-2/ と 2 ) で blog_ ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 7945
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... seen. This is commonly used when retrieving a web page (using an HTTP GET request) to avoid sending all t ... TP methods ( POST , PUT , DELETE , etc.). For each page (response) that Django sends back from a view, it ... st ETag it was sent. If the current version of the page matches the ETag sent by the client, or if the res ... thing has changed. Depending on the header, if the page has been modified or does not match the ETag sent ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
Django 1.10.8 release notes — Django 4.0.6 ドキュメント 7745
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... le XSS in traceback section of technical 500 debug page ¶ In older versions, HTML autoescaping was disable ... ortion of the template for the technical 500 debug page. Given the right circumstances, this allowed a cro ... shouldn't run with DEBUG = True (which makes this page accessible) in your production settings. 目次 Djan ... le XSS in traceback section of technical 500 debug page 前のトピックへ Django 1.11 リリースノート 次のトピ ...
https://man.plustar.jp/django/releases/1.10.8.html - [similar]
Django 1.11.18 リリースノート — Django 4.0.6 ドキュメント 7708
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 8: Content spoofing possibility in the default 404 page ¶ An attacker could craft a malicious URL that cou ... ld make spoofed content appear on the default page generated by the django.views.defaults.page_not_fo ... 8: Content spoofing possibility in the default 404 page 前のトピックへ Django 1.11.19 リリースノート 次のト ... ックへ Django 1.11.17 リリースノート 関連キーワード page , default , spoofing , path , トピック , previous ...
https://man.plustar.jp/django/releases/1.11.18.html - [similar]
Django 2.0.10 リリースノート — Django 4.0.6 ドキュメント 7508
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 8: Content spoofing possibility in the default 404 page ¶ An attacker could craft a malicious URL that cou ... ld make spoofed content appear on the default page generated by the django.views.defaults.page_not_fo ... 8: Content spoofing possibility in the default 404 page Bugfixes 前のトピックへ Django 2.0.11 リリースノー ... ピックへ Django 2.0.9 リリースノート 関連キーワード page , default , schema , issue , fix , spoofing , path ...
https://man.plustar.jp/django/releases/2.0.10.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT