検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 93 for メソッド (0.049 sec.)
非同期サポート — Django 4.0.6 ドキュメント 5954
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... します。クラスベースのビューの場合、 `` __call__()``メソッドを``async def``で宣言します( `` __init__()``でも``a ... が非同期かどうかテストします。コルーチンを返す独自のメソッドを実装する場合、ビューの``_is_coroutine``属性を``asy ...
https://man.plustar.jp/django/topics/async.html - [similar]
How to authenticate using REMOTE_USER — Django 4.0.6 ドキュメント 5914
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd を継承する独自の認証バックエンドを作成し、属性やメソッドをいくつかオーバライドしてください。 ログインページで ... ゴシエート(GSSAPI/ケルベロス)や他の資源を利用した認証メソッドでは、フロントエンド HTTP サーバの認証では、通常、ひ ...
https://man.plustar.jp/django/howto/auth-remote-user.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 5914
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mitted for applications that have a models module. メソッド ¶ AppConfig. get_models ( include_auto_created = F ... 以下の公開APIを提供しています。以下に記載されていないメソッドは非公開とみなされ、予告なく変更される可能性がありま ... プリケーションの設定 設定可能な属性 読み取り専用属性 メソッド Namespace packages as apps アプリケーションレジスト ...
https://man.plustar.jp/django/ref/applications.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 5914
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... chemaEditor classes and tweak the syntax a little. メソッド ¶ execute() ¶ BaseDatabaseSchemaEditor. execute ( ... を行っているときに役に立ちます。 目次 SchemaEditor メソッド execute() create_model() delete_model() add_index( ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
ファイルのアップロード — Django 4.0.6 ドキュメント 5914
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。 UploadedFile オブジェクトには、他にもいくつかのメソッドと属性があります。完全なリファレンスについては、 Upl ... ドを扱うために、あなたの FormView サブクラスの post メソッドをオーバーライドします: views.py ¶ from django.views ... dHandler ( request )) この場合には、 list.append() メソッドの代わりに list.insert() を使ったほうが良いでしょう。 ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]
GeoDjango — Django 4.0.6 ドキュメント 5875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... olocation with GeoIP2 カスタマイズ例 API Reference メソッド 設定 例外 GeoDjango Utilities LayerMapping data im ...
https://man.plustar.jp/django/ref/contrib/gis/index.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... コメント テンプレートの継承 HTML の自動エスケープ メソッドへのアクセス カスタムタグとカスタムフィルタのライブラ ...
https://man.plustar.jp/django/ref/templates/index.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 5875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o work out the right action to take. その他の HTTP メソッドでデコレータを使用する ¶ The condition decorator is ... 件をテストする場合に condition を使う その他の HTTP メソッドでデコレータを使用する Comparison with middleware co ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 5875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... shortcut. cached_property ¶ クラスのインスタンスのメソッドを複数回呼ぶ必要があるというのはよくあることです。そ ... とができます。ただし、このデコレータが機能するのは、メソッドが引数として self のみを取り、メソッドをプロパティー ...
https://man.plustar.jp/django/topics/performance.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 5875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... らです。 低レベルの API を利用する ¶ Django の署名用メソッドは django.core.signing モジュール内にあります。値に著 ... に続いて付加されます。元の値を取得するには、 unsign メソッドを使用します。 >>> original = signer . unsign ( valu ...
https://man.plustar.jp/django/topics/signing.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT