検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 30 for month (0.056 sec.)
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 12785
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) paginate_queryset() render_to_response() setup() MonthArchiveView ¶ class MonthArchiveView ¶ 属性 (と省略 ... te_field() ] extra_context http_method_names model month [ get_month() ] month_format [ get_month_format() ... () get_dated_items() get_dated_queryset() get_next_month() get_paginator() get_previous_month() head() http ... y_format() ] extra_context http_method_names model month [ get_month() ] month_format [ get_month_format() ...
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html - [similar]
Date-based mixins — Django 4.0.6 ドキュメント 12785
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng on the values of allow_empty and allow_future . MonthMixin ¶ class MonthMixin ¶ A mixin that can be used ... to retrieve and provide parsing information for a month component of a date. メソッドと属性 month_format ¶ ... ースするときに使われます。デフォルトでは '%b' です。 month ¶ Optional The value for the month, as a string. B ... y default, set to None , which means the month will be determined using other means. get_month_fo ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
Generic date ビュー — Django 4.0.6 ドキュメント 12558
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ります: date_list : A QuerySet object containing all months that have objects available according to queryset ... e | date :"F j, Y" }} </ p > {% endfor %} </ div > MonthArchiveView ¶ class MonthArchiveView ¶ 与えられた月 ... mplateResponseMixin django.views.generic.dates.BaseMonthArchiveView django.views.generic.dates.YearMixin dj ... ango.views.generic.dates.MonthMixin django.views.generic.dates.BaseDateListView d ...
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 8870
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... days = [( day , day ) for day in range ( 1 , 32 )] months = [( month , month ) for month in range ( 1 , 13 ... days ), forms . Select ( attrs = attrs , choices = months ), forms . Select ( attrs = attrs , choices = yea ... e ( value , date ): return [ value . day , value . month , value . year ] elif isinstance ( value , str ): ... year , month , day = value . split ( '-' ) return [ day , month ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 8870
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... been with us, we could do so using lookups: >>> a_month_ago = date . today () - timedelta ( days = 30 ) >> ... alue ( '10%' )), ... When ( registered_on__lte = a_month_ago , then = Value ( '5%' )), ... default = Value ... , to find gold clients that registered more than a month ago and platinum clients that registered more than ... a year ago: >>> a_month_ago = date . today () - timedelta ( days = 30 ) >> ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 8870
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eturn: "year": 2015 "iso_year": 2015 "quarter": 2 "month": 6 "day": 15 "week": 25 "week_day": 2 "iso_week_d ... bering year. lookup_name = 'iso_year' class ExtractMonth ( expression , tzinfo = None , ** extra ) ¶ lookup ... _name = 'month' class ExtractDay ( expression , tzinfo = None , * ... .models.functions import ( ... ExtractDay , ExtractMonth , ExtractQuarter , ExtractWeek , ... ExtractIsoWee ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 8253
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . year_archive ), path ( 'articles/<int:year>/<int:month>/' , views . month_archive ), path ( 'articles/<in ... t:year>/<int:month>/<slug:slug>/' , views . article_detail ), ] メモ: ... in the list. Django would call the function views.month_archive(request, year=2005, month=3) . /articles/2 ... function views.article_detail(request, year=2003, month=3, slug="building-a-django-site") . Path converter ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 8155
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eld of your model. kind should be either "year" , "month" , "week" , or "day" . Each datetime.date object i ... a list of all distinct year values for the field. "month" returns a list of all distinct year/month values ... Monday. "day" returns a list of all distinct year/month/day values for the field. order , which defaults t ... 1, 1)] >>> Entry . objects . dates ( 'pub_date' , 'month' ) [datetime.date(2005, 2, 1), datetime.date(2005, ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
設定 — Django 4.0.6 ドキュメント 8155
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _INPUT_FORMATS DECIMAL_SEPARATOR FIRST_DAY_OF_WEEK MONTH_DAY_FORMAT NUMBER_GROUPING SHORT_DATE_FORMAT SHORT ... SAND_SEPARATOR TIME_FORMAT TIME_INPUT_FORMATS YEAR_MONTH_FORMAT IGNORABLE_404_URLS ¶ デフォルト値: [] (空の ... b option if you want to create tables for the app. MONTH_DAY_FORMAT ¶ デフォルト値: 'F j' admin change-list ... DATE_FORMAT , DATETIME_FORMAT , TIME_FORMAT , YEAR_MONTH_FORMAT も参照してください。 NUMBER_GROUPING ¶ デフ ...
https://man.plustar.jp/django/ref/settings.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 7976
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... view ( request , m , d ): output = _ ( 'Today is %(month)s %(day)s .' ) % { 'month' : m , 'day' : d } retur ... ation may be "Hoy es 26 de noviembre." -- with the month and the day placeholders swapped. この理由から、引 ... 例: from django.utils.translation import pgettext month = pgettext ( "month name" , "May" ) もしくは: from ... は .po ファイル内に以下のように出現します: msgctxt "month name" msgid "May" msgstr "" Contextual markers are ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
PREV 1 2 3 NEXT