検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 127 for query (0.058 sec.)
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 6582
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... er out on a failed login attempt. Data leakage via query string manipulation in contrib.admin ¶ In older ve ... fying the "popup" and "to_field" parameters of the query string on an admin change form page. For example, ... 137 , #23293 ). Prevented a crash on Python 3 with query strings containing unencoded non-ASCII characters ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6484
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... returning the model classes they represent and for querying objects from those models. ContentType also has ... > user_type <ContentType: user> And then use it to query for a particular User , or to get access to the Us ... eneric relations ¶ class GenericRelation ¶ related_query_name ¶ The relation on the related object back to ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Django 1.8.2 リリースノート — Django 4.0.6 ドキュメント 6386
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... xed crash when reusing the same Case instance in a query ( #24752 ). Corrected join promotion for Case expr ... essions. For example, annotating a query with a Case expression could unexpectedly filter o ... (~Q(friends__age__lte=30))) tried to generate a subquery which resulted in a crash ( #24705 ). Fixed incorr ...
https://man.plustar.jp/django/releases/1.8.2.html - [similar]
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 6337
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... な継承元): http_method_names pattern_name permanent query_string url [ get_redirect_url() ] メソッド as_view ... extra_context http_method_names model pk_url_kwarg query_pk_and_slug queryset [ get_queryset() ] response_c ... orphans [ get_paginate_orphans() ] paginator_class queryset [ get_queryset() ] response_class [ render_to_r ...
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6300
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... abel>.<model>.<field name> . fields.E303 : Reverse query name for <app_label>.<model>.<field name> clashes ... abel>.<model>.<field name> . fields.E305 : Reverse query name for <app_label>.<model>.<field name> clashes ... with reverse query name for <app_label>.<model>.<field name> . fields ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 6300
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... er out on a failed login attempt. Data leakage via query string manipulation in contrib.admin ¶ In older ve ... fying the "popup" and "to_field" parameters of the query string on an admin change form page. For example, ... eUserMiddleware session hijacking Data leakage via query string manipulation in contrib.admin 前のトピックへ ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
Django 1.5.9 release notes — Django 4.0.6 ドキュメント 6300
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... er out on a failed login attempt. Data leakage via query string manipulation in contrib.admin ¶ In older ve ... fying the "popup" and "to_field" parameters of the query string on an admin change form page. For example, ... eUserMiddleware session hijacking Data leakage via query string manipulation in contrib.admin 前のトピックへ ...
https://man.plustar.jp/django/releases/1.5.9.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6251
" + 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.update() のような別の方法で他のフィールドに更新 ... res the one object between all model instances. To query JSONField in the database, see Querying JSONField ... -tree index, which isn't particularly helpful when querying JSONField . On PostgreSQL only, you can use Gin ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
モデル — Django 4.0.6 ドキュメント 6202
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... . objects . values_list ( 'name' , flat = True ) <QuerySet ['Apple', 'Pear']> unique True の場合、そのフィ ... ) >>> m1 . save () >>> beatles . members . all () <QuerySet [<Person: Ringo Starr>]> >>> ringo . group_set ... . all () <QuerySet [<Group: The Beatles>]> >>> m2 = Membership . o ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 6202
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... operations to allocate database usage. Whenever a query needs to know which database to use, it calls the ... e any solution for handling replication lag (i.e., query inconsistencies introduced because of the time tak ... d by a router. Manually selecting a database for a QuerySet ¶ You can select the database for a QuerySet at ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT