検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 111 for date (0.054 sec.)
翻訳 — Django 4.0.6 ドキュメント 5688
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 字列を取り出します: document . write ( get_format ( 'DATE_FORMAT' )); // 'N j, Y' 以下の設定に対してアクセス ... します: DATE_FORMAT DATE_INPUT_FORMATS DATETIME_FORMAT DATETIME ... DAY_OF_WEEK MONTH_DAY_FORMAT NUMBER_GROUPING SHORT_DATE_FORMAT SHORT_DATETIME_FORMAT THOUSAND_SEPARATOR TI ... ons catalog }, "formats": { # Language formats for date, time, etc. }, "plural": "..." # Expression for pl ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 5650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed toward allowing us to deliver timely security updates to the official distribution of Django, as well a ... ong-term support release s will receive security updates for a specified period. When new releases are iss ... fications: First, we notify django-announce of the date and approximate time of the upcoming security rele ... tive data exposure Broken session management Unvalidated redirects/forwards Issues requiring an uncommon c ...
https://man.plustar.jp/django/internals/security.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... at site news" link = "/sitenews/" description = "Updates on changes and additions to police beat central." ... lf ): return NewsItem . objects . order_by ( '-pub_date' )[: 5 ] def item_title ( self , item ): return it ... elf ): return Article . objects . order_by ( '-pub_date' )[: 5 ] def get_context_data ( self , ** kwargs ) ... jects . filter ( beat = obj ) . order_by ( '-crime_date' )[: 30 ] To generate the feed's <title> , <link> ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Django 1.10.2 release notes — Django 4.0.6 ドキュメント 5650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... boxSelectMultiple , MultiWidget , FileInput , SplitDateTimeWidget , SelectDateWidget , and SplitArrayWidge ... 71 ). Fixed a regression where unchanged localized date/time fields were listed as changed in the admin's ... , up , next , where , Bugfixes クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/releases/1.10.2.html - [similar]
Django 1.10.6 release notes — Django 4.0.6 ドキュメント 5650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hen subtracting DurationField or IntegerField from DateField ( #27828 ). Fixed query expression date subtr ... t , than , previous , トピック クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/releases/1.10.6.html - [similar]
Django 1.11.7 リリースノート — Django 4.0.6 ドキュメント 5650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ble that returns None ( #28601 ). Fixed the Basque DATE_FORMAT string ( #28710 ). Made QuerySet.reverse() ... xes , unquoted , string , Made クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/releases/1.11.7.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5625
" + 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 ... The is_dst argument will be removed from: QuerySet.datetimes() django.utils.timezone.make_aware() django.d ... ForceRHR will be removed. django.utils.http.cookie_date() will be removed. The staticfiles and admin_stati ... that don't support time zones won't convert aware datetimes to naive values in UTC anymore when such valu ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.11.4 リリースノート — Django 4.0.6 ドキュメント 5625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 11.3 on Python 2 where non-ASCII format values for date/time widgets results in an empty value in the widg ... on , QuerySet , crash , values クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/releases/1.11.4.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 5625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fied-since or If-unmodified-since , containing the date of the last modification time it was sent, or eith ... passed last_modified_func should return a standard datetime value specifying the last time the resource wa ... f models, representing a small blog system: import datetime from django.db import models class Blog ( mode ... n_delete = models . CASCADE ) published = models . DateTimeField ( default = datetime . datetime . now ) . ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
はじめての Django アプリ作成、その 3 — Django 4.0.6 ドキュメント 5587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stion_list = Question . objects . order_by ( '-pub_date' )[: 5 ] output = ', ' . join ([ q . question_text ... stion_list = Question . objects . order_by ( '-pub_date' )[: 5 ] template = loader . get_template ( 'polls ... stion_list = Question . objects . order_by ( '-pub_date' )[: 5 ] context = { 'latest_question_list' : late ... question , コード , templates クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/intro/tutorial03.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT