検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 74 for datetime (0.085 sec.)
Pythonモジュール索引 — Django 4.0.6 ドキュメント 6158
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango.utils.dateparse Functions to parse strings to datetime objects. django.utils.decorators Functions that he ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 6158
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and Concat aren't accepted. If you store dates in DateTimeField , comparison to datetime objects may require ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 6158
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... blank=True on PostGIS ( #23731 ). Allowed usage of DateTimeField() as Transform.output_field ( #23420 ). Fixed ... when the index name requires it ( #24015 ). Added datetime.time support to migrations questioner ( #23998 ). ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6102
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ule will be removed. The undocumented django.utils.datetime_safe module will be removed. The default value of ... The is_dst argument will be removed from: QuerySet.datetimes() django.utils.timezone.make_aware() django.db.mo ... that don't support time zones won't convert aware datetimes to naive values in UTC anymore when such values a ... ields() will be removed. The ability to use a SplitDateTimeWidget with DateTimeField will be removed. The WSGI ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 6102
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ek function to extract the week from DateField and DateTimeField and exposed it through the week lookup. Added ... the TruncTime function to truncate DateTimeField to its time component and exposed it through ... , 'minute' , or 'second' . The DatabaseOperations.datetime_cast_time_sql() method is added to support the tim ... arguments and returns the SQL necessary to cast a datetime value to time value. To enable FOR UPDATE SKIP LOC ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
多対一 (many-to-one) 関係 — Django 4.0.6 ドキュメント 6102
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... om' ) >>> r2 . save () Create an Article: >>> from datetime import date >>> a = Article ( id = None , headline ...
https://man.plustar.jp/django/topics/db/examples/many_to_one.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6102
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 対してアクセスします: DATE_FORMAT DATE_INPUT_FORMATS DATETIME_FORMAT DATETIME_INPUT_FORMATS DECIMAL_SEPARATOR FI ... DAY_FORMAT NUMBER_GROUPING SHORT_DATE_FORMAT SHORT_DATETIME_FORMAT THOUSAND_SEPARATOR TIME_FORMAT TIME_INPUT_F ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 6060
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng: >>> city [ 'Name' ] . as_string () 'Pueblo' as_datetime () ¶ Returns the value of the field as a tuple of ... e and time components: >>> city [ 'Created' ] . as_datetime () (c_long(1999), c_long(5), c_long(23), c_long(0) ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 6060
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s ISO-8601 week-numbering years from DateField and DateTimeField , and the new iso_year lookup allows querying ... ils.timezone.FixedOffset is deprecated in favor of datetime.timezone . The undocumented QuerySetPaginator alia ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 6005
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tly ( self ): now = timezone . now () return now - datetime . timedelta ( days = 1 ) <= self . pub_date <= now ... 象のフィールドの種類に応じて変化します。 pub_date は DateTimeField なので、Django はこのフィールドにふさわしいフ ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT