検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 127 for query (0.097 sec.)
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 5395
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... array, or default if there are no values. You can query the result using key and index lookups . distinct ... = True ) . values ( 'number' , 'requirements' ) < QuerySet [{ 'number' : 102 , 'requirements' : [ { 'parki ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5395
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... た方がよいでしょう。 このリファレンスでは、 database query guide で提供された example blog models を使用します ... an INSERT . The old algorithm results in one more query in the UPDATE case. There are some rare cases wher ... they are yet to be saved. Instances fetched from a QuerySet will have adding=False and db set to the alias ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 5395
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... ango database API now escapes backslashes given as query parameters. If you have any database API code that ... from mysite.myapp.models import MyModel info = { "queryset" : MyModel . objects . all (), } urlpatterns = ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5395
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... t_redirect_field_name () ¶ Returns the name of the query parameter that will contain the URL the user shoul ... er a successful login. If you set this to None , a query parameter won't be added. Returns the redirect_fie ... rect to after successful login. This may contain a query string, too. site : The current Site , according t ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5395
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery);(function($) { $(document).ready(function() { $(" ... $(".c-tab-win").prop("checked", true); }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... ion during a TestCase 's execution and attempts to query other databases will result in assertion errors to ... tCase ): databases = { 'other' } def test_other_db_query ( self ): ... This test will only allow queries ag ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 5346
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... 択したオブジェクトの削除" アクションは効率の観点から QuerySet.delete() を使用します。使用したモデルの delete( ... this behavior, you can override ModelAdmin.delete_queryset() or write a custom action which does deletion ... n An HttpRequest representing the current request, QuerySet はユーザーによって選択されたオブジェクトを含みま ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 5346
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... ariaDB and MySQL) 注釈 For measuring , rather than querying on distances, use the Distance function. Distan ... must be calculated on the fly for every row in the query. This is because the spatial index on traditional ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5346
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery);(function($) { $(document).ready(function() { $(" ... $(".c-tab-win").prop("checked", true); }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... se the psql command's -c flag to execute a raw SQL query directly:   $ django-admin dbshell -- -c 'select ... r. --database DATABASE ¶ Specifies the database to query for the user. Defaults to default . 使い方の例: dj ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
設定 — Django 4.0.6 ドキュメント 5346
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... ant to disable the use of server-side cursors with QuerySet.iterator() . Transaction pooling and server-sid ... e which database to use when performing a database query. See the documentation on automatic database routi ... th DEBUG turned on, Django will remember every SQL query it executes. This is useful when you're debugging, ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5346
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... l URL to this function and it will not mess up the query string or anything like that. An example might cla ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 NEXT