検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 45 for items (0.020 sec.)
The syndication feed framework — Django 4.0.6 ドキュメント 15648
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... news site describes a feed of the latest five news items: from django.contrib.syndication.views import Feed ... changes and additions to police beat central." def items ( self ): return NewsItem . objects . order_by ( ' ... , <link> and <description> elements, respectively. items() is, a method that returns a list of objects that ... objects using Django's object-relational mapper , items() doesn't have to return model instances. Although ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 12540
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Sitemap ): changefreq = "never" priority = 0.5 def items ( self ): return Entry . objects . filter ( is_dra ... lable as functions, as lastmod was in the example. items() is a method that returns a sequence or QuerySet ... class can define the following methods/attributes: items ¶ Required. A method that returns a sequence or Qu ... he absolute path for a given object as returned by items() . If it's an attribute, its value should be a st ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Paginator — Django 4.0.6 ドキュメント 9983
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... inator. per_page ¶ Required. The maximum number of items to include on a page, not including orphans (see t ... n you don't want to have a last page with very few items. If the last page would normally have a number of ... items less than or equal to orphans , then those items will be added to the previous page (which becomes ... the last page) instead of leaving the items on a page by themselves. For example, with 23 item ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 8498
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... get() get_context_data() get_date_list() get_dated_items() get_dated_queryset() get_paginator() head() http ... get() get_context_data() get_date_list() get_dated_items() get_dated_queryset() get_paginator() head() http ... get() get_context_data() get_date_list() get_dated_items() get_dated_queryset() get_next_month() get_pagina ... get() get_context_data() get_date_list() get_dated_items() get_dated_queryset() get_paginator() head() http ...
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html - [similar]
django.contrib.gis.measure — Django 4.0.6 ドキュメント 8299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... self . STANDARD_UNIT for unit , value in kwargs . items (): if not isinstance ( value , float ): value = f ... } LALIAS = { k . lower (): v for k , v in ALIAS . items ()} def __mul__ ( self , other ): if isinstance ( ... EFIX , k ): v ** 2 for k , v in Distance . UNITS . items ()} ALIAS = { k : " %s%s " % ( AREA_PREFIX , v ) f ... or k , v in Distance . ALIAS . items ()} LALIAS = { k . lower (): v for k , v in ALIAS ...
https://man.plustar.jp/django/_modules/django/contrib/gis/measure.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 8084
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... error_dict = {} for field , messages in message . items (): if not isinstance ( messages , ValidationError ... " ): for field , error_list in self . error_dict . items (): error_dict . setdefault ( field , []) . extend ... dict" ): for field , errors in self . error_dict . items (): yield field , list ( ValidationError ( errors ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
django.contrib.postgres.validators — Django 4.0.6 ドキュメント 7931
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... %(limit_value)d ." , "List contains %(show_value)d items, it should contain no more than " " %(limit_value) ... %(limit_value)d ." , "List contains %(show_value)d items, it should contain no fewer than " " %(limit_value ...
https://man.plustar.jp/django/_modules/django/contrib/postgres/validators.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 7793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... '] >>> q [ 'a' ] # returns the last '2' QueryDict. items () ¶ Like dict.items() , except this uses the same ... >>> q = QueryDict ( 'a=1&a=2&a=3' ) >>> list ( q . items ()) [('a', '3')] QueryDict. values () ¶ Like dict. ... tead of a single value. QueryDict. lists () ¶ Like items() , except it includes all values, as a list, for ... ck for a header with the given name. HttpResponse. items () ¶ Acts like dict.items() for HTTP headers on th ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Coding style — Django 4.0.6 ドキュメント 7732
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or local components. On each line, alphabetize the items with the upper case items grouped before the lower ... case items. Break long lines using parentheses and indent con ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
ページネーション — Django 4.0.6 ドキュメント 7655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ve Paginator a list of objects, plus 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 impo ...
https://man.plustar.jp/django/topics/pagination.html - [similar]
PREV 1 2 3 4 5 NEXT