検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 243 for python (0.147 sec.)
How to write custom lookups — Django 4.0.6 ドキュメント 4169
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 普通の整数値(例えば F() 参照)以外のものである場合、Pythonでは変換ができないためです。 注釈 実際のところ、 __a ...
https://man.plustar.jp/django/howto/custom-lookups.html - [similar]
次のステップへ — Django 4.0.6 ドキュメント 4169
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のコマンドで pip を使ってインストールします。   $ python -m pip install Sphinx ...\> py -m pip install Sphi ...
https://man.plustar.jp/django/intro/whatsnext.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 4169
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... い。 メッセージレベル ¶ メッセージフレームワークは、Python ロギングモジュールに似た、設定可能なレベルアーキテ ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 4169
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... は変更しないように気をつけてください。なぜなら、同じ Python プロセス内であとに続くすべての ContactForm に影響を ... になるからです。 たとえば、 DateField はインプットを Python の datetime.date オブジェクトに正規化します。たとえ ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
ビルトインのクラスベースのジェネリックビュー — Django 4.0.6 ドキュメント 4169
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... shers/' , PublisherListView . as_view ()), ] 以上でPythonのコードを書く必要があります。しかし、テンプレートを ...
https://man.plustar.jp/django/topics/class-based-views/generic-display.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 4169
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : return super () . render_to_response ( context ) Pythonのメソッド多重定義に関する仕様により、 super().rende ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 4169
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... model being migrated. Its value is None for the RunPython and RunSQL operations unless they provide it using ... e following (substituting path.to. with the actual Python path to the module(s) where the routers are define ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 4169
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , some of which require you to install third-party Python modules: Identifier Information xml シンプルな XML ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 4128
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... subclass (the same way you'd instantiate any other Python class) and register your models and ModelAdmin sub ... inSite ( admin . AdminSite ): site_header = 'Monty Python administration' admin_site = MyAdminSite ( name = ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 4128
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... をする必要があります。 これらのメソッドにはやや高度なPythonプログラミングが含まれており、トピックガイド Form As ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]