検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 81 for generic (0.028 sec.)
Generic date ビュー — Django 4.0.6 ドキュメント 12635
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » Generic date ビュー ¶ 日付ベースの汎用ビュー ( django.view ... s.generic.dates 内で提供されています) は、日付ベースのデータ ... ブジェクトは含まれません。 継承元 (MRO) django.views.generic.list.MultipleObjectTemplateResponseMixin django.vi ... ews.generic.base.TemplateResponseMixin django.views.generic.da ...
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html - [similar]
Generic editing ビュー — Django 4.0.6 ドキュメント 12485
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » Generic editing ビュー ¶ 以下のビューは、このページで説明さ ... 、内容を編集するための基礎を提供します: django.views.generic.edit.FormView django.views.generic.edit.CreateView ... django.views.generic.edit.UpdateView django.views.generic.edit.DeleteVi ... 'pk' : self . pk }) FormView ¶ class django.views.generic.edit. FormView ¶ フォームを描画するビューです。エラ ...
https://man.plustar.jp/django/ref/class-based-views/generic-editing.html - [similar]
索引 — Django 4.0.6 ドキュメント 11214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... llow_empty (BaseDateListView の属性) (django.views.generic.list.MultipleObjectMixin の属性) allow_empty_first ... rib.admin のクラス) ArchiveIndexView (django.views.generic.dates のクラス) (組み込みクラス) Area (django.cont ... ango.db.models モジュール) as_view() (django.views.generic.base.View のクラスメソッド) as_widget() (BoundFiel ... eWidget の属性) BaseArchiveIndexView (django.views.generic.dates のクラス) BaseBackend (django.contrib.auth.b ...
https://man.plustar.jp/django/genindex.html - [similar]
Generic display ビュー — Django 4.0.6 ドキュメント 11214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » Generic display ビュー ¶ 以下の2つの汎用クラスベースビュー ... ビューとなります。 Detail Views ¶ class django.views.generic.detail. DetailView ¶ このビューが動作している間、 ... ューからメソッドと属性を継承しています: django.views.generic.detail.SingleObjectTemplateResponseMixin django.vi ... ews.generic.base.TemplateResponseMixin django.views.generic.de ...
https://man.plustar.jp/django/ref/class-based-views/generic-display.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 9712
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ビューを構築する ¶ Let's look at how two of Django's generic class-based views are built out of mixins providin ... ple objects. There are also mixins involved in the generic edit views ( FormView , and the model-specific vie ... UpdateView and DeleteView ), and in the date-based generic views. These are covered in the mixin reference do ... n a subclass to something else. (For instance, the generic edit views use _form for create and update views, ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 9671
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ur Django-powered project, providing a high-level, generic interface for working with your models. オーバービ ... models and ContentType can also be used to enable "generic" relationships between an instance of one of your ... ses: Using these methods, you can write high-level generic code that performs queries on any installed model ... jects . get_for_model ( User ) <ContentType: user> Generic relations ¶ Adding a foreign key from one of your ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
mixinを編集する — Django 4.0.6 ドキュメント 9603
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 編集ビューを構築するのに使用されます。 django.views.generic.edit.FormMixin django.views.generic.edit.ModelForm ... Mixin django.views.generic.edit.ProcessFormView django.views.generic.edit.Del ... ixin 注釈 これらの編集ビューへの結合され方の例は、 Generic editing ビュー を参照してください。 FormMixin ¶ cl ... ass django.views.generic.edit. FormMixin ¶ フォームを作成したり表示したりす ...
https://man.plustar.jp/django/ref/class-based-views/mixins-editing.html - [similar]
Base views — Django 4.0.6 ドキュメント 8168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lution Order) の略です。 View ¶ class django.views.generic.base. View ¶ すべての元となるクラスベースビューです ... ポンスを返します。 TemplateView ¶ class django.views.generic.base. TemplateView ¶ URL 内でキャプチャされたパラメ ... ューからメソッドと属性を継承しています: django.views.generic.base.TemplateResponseMixin django.views.generic.ba ... se.ContextMixin django.views.generic.base.View メソッドのフローチャート setup() dispatc ...
https://man.plustar.jp/django/ref/class-based-views/base.html - [similar]
ジェネリックビュー (generic view) — Django 4.0.6 ドキュメント 7458
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dules « previous | up | next » ジェネリックビュー (generic view) ¶ ビルトインのクラスベースビュー API を参照し ... ア (Middleware) 関連キーワード ジェネリックビュー , generic , previous , トピック , up , next , Modules , Inde ...
https://man.plustar.jp/django/topics/http/generic-views.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7417
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o much code. Analogs of all the old function-based generic views have been provided, along with a completely ... ily extended. See the documentation on class-based generic views for more details. There is also a document t ... o help you convert your function-based generic views to class-based views . ロギング ¶ Django 1.3 ... ment will be removed in Django 1.5. Function-based generic views ¶ As a result of the introduction of class-b ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT