Results of 1 - 10 of about 33 for day (0.025 sec.)
- Date-based mixins — Django 4.0.6 ドキュメント 13299
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ate ) ¶ Returns a date object containing the first day of the year after the date provided. This function ...
ate ) ¶ Returns a date object containing the first day of the year before the date provided. This functio ...
ate ) ¶ Returns a date object containing the first day of the month after the date provided. This functio ...
ate ) ¶ Returns a date object containing the first day of the month before the date provided. This functi ...
-
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html
- [similar]
- Generic date ビュー — Django 4.0.6 ドキュメント 12609
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
. next_year : A date object representing the first day of the next year, according to allow_empty and all ...
evious_year : A date object representing the first day of the previous year, according to allow_empty and ...
l be: date_list : A QuerySet object containing all days that have objects available in the given month, a ...
next_month : A date object representing the first day of the next month, according to allow_empty and al ...
-
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html
- [similar]
- Database Functions — Django 4.0.6 ドキュメント 11631
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
r": 2015 "iso_year": 2015 "quarter": 2 "month": 6 "day": 15 "week": 25 "week_day": 2 "iso_week_day": 1 "h ...
e is active will be the same as above except for: "day": 16 "week_day": 3 "iso_week_day": 2 "hour": 9 wee ...
k_day values The week_day lookup_type is calculated diff ...
dard functions. This function will return 1 for Sunday, 2 for Monday, through 7 for Saturday. The equival ...
-
https://man.plustar.jp/django/ref/models/database-functions.html
- [similar]
- クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 10636
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
) paginate_queryset() render_to_response() setup() DayArchiveView ¶ class DayArchiveView ¶ 属性 (と省略可 ...
xt_object_name() ] date_field [ get_date_field() ] day [ get_day() ] day_format [ get_day_format() ] extr ...
() get_dated_items() get_dated_queryset() get_next_day() get_next_month() get_paginator() get_previous_da ...
paginate_queryset() render_to_response() setup() TodayArchiveView ¶ class TodayArchiveView ¶ 属性 (と省略 ...
-
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html
- [similar]
- QuerySet API リファレンス — Django 4.0.6 ドキュメント 9160
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
d should be either "year" , "month" , "week" , or "day" . Each datetime.date object in the result list is ...
/week values for the field. All dates will be a Monday. "day" returns a list of all distinct year/month/d ...
, 14)] >>> Entry . objects . dates ( 'pub_date' , 'day' ) [datetime.date(2005, 2, 20), datetime.date(2005 ...
, 20)] >>> Entry . objects . dates ( 'pub_date' , 'day' , order = 'DESC' ) [datetime.date(2005, 3, 20), d ...
-
https://man.plustar.jp/django/ref/models/querysets.html
- [similar]
- ウィジェット — Django 4.0.6 ドキュメント 8470
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ltiWidget ): def __init__ ( self , attrs = None ): days = [( day , day ) for day in range ( 1 , 32 )] mon ...
ets = [ forms . Select ( attrs = attrs , choices = days ), forms . Select ( attrs = attrs , choices = mon ...
: if isinstance ( value , date ): return [ value . day , value . month , value . year ] elif isinstance ( ...
value , str ): year , month , day = value . split ( '-' ) return [ day , month , yea ...
-
https://man.plustar.jp/django/ref/forms/widgets.html
- [similar]
- django.contrib.humanize — Django 4.0.6 ドキュメント 8133
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
す。 -1200000000 becomes '-1,2 Milliarden' . naturalday ¶ 日付が今日、明日、昨日のいずれかに該当する場合、 ...
それぞれ「今日(“today”)」、 「明日(“tomorrow”)」、「昨日(“yesterday” ...
7年 2月 17日 とします ) : 2007年 2月 16日 は yesterday になります。 2007年 2月 17日 は today になります。 ...
2 hours ago になります。 16 Feb 2007 13:31:29 は 1 day, 2 hours ago になります。 16 Feb 2007 13:30:01 は ...
-
https://man.plustar.jp/django/ref/contrib/humanize.html
- [similar]
- django.utils.http — Django 4.0.6 ドキュメント 8021
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
n jul aug sep oct nov dec" . split () __D = r "(?P<day>\d {2} )" __D2 = r "(?P<day>[ \d]\d)" __M = r "(?P ...
nth = MONTHS . index ( m [ "mon" ] . lower ()) + 1 day = int ( m [ "day" ]) hour = int ( m [ "hour" ]) mi ...
" ]) result = datetime . datetime ( year , month , day , hour , min , sec , tzinfo = tz ) return int ( re ...
-
https://man.plustar.jp/django/_modules/django/utils/http.html
- [similar]
- 索引 — Django 4.0.6 ドキュメント 7925
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ListView (django.views.generic.dates のクラス) BaseDayArchiveView (django.views.generic.dates のクラス) B ...
veView (django.views.generic.dates のクラス) BaseTodayArchiveView (django.views.generic.dates のクラス) B ...
mes() (django.db.models.query.QuerySet モジュール) day field lookup type day (DayMixin の属性) day_format ...
(DayMixin の属性) DayArchiveView (django.views.generic. ...
-
https://man.plustar.jp/django/genindex.html
- [similar]
- Django 1.6 release notes — Django 4.0.6 ドキュメント 7829
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ry with latest() . In addition to year , month and day , the ORM now supports hour , minute and second lo ...
mUser' that has not been installed Time zone-aware day , month , and week_day lookups ¶ Django 1.6 introd ...
uces time zone support for day , month , and week_day lookups when USE_TZ is True ...
ng Django 1.6 for more than PASSWORD_RESET_TIMEOUT_DAYS , this change will have no effect. If not (for ex ...
-
https://man.plustar.jp/django/releases/1.6.html
- [similar]