検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 170 for key (0.042 sec.)
クラスベースビュー入門 — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... '/success/' ) else : form = MyForm ( initial = { 'key' : 'value' }) return render ( request , 'form_temp ... ormView ( View ): form_class = MyForm initial = { 'key' : 'value' } template_name = 'form_template.html' ...
https://man.plustar.jp/django/topics/class-based-views/intro.html - [similar]
View decorators — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m should take into account when building its cache key. See using vary headers . Caching ¶ The decorators ... sponse's Cache-Control header by adding all of the keyword arguments to it. See patch_cache_control() for ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
テストツール — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ents at time of construction. However, you can use keyword arguments to specify some default headers. For ... _AGENT = 'Mozilla/5.0' ) The values from the extra keyword arguments passed to get() , post() , etc. have ... にドキュメントされています。 data ディクショナリ内の key-value ペアは、GET の URL のデータ部分を構築するのに ... にドキュメントされています。 data ディクショナリ内の key-value ペアは、POST データを送信するのに使われます。 ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 4940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... return hash ( tuple ( sorted ( self . error_list , key = operator . attrgetter ( "message" )))) [ドキュメ ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 4940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... " alt = "logo" > {{ block .super }} {% endblock %} Key points to note: The example creates a file at temp ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
Django へのコントリビュート — Django 4.0.6 ドキュメント 4940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... umentation ✍️ Django's documentation is one of its key strengths. It's informative and thorough. You can ...
https://man.plustar.jp/django/internals/contributing/index.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 4940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cluded in the covering exclusion constraint as non-key columns. This allows index-only scans to be used f ... rvation ( models . Model ): room = models . ForeignKey ( 'Room' , on_delete = models . CASCADE ) timespan ... rvation ( models . Model ): room = models . ForeignKey ( 'Room' , on_delete = models . CASCADE ) start = ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 4940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... model's fields ¶ The method Model.save() has a new keyword argument update_fields . By using this argumen ... and ContentTypeManager.get_for_models() have a new keyword argument – respectively for_concrete_model and ... ored. You may want to add (or remove) the reversed keyword when you're iterating on date_list in a templa ... mplejson.JSONEncoder gained a namedtuple_as_object keyword argument in version 2.2. More information on t ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 4940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tenttypes ¶ order_with_respect_to が GenericForeignKey とともに使用できるようになりました。 django.contri ... ) method to the related managers created by ForeignKey , GenericForeignKey , and ManyToManyField . The ad ... d() method on a reverse foreign key now has a bulk parameter to allow executing one qu ... _params parameter to JsonResponse to allow passing keyword arguments to the json.dumps() call used to gen ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 4940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thField FilePathField FloatField FloatField ForeignKey ModelChoiceField (see below) ImageField ImageField ... DField UUIDField お気付きかもしれませんが、 ForeignKey と ManyToManyField の 2 つのモデルフィールドは特殊 ... なケースとなります: ForeignKey は django.forms.ModelChoiceField によって表現され、 ... lForm can accept an existing model instance as the keyword argument instance ; if this is supplied, save( ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT