検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 34 for age (0.061 sec.)
索引 — Django 4.0.6 ドキュメント 7956
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ll コマンドラインオプション --add-location makemessages コマンドラインオプション --addrport testserver コ ... オプション dumpdata コマンドラインオプション makemessages コマンドラインオプション --app loaddata コマンドラ ... oy check コマンドラインオプション --domain makemessages コマンドラインオプション --dry-run collectstatic ... ions コマンドラインオプション --exclude compilemessages コマンドラインオプション dumpdata コマンドラインオ ...
https://man.plustar.jp/django/genindex.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 7860
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ways of performing raw SQL queries: you can use Manager.raw() to perform raw queries and return model ins ... モデルのインスタンスを返させる場合に利用できます: Manager. raw ( raw_query , params = () , translations = N ... ス上のテーブル名をモデルの "アプリのラベル名" -- manage.py startapp で利用した名前 -- とモデルのクラス名と ... クエリを実行する事もできます。例えば、 PostgreSQL の age() 関数 によってデータベース上で計算された年齢と共に ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
Form fields — Django 4.0.6 ドキュメント 7701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... します: >>> class ContactForm ( forms . Form ): ... age = forms . IntegerField () ... nationality = forms ... = '?' ) >>> print ( f . as_p ()) <p><label for="id_age">Age?</label> <input id="id_age" name="age" type=" ... 100 , help_text = '100 characters max.' ) ... message = forms . CharField () ... sender = forms . EmailF ... ">100 characters max.</span></td></tr> <tr><th>Message:</th><td><input type="text" name="message" require ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 7701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l or model._meta.label_lower respectively. base_manager_name ¶ Options. base_manager_name ¶ The attribute ... name of the manager, for example, 'objects' , to use for the model's ... _base_manager . db_table ¶ Options. db_table ¶ The name of the ... the model's "app label" -- the name you used in manage.py startapp -- to the model's class name, with an ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Coding style — Django 4.0.6 ドキュメント 7445
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ter. If an error is found an appropriate error message will be displayed. If the error was with black or ... and fix them for you. Review the changes and re-stage for commit if you are happy with them. Python styl ... wed f 'hello { get_user () } ' f 'you are { user . age * 365.25 } days old' # Allowed with local variable ... user () f 'hello { user } ' user_days_old = user . age * 365.25 f 'you are { user_days_old } days old' f- ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 7445
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ): name = models . CharField ( max_length = 100 ) age = models . IntegerField () class Publisher ( model ... ): name = models . CharField ( max_length = 300 ) pages = models . IntegerField () price = models . Decim ... isher__name = 'BaloneyPress' ) . count () 73 # Average price across all books. >>> from django.db.models ... erence between the highest priced book and the average price of all books. >>> from django.db.models impo ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7445
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ium to test rendered HTML and the behavior of web pages, namely JavaScript functionality. Django also pro ... , instantiate django.test.Client and retrieve web pages: >>> from django.test import Client >>> c = Clien ... The test client is not capable of retrieving web pages that are not powered by your Django project. If y ... ou need to retrieve other web pages, use a Python standard library module such as url ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
デプロイチェックリスト — Django 4.0.6 ドキュメント 7365
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 用のプライベートな設定モジュールを使うことです。 manage.py check --deploy を実施しよう ¶ 以下で説明している ... e the host. It should respond with a static error page or ignore requests for incorrect hosts instead of ... リを設定する必要があります。 より詳しくは How to manage static files (e.g. images, JavaScript, CSS) を参照 ... ssions to avoid storing unnecessary data. CONN_MAX_AGE ¶ 永続的なデータベース接続 を有効化すると、リクエス ...
https://man.plustar.jp/django/howto/deployment/checklist.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 7365
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , django.contrib.contenttypes , django.contrib.messages , and django.contrib.sessions - to your INSTALLED ... h.context_processors.auth , and django.contrib.messages.context_processors.messages in the 'context_proce ... re.AuthenticationMiddleware and django.contrib.messages.middleware.MessageMiddleware must be included. Ho ... ンを使用してください。たとえば、 django.contrib.flatpages.models.FlatPage モデルに対して admin フォームのよ ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 7365
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ould need to distinguish caches by the Accept-language header. patch_cache_control ( response , ** kwargs ... h their value, after applying str() to it. get_max_age ( response ) ¶ Returns the max-age from the respon ... o the current date/time. Adds a Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private he ... ader to a response to indicate that a page should never be cached. Each header is only added ...
https://man.plustar.jp/django/ref/utils.html - [similar]
PREV 1 2 3 4 NEXT