検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 155 for queryset (0.086 sec.)
Django 2.1.1 リリースノート — Django 4.0.6 ドキュメント 5339
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... しました。 Bugfixes ¶ データ損失に繋がる可能性がある QuerySet.update_or_create() の競合状態を修正しました ( #294 ... #29682 ). Fixed a regression in Django 2.0.5 where QuerySet.values() or values_list() after combining queryset ...
https://man.plustar.jp/django/releases/2.1.1.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5339
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ータベースバックエンド ¶ Added result streaming for QuerySet.iterator() on SQLite. ジェネリックビュー (generic ... ns . Setting the new ignore_conflicts parameter of QuerySet.bulk_create() to True tells the database to ignore ... erying by an ISO-8601 week-numbering year. The new QuerySet.bulk_update() method allows efficiently updating s ... e query is being performed, such as Model.save() , QuerySet.update() , and Model.delete() . This improves the ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5316
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... filter users by groups which they are members of. QuerySet.bulk_create() now has a batch_size argument. By de ... Django now provides a mod_wsgi auth handler . The QuerySet.delete() and Model.delete() can now take fast-path ... queries and less objects fetched into memory. See QuerySet.delete() for details. An instance of ResolverMatch ... orms.ModelMultipleChoiceField now returns an empty QuerySet as the empty value instead of an empty list. int_t ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 2.2.4 リリースノート — Django 4.0.6 ドキュメント 5316
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... th dictionary expansion, as the **kwargs passed to QuerySet.filter() . CVE-2019-14235: Potential memory exhaus ... ¶ Fixed a regression in Django 2.2 when ordering a QuerySet.union() , intersection() , or difference() by a fi ...
https://man.plustar.jp/django/releases/2.2.4.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5247
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... removed. The is_dst argument will be removed from: QuerySet.datetimes() django.utils.timezone.make_aware() dja ... ariable will be removed. TransactionTestCase.assertQuerysetEqual() will no longer automatically call repr() on ... a queryset when compared to string values. django.core.cache. ... removed. Support for passing raw column aliases to QuerySet.order_by() will be removed. The model NullBooleanF ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 5247
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( name = Collate ( Value ( 'john' ), 'nocase' )) <QuerySet [<Author: John>, <Author: john>]> It can also be u ... cts . order_by ( Collate ( 'name' , 'et-x-icu' )) <QuerySet [<Author: Ursula>, <Author: Veronika>, <Author: Ül ... # Add the experiment start year as a field in the QuerySet. >>> experiment = Experiment . objects . annotate ... cle . objects . filter ( published__lte = Now ()) <QuerySet [<Article: How to Django>]> PostgreSQL considerati ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5247
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lookup allows querying by an ISO-8601 day of week. QuerySet.explain() now supports: TREE format on MySQL 8.0.1 ... defaults argument. The new is_dst parameter of the QuerySet.datetimes() determines the treatment of nonexisten ... ion bitxor() method allows bitwise XOR operation . QuerySet.bulk_create() now sets the primary key on objects ... or of invalid_list . Passing raw column aliases to QuerySet.order_by() is deprecated. The same result can be a ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Generic display ビュー — Django 4.0.6 ドキュメント 5212
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... llowed() get_template_names() get_slug_field() get_queryset() get_object() get_context_object_name() get_conte ... http_method_not_allowed() get_template_names() get_queryset() get_context_object_name() get_context_data() get ...
https://man.plustar.jp/django/ref/class-based-views/generic-display.html - [similar]
Django 1.11.25 リリースノート — Django 4.0.6 ドキュメント 5212
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h when filtering with a Subquery() annotation of a queryset containing django.contrib.postgres.fields.JSONFiel ...
https://man.plustar.jp/django/releases/1.11.25.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5212
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ようになりました。 django.contrib.gis ¶ すべての GeoQuerySet メソッドが廃止され、 等価なデータベース関数 で置き ... n from which migrations will be squashed. モデル ¶ QuerySet.bulk_create() now works on proxy models. Database ... t uses multi-table inheritance. Model.delete() and QuerySet.delete() return the number of objects deleted. Add ... lugs. Added support for referencing annotations in QuerySet.distinct() . connection.queries shows queries with ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT