検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 111 for date (0.036 sec.)
クラスベースビュー — Django 4.0.6 ドキュメント 5828
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k = self . get_queryset () . latest ( 'publication_date' ) response = HttpResponse ( # RFC 1123 date forma ... ders = { 'Last-Modified' : last_book . publication_date . strftime ( ' %a , %d %b %Y %H:%M:%S GMT' )}, ) r ... , 属性 , レスポンス , トピック クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/topics/class-based-views/index.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5790
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cache API. Thirdly, cache key creation has been updated to take the request query string into account on ... or fields or relations specified in list_filter or date_hierarchy . Deleting a model doesn't delete associ ... nd for the sessions app had no index on the expire_date column. As a result, date-based queries on the ses ... n backend, you don't have to do anything to accommodate this change. However, you may get a significant pe ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
ビルトインのクラスベースビュー API — Django 4.0.6 ドキュメント 5726
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Views Generic editing ビュー FormView CreateView UpdateView DeleteView Generic date ビュー ArchiveIndexVie ... ew WeekArchiveView DayArchiveView TodayArchiveView DateDetailView クラスベースビュー mixin Simple mixins C ... Mixin ModelFormMixin ProcessFormView DeletionMixin Date-based mixins YearMixin MonthMixin DayMixin WeekMix ... in DateMixin BaseDateListView クラスベース汎用ビュー - フラ ...
https://man.plustar.jp/django/ref/class-based-views/index.html - [similar]
Model _meta API — Django 4.0.6 ドキュメント 5726
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lds.CharField: password>, <django.db.models.fields.DateTimeField: last_login>, <django.db.models.fields.Bo ... BooleanField: is_active>, <django.db.models.fields.DateTimeField: date_joined>, <django.db.models.fields.r ... lds.CharField: password>, <django.db.models.fields.DateTimeField: last_login>, <django.db.models.fields.Bo ... BooleanField: is_active>, <django.db.models.fields.DateTimeField: date_joined>, <django.db.models.fields.r ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5726
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... guide is more concerned with helping you quickly update your code. Common changes ¶ This section describes ... ad about them in the admin documentation . URL ¶ Update your root urls.py ¶ If you're using the admin site ... , you need to update your root urls.py . Old (0.96) urls.py : from djan ... tings.LOGIN_URL . APPEND_SLASH behavior has been updated ¶ In 0.96, if a URL didn't end in a slash or have ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5726
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... now have a link to object's change form. Added "No date" and "Has date" choices for DateFieldListFilter if ... nd.data() method was added. Band data can now be updated with repeated values efficiently. Added database ... get_modified_time() . They return a timezone-aware datetime if USE_TZ is True and a naive datetime in the ... t parent class. Added Extract functions to extract datetime components as integers, such as year and hour. ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5726
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... View , and the model-specific views CreateView , UpdateView and DeleteView ), and in the date-based generi ... the generic edit views use _form for create and update views, and _confirm_delete for delete views.) List ... aken from the template_name_suffix attribute. (The date based generic views use suffixes such as _archive ... se different templates for the various specialized date-based list views.) Django のクラスベースのビューの ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 5688
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... IMEText from email.utils import formataddr , formatdate , getaddresses , make_msgid from io import BytesIO ... ase-insensitive (RFC 2045), so we have to # accommodate that when doing comparisons. header_names = [ key ... . lower () for key in self . extra_headers ] if "date" not in header_names : # formatdate() uses stdlib ... methods to format the date, which use # the stdlib/OS concept of a timezone, ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 5688
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eave comments and feedback! Keep old patches up to date Oftentimes the codebase will change between a patc ... requests to get through. Keeping your patch up to date is important. Review the ticket on Trac to ensure ... rs , have , tickets , up , but クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
django.contrib.humanize — Django 4.0.6 ドキュメント 5688
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... マット文字列を使って日付をフォーマットします。 引数: date タグと同じ記法による日付フォーマット文字列 表示例 ... た引数に従ってフォーマットされます。引数がない場合は DATE_FORMAT 設定に従います。 naturaltime ¶ datetime 値に ... 合は timesince フォーマットにフォールバックします。 datetime 値が未来である場合も、自動的に適切なフレーズが ... マット , becomes , 整数 , hours クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/ref/contrib/humanize.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT