検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 105 for output (0.013 sec.)
翻訳 — Django 4.0.6 ドキュメント 7362
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ation import gettext as _ def my_view ( request ): output = _ ( "Welcome to my site." ) return HttpResponse ... ( output ) You could code this without using the alias. Thi ... ranslation import gettext def my_view ( request ): output = gettext ( "Welcome to my site." ) return HttpRes ... ponse ( output ) 翻訳は、計算済みの値に適用されます。次の例は、上 ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f assertRaisesRegex() . SimpleTestCase. assertFieldOutput ( fieldclass , valid , invalid , field_args = None ... tiate the field. empty_value -- the expected clean output for inputs in empty_values . For example, the foll ... with a reasonable error message: self . assertFieldOutput ( EmailField , { 'a@a.com' : 'a@a.com' }, { 'aaa' ... or will be raised if one of them cannot be parsed. Output in case of error can be customized with the msg ar ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 7053
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... による出力("too few arguments")です。 BaseCommand. output_transaction ¶ コマンドが SQL 文を出力するかどうかを ... he default command options to suppress in the help output. This should be a set of option names (e.g. '--ver ... ない。 stdout に出力される文字列を返すことができる ( output_transaction が True の場合、文字列は BEGIN; と COM ... oblems are raised as a CommandError ; warnings are output to stderr ; minor notifications are output to stdo ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
How to create CSV output — Django 4.0.6 ドキュメント 7053
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Modules « previous | up | next » How to create CSV output ¶ このドキュメントでは、Django のビューを使って動的 ... es で例を参照してください。 目次 How to create CSV output Python の CSV ライブラリを使う サイズの大きな CSV ... files 関連キーワード How , create , テンプレート , output , 生成 , ライブラリ , 出力 , フォーマット , レスポ ...
https://man.plustar.jp/django/howto/outputting-csv.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 7053
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o create PDF files ¶ This document explains how to output PDF files dynamically using Django views. This is ... d a Python library for. Also see How to create CSV output for another example and some techniques you can us ... iew Other formats 前のトピックへ How to create CSV output 次のトピックへ How to override templates 関連キーワ ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7053
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 毎回同じ順番で表示されるようになりました。さらに、 --output オプションを指定すると、端末にプログレスバーも表示 ... ut undocumented in Django 1.7. You can specify the output_field parameter of the Avg aggregate in order to a ... ng). The firstof template tag supports storing the output in a variable using 'as'. Context.update() can now ... ly. The debug page template postmortem now include output from each engine that is installed. Debug page int ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 7053
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng unsupported default command options in the help output. The new startapp --exclude and startproject --exc ... te() and post_migrate() signals allows redirecting output to a stream-like object. It should be preferred ov ... er sys.stdout and print() when emitting verbose output in order to allow proper capture when testing. テン ... losing tags. NodeList.render() no longer casts the output of render() method for individual nodes to a strin ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 7053
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ways serialized as the pk element in the resulting output; it never appears in the fields part. 注釈 Dependi ... t (or objects) that you want to serialize, and the output will be a complete representation of the serialize ... t . objects . all ()) the fields on the serialized output will only contain the serves_hot_dogs attribute. T ... ted as a list of PKs. Be aware that not all Django output can be passed unmodified to json . For example, if ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
django.utils.safestring — Django 4.0.6 ドキュメント 6989
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... at has been specifically marked as "safe" for HTML output purposes. """ def __add__ ( self , rhs ): """ Conc ... ): """ Explicitly mark a string as safe for (HTML) output purposes. The returned object can be used everywhe ...
https://man.plustar.jp/django/_modules/django/utils/safestring.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 6912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ベースを動かす を参照してください。 Colored terminal output ¶ New in Django 3.2. A quality-of-life feature add ... s colored (rather than monochrome) output to the terminal. In modern terminals this should w ... ronment Django をインストールする Colored terminal output よくある落とし穴 前のトピックへ How to deploy stat ...
https://man.plustar.jp/django/howto/windows.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT