検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 127 for query (0.050 sec.)
Base views — Django 4.0.6 ドキュメント 6056
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... erRedirectView ( RedirectView ): permanent = False query_string = True pattern_name = 'article-detail' def ... 使います。デフォルトでは、 permanent は False です。 query_string ¶ GET クエリ文字列を新しい場所に渡すかどうか ... 場合、クエリ文字列は破棄されます。 デフォルトでは、 query_string は False です。 メソッド get_redirect_url ( ...
https://man.plustar.jp/django/ref/class-based-views/base.html - [similar]
Django 3.0.7 リリースノート — Django 4.0.6 ドキュメント 6007
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... 96: Possible XSS via admin ForeignKeyRawIdWidget ¶ Query parameters for the admin ForeignKeyRawIdWidget wer ... S attack vector. ForeignKeyRawIdWidget now ensures query parameters are correctly URL encoded. Bugfixes ¶ F ... ( #31538 ). Fixed a regression in Django 3.0 where QuerySet.values() and values_list() crashed if a queryse ...
https://man.plustar.jp/django/releases/3.0.7.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 5921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... d initializes on PostGIS, it has to perform an SQL query to determine the version in order to figure out wh ... Advanced users wishing to prevent this additional query may set the version manually using a 3-tuple of in ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... s <model_name>_set . This option also sets related_query_name . As the reverse name for a field should be u ... _date' ] This is a tuple or list of strings and/or query expressions. Each string is a field name with an o ... g, use this: ordering = [ '-pub_date' , 'author' ] query expressions を使うこともできます。 author の昇順で ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... parameter. The new search_type parameter of SearchQuery allows searching for a phrase or raw expression. d ... ータベースバックエンド ¶ Added result streaming for QuerySet.iterator() on SQLite. ジェネリックビュー (gener ... ns . Setting the new ignore_conflicts parameter of QuerySet.bulk_create() to True tells the database to ign ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django 3.2.1 release notes — Django 4.0.6 ドキュメント 5921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... a regression in Django 3.2 that caused a crash of QuerySet.values()/values_list() after QuerySet.union() , ... a regression in Django 3.2 that caused a crash of QuerySet.update() on a queryset ordered by inherited or ... h) ( #32665 ). Fixed a long standing bug involving queryset bitwise combination when used with subqueries t ...
https://man.plustar.jp/django/releases/3.2.1.html - [similar]
Single object mixins — Django 4.0.6 ドキュメント 5872
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... る対象のモデルです。 model = Foo と指定することは、 queryset = Foo.objects.all() の効率的な書き方で、 object ... s は Foo の デフォルトマネージャ を表します。 queryset ¶ オブジェクトを表す QuerySet です。指定すると、 ... queryset の値は model の結果を上書きします。 警告 querys ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5872
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... ンのみを表示します。 注釈 date_hierarchy は内部的に QuerySet.datetimes() を使用します。タイムゾーンサポートが ... g = '-first_name' ) The ordering argument supports query lookups to sort by values on related models. This ... e ( self , obj ): return obj . author . first_name Query expressions may be used with the ordering argument ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5872
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... quested page, not including the scheme, domain, or query string. 例: "/music/bands/the_beatles/" HttpReques ... 含む、ディクショナリライクのオブジェクトです。後述の QueryDict のドキュメントを参照してください。 HttpRequest ... iding that the request contains form data. See the QueryDict documentation below. If you need to access raw ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5872
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... ページに inline form の追加または削除時 に発生する jQuery イベントが追加されました。 The time picker widget ... ようになりました。 django.contrib.gis ¶ すべての GeoQuerySet メソッドが廃止され、 等価なデータベース関数 で置 ... ex の作成や reprojection をサポートします。spatial querying はまだサポートしていません。 The new GDALRaster ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT