検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 126 for Multiple (0.100 sec.)
モデル — Django 4.0.6 ドキュメント 6081
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uniqueness on the (model1, model2) pair, allowing multiple values, the remove() call will remove all intermed ... ment if you like). Thus, it's now possible to have multiple fields of type OneToOneField on a single model. フ ... inheritance works, if a child class inherits from multiple abstract base classes, only the Meta options from ... inherited by default. To inherit Meta options from multiple abstract base classes, you must explicitly declare ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6081
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... データを生成するのに使われます。 たとえば <select multiple> の複数の選択を指定する場合のように、特定のキーに対 ... loaded into the default database. If you are using multiple databases and set TransactionTestCase.databases , ... atabase at the start of each test run. If you have multiple databases, multiple flushes are required (one for ... the start of each test run. If your setup contains multiple databases, and you have a test that requires every ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 5921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... alize a single email message (which can be sent to multiple recipients). """ if to : if isinstance ( to , str ... alize a single email message (which can be sent to multiple recipients). """ super () . __init__ ( subject , b ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 5921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のマイグレーションと複数のデータベース ¶ When using multiple databases, you may need to figure out whether or n ... upport refers to individual statements rather than multiple statements wrapped in a transaction that can be ro ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... configuration. Some checks may be registered with multiple tags. Changed in Django 3.2: The sites tag was add ... ints. models.E028 : db_table <db_table> is used by multiple models: <model list> . models.E029 : index name <i ... ters. models.W035 : db_table <db_table> is used by multiple models: <model list> . models.W036 : <database> do ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntal ¶ デフォルトでは、 ManyToManyField は <select multiple> で admin サイトで表示されます。複数選択のボックス ... del will be represented by a standard HTML <select multiple> , a horizontal or vertical filter, or a raw_id_fi ... ed in a single widget, and the layout required for multiple widgets will vary depending on the intermediate mo ... nConfig' , # replaces 'django.contrib.admin' ... ] Multiple admin sites in the same URLconf ¶ You can create m ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
contrib packages — Django 4.0.6 ドキュメント 5921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . sites ¶ A light framework that lets you operate multiple websites off of the same database and Django insta ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me application, to be included in a Django URLConf multiple times, with varying (and potentially nested) named ... ns like Django's admin interface may be registered multiple times without URL conflicts. For full details, see ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 5921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d rather than automatically using the first one if multiple backends are configured ( #27027 ). Made QuerySet. ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
Django 1.10.3 release notes — Django 4.0.6 ドキュメント 5921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te() on PostgreSQL when the number of objects is a multiple plus one of batch_size ( #27385 ). Prevented i18n_ ...
https://man.plustar.jp/django/releases/1.10.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT