検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 110 for Single (0.058 sec.)
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 6248
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Fixed a regression in Django 2.2 that caused a single instance fast-delete to not set the primary key to ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 6248
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , a new event loop is spun up specifically for the single async invocation and shut down again once it compl ... ll back to running thread-sensitive functions in a single, shared thread, but this will not be the main thre ...
https://man.plustar.jp/django/topics/async.html - [similar]
Tablespaces — Django 4.0.6 ドキュメント 6248
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the name of a tablespace to use for the index. For single field indexes, you can pass the db_tablespace opti ...
https://man.plustar.jp/django/topics/db/tablespaces.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 6248
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mailMessage provides a send() method for sending a single email. If you need to send multiple messages, the ... を呼ぶには2 つの方法があります。 You can pass it a single argument that is a MIMEBase instance. This will be ... 'to3@example.com' ], ) # Send the two emails in a single call - connection . send_messages ([ email2 , emai ...
https://man.plustar.jp/django/topics/email.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 6146
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... test suite takes a while to run, and running every single test could be redundant if, say, you just added a ... esting code coverage . Coverage should be run in a single process to obtain accurate statistics. To run cove ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 6146
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : class BlogEntry ( models . Model ): """ Stores a single blog entry, related to :model:`blog.Blog` and :mod ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 6146
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ct as AddConstraint , whereas performing them in a single non-atomic migration, may leave your database in a ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6146
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ns may be combined with ungrouped options within a single list (such as the 'unknown' option in this example ... ちます: The default form widget for this field is a single DateTimeInput . The admin uses two separate TextIn ... verse" side of the relation will directly return a single object. This is most useful as the primary key of ... instance attribute. The constructor must accept a single argument, the Field instance. Overriding this clas ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6146
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t [(1, 'first entry'), ...]> If you only pass in a single field, you can also pass in the flat parameter. If ... True , this will mean the returned results are single values, rather than one-tuples. An example should ... . This is a performance booster which results in a single more complex query but means later use of foreign- ... rameter controls how many objects are created in a single query. The default is to create all objects in one ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
国際化とローカル化 — Django 4.0.6 ドキュメント 6146
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nternationalization and localization is to allow a single web application to offer its content in languages ...
https://man.plustar.jp/django/topics/i18n/index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT