検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 134 for INCLUDE (0.102 sec.)
アグリゲーション — Django 4.0.6 ドキュメント 5173
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... also note that average_rating has been explicitly included in the list of values to be returned. This is req ... fter the annotate() clause, you need to explicitly include the aggregate column. Interaction with order_by() ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5173
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Also, there's a possibility the two lists may not include the same database records, because an Entry may ha ... ranteed to produce exhaustive sets. If you want to include objects that do not have the path, add the isnull ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 5173
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e transaction successfully commits. Examples might include a Celery task, an email notification, or a cache i ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
ロギング — Django 4.0.6 ドキュメント 5173
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erves a mention in the context of security. If its include_html option is enabled, the email message it sends ... Django's debug logging which is very verbose as it includes all database queries. 必ずしもコンソールに出力する ...
https://man.plustar.jp/django/topics/logging.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5173
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rialize data directly to a file-like object (which includes an HttpResponse ): with open ( "file.xml" , "w" ) ... mission , Group , and User . 警告 You should never include automatically generated objects in a fixture or ot ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5173
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... est's host and use custom host names in tests must include those hosts in ALLOWED_HOSTS . The first option to ... example, the test suite for docs.djangoproject.com includes the following: from django.test import TestCase c ... sponse . status_code , 200 ) and the settings file includes a list of the domains supported by the project: A ... flushed, if a test creates instances of models not included in available_apps , they will leak and they may c ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5089
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... %p"' . The return value from split_contents() will include the leading and trailing quotes for string literal ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
データベース — Django 4.0.6 ドキュメント 5089
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... apter for mysqlclient while MySQL Connector/Python includes its own . mysqlclient ¶ Django requires mysqlclie ... ional seconds, provided that the column definition includes a fractional indication (e.g. DATETIME(6) ). Djan ... go will not upgrade existing columns to include fractional seconds if the database server supports ... h the value 'abc1' . Therefore, string type fields included in Django will always cast the value to a string ...
https://man.plustar.jp/django/ref/databases.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5089
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is requested via the POST HTTP method but does not include form data. Therefore, you shouldn't use if request ... ue. QueryDict. lists () ¶ Like items() , except it includes all values, as a list, for each member of the dic ... ader, but it's easy to forget the syntax, so we've included it here. 属性 ¶ HttpResponse. content ¶ A bytestr ... om having access to the cookie. HttpOnly is a flag included in a Set-Cookie HTTP response header. It's part o ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 5089
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... own in the examples here, the management form also includes form-MIN_NUM_FORMS and form-MAX_NUM_FORMS fields. ... formset's prefix ¶ In the rendered HTML, formsets include a prefix on each field's name. By default, the pre ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 NEXT