検索

phrase: max: clip:
target: order:
Results of 531 - 540 of about 572 for up (0.125 sec.)
ミドルウェア — Django 4.0.6 ドキュメント 2835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » ミドルウェア ¶ This document explains all ... . 使用できる middleware ¶ Cache middleware ¶ class UpdateCacheMiddleware ¶ class FetchFromCacheMiddlewar ... """ return HttpResponse () Changed in Django 3.2: Support for the no_append_slash() decorator was added. ... n't served by Django (such as static media or user-uploaded files), they will have the same protections ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Signals — Django 4.0.6 ドキュメント 2835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Signals ¶ A list of all the signals that ... nt state yet. using The database alias being used. update_fields The set of fields to update as passed t ... o Model.save() , or None if update_fields wasn't passed to save() . post_save ¶ d ... nt state yet. using The database alias being used. update_fields The set of fields to update as passed t ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 2835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 1.6 release notes ¶ 注釈 Dedicated ... compatible changes you'll want to be aware of when upgrading from Django 1.5 or older versions. We've al ... ython 2.6.5 or above. Python 3 is also officially supported. We highly recommend the latest minor releas ... e for each supported Python series (2.6.X, 2.7.X, 3.2.X, and 3.3. ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 2835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 4.0 release notes ¶ December 7, 20 ... compatible changes you'll want to be aware of when upgrading from Django 3.2 or earlier. We've begun the ... 既存のプロジェクトをアップデートするときは、 How to upgrade Django to a newer version ガイドに従ってくださ ... い。 Python バージョン間の互換性 ¶ Django 4.0 supports Python 3.8, 3.9, and 3.10. We highly recommen ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
クラスベースビュー入門 — Django 4.0.6 ドキュメント 2835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » クラスベースビュー入門 ¶ クラスベースビュ ... ます。この関数は、クラスのインスタンスを作成し、 setup() を呼び出してその属性を初期化し、その後 dispatch( ... ef dispatch ( self , * args , ** kwargs ): return super () . dispatch ( * args , ** kwargs ) あるいは、よ ... 定義 , リクエスト , ミックスイン クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/topics/class-based-views/intro.html - [similar]
モデル — Django 4.0.6 ドキュメント 2835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » モデル ¶ モデルは、データに関する唯一かつ ... def __str__ ( self ): return self . name class Group ( models . Model ): name = models . CharField ( ma ... gnKey ( Person , on_delete = models . CASCADE ) group = models . ForeignKey ( Group , on_delete = models ... foreign key to the source model (this would be Group in our example), or you must explicitly specify th ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 2835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » 素の SQL 文の実行 ¶ Django gives you two ... sing raw SQL, explore the ORM . Ask on one of the support channels to see if the ORM supports your use c ... params argument was changed from None to an empty tuple. クエリのフィールドをモデルのフィールドにマップす ... す:きれいにモデルにマップできないクエリを扱ったり、 UPDATE 、 INSERT あるいは DELETE を直接実行したりする ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
フォームアセット (Media クラス) — Django 4.0.6 ドキュメント 2835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » フォームアセット ( Media クラス) ¶ Render ... pt that is required for any given page will depend upon the widgets that are in use on that page. This i ... します。例えば、サイトに対する MEDIA_URL が 'http://uploads.example.com/' で STATIC_URL が None だった場合 ... media="all" rel="stylesheet"> <script src="http://uploads.example.com/animations.js"></script> <script ...
https://man.plustar.jp/django/topics/forms/media.html - [similar]
ファイルのアップロード — Django 4.0.6 ドキュメント 2835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » ファイルのアップロード ¶ Django がファイル ... eField : forms.py ¶ from django import forms class UploadFileForm ( forms . Form ): title = forms . Char ... from request into the form as described in Binding uploaded files to a form . This would look something ... django.shortcuts import render from .forms import UploadFileForm # Imaginary function to handle an uplo ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]
ロギング — Django 4.0.6 ドキュメント 2835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » ロギング ¶ 参考 How to configure and use ... rs and formatters that you want in your logging setup, and the log levels and other properties that you ... こと も出来ます。 ロギングは、一般的な Django の setup() 関数の一部として設定されます。したがって、ロガー ... ラ , レベル , フィルタ , settings クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/topics/logging.html - [similar]