検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 110 for Single (0.092 sec.)
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6044
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y changed from a series of Model.save() calls to a single QuerySet.update() call. The change means that pre_ ... and django.security loggers. Instead, it defines a single django logger, filtered at the INFO level, with tw ... related_descriptors and renamed as follows: ReverseSingleRelatedObjectDescriptor is ForwardManyToOneDescript ... or SingleRelatedObjectDescriptor is ReverseOneToOneDescripto ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6044
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssage . An instance of CheckMessage encapsulates a single reportable error or warning. It also provides cont ...
https://man.plustar.jp/django/topics/checks.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 6044
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e_name on the class-based view; two other mixins ( SingleObjectTemplateResponseMixin and MultipleObjectTempl ... de useful functionality when working with either a single Django object, or multiple objects. There are also ... ます。 オブジェクトを取得するために、 DetailView は SingleObjectMixin に依存しています。このクラスではリクエス ... 場合は queryset 属性からオブジェクトを検索します)。 SingleObjectMixin はまた get_context_data() メソッドも提供 ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 6044
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... et.filter() Avoid using the filter argument with a single annotation or aggregation. It's more efficient to ... the same name, their results will be merged into a single result in the output of the query; the average wil ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 6044
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that uses the specified database. using() takes a single argument: the alias of the database on which you w ... hips defined by those models must be internal to a single database. This is because of referential integrity ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
django.core.paginator — Django 4.0.6 ドキュメント 5930
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... * args , ** kwargs ): """ Return an instance of a single page. This hook can be used by subclasses to use a ...
https://man.plustar.jp/django/_modules/django/core/paginator.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 5930
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... arting a transaction when in autocommit mode and a single query is executed. It's equivalent to: connection ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
How to authenticate using REMOTE_USER — Django 4.0.6 ドキュメント 5930
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... solution is typically seen on intranet sites, with single sign-on solutions such as IIS and Integrated Windo ...
https://man.plustar.jp/django/howto/auth-remote-user.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 5930
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Configure a handler ¶ This example configures a single handler named file , that uses Python's FileHandle ...
https://man.plustar.jp/django/howto/logging.html - [similar]
How to create CSV output — Django 4.0.6 ドキュメント 5930
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... maximum number of # rows that can be handled by a single sheet in most spreadsheet # applications. rows = ( ...
https://man.plustar.jp/django/howto/outputting-csv.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT