検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 33 for day (0.043 sec.)
設定 — Django 4.0.6 ドキュメント 7732
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t avoids ambiguous or nonexistent datetimes during daylight saving time changes. Also, receiving datetime ... ing systems. See ファイルの管理 for details. FIRST_DAY_OF_WEEK ¶ デフォルト値: 0 (日曜日) A number repres ... enting the first day of the week. This is especially useful when displa ... e must be an integer from 0 to 6, where 0 means Sunday, 1 means Monday and so on. FIXTURE_DIRS ¶ デフォル ...
https://man.plustar.jp/django/ref/settings.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 7684
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n all comments for posts published within the last day: >>> from datetime import timedelta >>> from djang ... o.utils import timezone >>> one_day_ago = timezone . now () - timedelta ( days = 1 ) > ... Post . objects . filter ( published_at__gte = one_day_ago ) >>> Comment . objects . filter ( post__in = ... ether or not it has a comment from within the last day: >>> from django.db.models import Exists , OuterRe ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 1.8.9 リリースノート — Django 4.0.6 ドキュメント 7444
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 46 ). Fixed a regression that caused the incorrect day to be selected when opening the admin calendar wid ...
https://man.plustar.jp/django/releases/1.8.9.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 7444
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : def my_view ( request , m , d ): output = _ ( 'Today is %(month)s %(day)s .' ) % { 'month' : m , 'day' ... ext. For example, an English translation may be "Today is November 26." , while a Spanish translation may ... Hoy es 26 de noviembre." -- with the month and the day placeholders swapped. この理由から、引数が複数ある ... 使った補完 ( %s や %d ) ではなく、名前付きの補完 ( %(day)s ) を使ってください。固定引数による補完を使った場 ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 7331
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atus code 302). A new database lookup type -- week_day -- has been added for DateField and DateTimeField ... This type of lookup accepts a number between 1 (Sunday) and 7 (Saturday), and returns objects where the f ... ield value matches that day of the week. See the full list of lookup types for ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Form fields — Django 4.0.6 ドキュメント 7283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... datetime >>> class DateForm ( forms . Form ): ... day = forms . DateField ( initial = datetime . date . ... today ) >>> print ( DateForm ()) <tr><th>Day:</th><td><i ... nput type="text" name="day" value="12/23/2008" required><td></tr> The callabl ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 7283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 46 ). Fixed a regression that caused the incorrect day to be selected when opening the admin calendar wid ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
クラスベースビュー入門 — Django 4.0.6 ドキュメント 7283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... View class GreetingView ( View ): greeting = "Good Day" def get ( self , request ): return HttpResponse ( ... 'about/' , GreetingView . as_view ( greeting = "G'day" )), ] 注釈 定義したクラスはリクエストが発行される ...
https://man.plustar.jp/django/topics/class-based-views/intro.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 7235
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... were a consequence of decisions made in the early days of Django, prior to its open-source release. It's ... ly people are usually available at any hour of the day -- to help, or just to chat. Thanks for using Djan ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 7235
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... AlterUniqueTogether ( #23614 ). Updated the first day of the week in the Ukrainian locale to Monday. Add ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
PREV 1 2 3 4 NEXT