Results of 1 - 10 of about 24 for dates (0.023 sec.)
- Generic date ビュー — Django 4.0.6 ドキュメント 16063
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ュー ¶ 日付ベースの汎用ビュー ( django.views.generic.dates 内で提供されています) は、日付ベースのデータのため ...
ic.base.TemplateResponseMixin django.views.generic.dates.BaseArchiveIndexView django.views.generic.dates.Ba ...
eric.list.MultipleObjectMixin django.views.generic.dates.DateMixin django.views.generic.base.View コンテキス ...
ト ( django.views.generic.dates.BaseDateListView を通じた) django.views.generic.li ...
-
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html
- [similar]
- Date-based mixins — Django 4.0.6 ドキュメント 9074
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ort is enabled and date_field is a DateTimeField , dates are assumed to be in the current time zone. Otherw ...
upon, and self.date_list will contain the list of dates for which data is available. ミックスイン DateMixi ...
t_list , extra_context ). date_list is the list of dates for which data is available. object_list is the li ...
= None , ordering = 'ASC' ) ¶ Returns the list of dates of type date_type for which queryset contains entr ...
-
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html
- [similar]
- 索引 — Django 4.0.6 ドキュメント 8890
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
n のクラス) ArchiveIndexView (django.views.generic.dates のクラス) (組み込みクラス) Area (django.contrib.gi ...
の属性) BaseArchiveIndexView (django.views.generic.dates のクラス) BaseBackend (django.contrib.auth.backend ...
のクラス) BaseDateDetailView (django.views.generic.dates のクラス) BaseDateListView (django.views.generic.d ...
のクラス) BaseDayArchiveView (django.views.generic.dates のクラス) BaseFormSet (django.forms.formsets のクラ ...
-
https://man.plustar.jp/django/genindex.html
- [similar]
- QuerySet API リファレンス — Django 4.0.6 ドキュメント 8773
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
[('Noam Chomsky',), ('George Orwell',), (None,)]> dates() ¶ dates ( field , kind , order = 'ASC' ) ¶ Retur ...
f datetime.date objects representing all available dates of a particular kind within the contents of the Qu ...
f all distinct year/week values for the field. All dates will be a Monday. "day" returns a list of all dist ...
ow to order the results. 例: >>> Entry . objects . dates ( 'pub_date' , 'year' ) [datetime.date(2005, 1, 1) ...
-
https://man.plustar.jp/django/ref/models/querysets.html
- [similar]
- Django 1.6 release notes — Django 4.0.6 ドキュメント 8707
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
duced in Django 1.4 didn't work well with QuerySet.dates() : aggregation was always performed in UTC. This ...
nittest -compatible tests). If you wish to delay updates to your test suite, you can set your TEST_RUNNER s ...
e support added in Django 1.4 was active, QuerySet.dates() lookups returned unexpected results, because the ...
This requires a few changes in your code. QuerySet.dates() returns date objects ¶ QuerySet.dates() now retu ...
-
https://man.plustar.jp/django/releases/1.6.html
- [similar]
- Django 1.10.5 release notes — Django 4.0.6 ドキュメント 8156
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
imeuntil filters that caused incorrect results for dates in a leap year ( #27637 ). Fixed a regression wher ...
-
https://man.plustar.jp/django/releases/1.10.5.html
- [similar]
- Django 1.7.11 release notes — Django 4.0.6 ドキュメント 8106
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
allows users to specify an unvalidated format for dates and passes this format to the date filter, e.g. {{ ...
-
https://man.plustar.jp/django/releases/1.7.11.html
- [similar]
- Django 1.4.2 release notes — Django 4.0.6 ドキュメント 8039
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ssion in the admin filters where wrongly formatted dates passed as url parameters caused an unhandled Valid ...
-
https://man.plustar.jp/django/releases/1.4.2.html
- [similar]
- Django 1.9.13 リリースノート — Django 4.0.6 ドキュメント 8039
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
imeuntil filters that caused incorrect results for dates in a leap year ( #27637 ). 目次 Django 1.9.13 リリ ...
-
https://man.plustar.jp/django/releases/1.9.13.html
- [similar]
- django.utils.http — Django 4.0.6 ドキュメント 7989
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
# email.utils.parsedate() does the job for RFC1123 dates; unfortunately # RFC7231 makes it mandatory to sup ...
port RFC850 dates too. So we roll # our own RFC-compliant parsing. f ...
-
https://man.plustar.jp/django/_modules/django/utils/http.html
- [similar]