検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 33 for day (0.063 sec.)
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 7235
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts ( #24831 ). Allowed using choices longer than 1 day with DurationField ( #24897 ). Fixed a crash when ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 7235
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d instead of the deprecated PASSWORD_RESET_TIMEOUT_DAYS setting, which will be removed in Django 4.0. The ... equences on SQLite. モデル ¶ The new ExtractIsoWeekDay function extracts ISO-8601 week days from DateFiel ... d and DateTimeField , and the new iso_week_day lookup allows querying by an ISO-8601 day of week. ... database backends. その他 ¶ PASSWORD_RESET_TIMEOUT_DAYS setting is deprecated in favor of PASSWORD_RESET_ ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 7187
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s immediately, so you may have to wait a couple of days before getting a response. Write detailed commit ... e reached (within a reasonable amount of time -- a day or so) and the problem is severe -- crashing bug, ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 7187
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... w releases and publicly disclose the issue. On the day of disclosure, we will take the following steps: A ... ifying you of the result of your request within 30 days. Please also bear in mind that for any individual ...
https://man.plustar.jp/django/internals/security.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 7187
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... truncate DateField and DateTimeField to the first day of a quarter. Added the db_tablespace parameter to ... ds may want to adopt a similar approach. The FIRST_DAY_OF_WEEK and NUMBER_GROUPING format settings are no ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 7139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... >>> # create a Question instance with pub_date 30 days in the future >>> future_question = Question ( pu ... _date = timezone . now () + datetime . timedelta ( days = 30 )) >>> # was it published recently? >>> futu ... time = timezone . now () + datetime . timedelta ( days = 30 ) future_question = Question ( pub_date = ti ... ezone . now () return now - datetime . timedelta ( days = 1 ) <= self . pub_date <= now そして、もう一度テ ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 7139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ges | length >= 100 %} You have lots of messages today! {% endif %} 複雑な表現 ¶ ここまでのすべてを組み合 ... h1 > Archive for {{ year }} </ h1 > {% for date in days %} {% ifchanged %} < h3 > {{ date | date :"F" }} ... 時に変化したときのみ時刻も表示します: {% for date in days %} {% ifchanged date.date %} {{ date.date }} {% e ... 能なフォーマット文字: フォーマット文字 説明 出力の例 Day d 日。 2 桁のゼロ詰め表示です。 '01' ~ '31' j 日。 ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7139
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... del._meta object has been part of Django since the days of pre-0.96 "Magic Removal" -- it just wasn't an ... ve interval data type on PostgreSQL, as a INTERVAL DAY(9) TO SECOND(6) on Oracle, and as a bigint of micr ... h other major vendors, the en_GB locale now has Monday as the first day of the week. Seconds have been re ... } tags. django.conf.urls.patterns() ¶ In the olden days of Django, it was encouraged to reference views a ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 7091
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ットしてください: DateField に対して: default=date.today - datetime.date.today() より DateTimeField に対して ... adds a JavaScript calendar, and a shortcut for "Today". Includes an additional invalid_date error messag ... ータ型は interval で、Oracle でのデータ型は INTERVAL DAY(9) TO SECOND(6)``です。 それ以外では、マイクロ秒の ... ' is the two-digit month and '%d' is the two-digit day. If you upload a file on Jan. 15, 2007, it will be ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 7042
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... which is equivalent to 4 1:15:20 ) or PostgreSQL's day-time interval format (e.g. 3 days 04:05:06 ). djan ...
https://man.plustar.jp/django/ref/utils.html - [similar]
PREV 1 2 3 4 NEXT