検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 33 for func (0.052 sec.)
索引 — Django 4.0.6 ドキュメント 7155
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontrib.gis.measure のクラス) Abs (django.db.models.functions のクラス) ABSOLUTE_URL_OVERRIDES setting abst ... ntrib.auth.mixins のクラス) ACos (django.db.models.functions のクラス) action() (django.contrib.admin モジ ... (組み込みクラス) Area (django.contrib.gis.db.models.functions のクラス) (django.contrib.gis.measure のクラス ... SGeometry の属性) (OGRGeometry の属性) arg_joiner (Func の属性) args (ResolverMatch の属性) arity (Func...
https://man.plustar.jp/django/genindex.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7155
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tml(" " + filtername + " "); } }); }); })(jQuery);(function($) { $(document).ready(function() { $(".c-tab- ... unix").on("click", function() { $("section.c-content-unix").show(); $("sec ... ("checked", true); }); $(".c-tab-win").on("click", function() { $("section.c-content-win").show(); $("sect ... L and the behavior of web pages, namely JavaScript functionality. Django also provides special support for ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 7107
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ないことに注意)。 注釈 Djangoは``asyncio.iscoroutinefunction``を使って、ビューが非同期かどうかテストします。 ... だ同期的なDjangoの機能を呼び出したい場合、次のように:func: ` sync_to_async`でラップする必要があります。 from ... 、ORMのコードを独自の関数に移動して、その関数全体を:func: ` sync_to_async`で呼び出す方が簡単だと思うかもしれ ... or. Note that you don't have to be inside an async function directly to have this error occur. If you have ...
https://man.plustar.jp/django/topics/async.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7010
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ded support for the MakeLine aggregate and GeoHash function on SpatiaLite. Added support for the Differenc ... e , Intersection , and SymDifference functions on MySQL. Added support for instantiating emp ... d with repeated values efficiently. Added database functions IsValid and MakeValid , as well as the isvali ... s to the as_sql() methods of various expressions ( Func , When , Case , and OrderBy ) to allow database ba ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7010
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ス可能である。 UserPassesTestMixin のカスタムの test_func() は user 引数を取らない。現在のユーザーは self.re ... fields.JSONField . PostgreSQL specific aggregation functions が追加されました。 TransactionNow データベース ... ial migrations. Added support for serialization of functools.partial and LazyObject instances. When supply ... ate portion. Added the Greatest and Least database functions. Added the Now database function, which retur ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 7010
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ry compared to other password-based key derivation functions in order to limit the amount of parallelism a ... mport PBKDF2WrappedSHA1PasswordHasher def forwards_func ( apps , schema_editor ): User = apps . get_model ... ] operations = [ migrations . RunPython ( forwards_func ), ] Be aware that this migration will take on the ... ango.contrib.auth.hashers module provides a set of functions to create and validate hashed passwords. You ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 7010
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます: process_view() ¶ process_view ( request , view_func , view_args , view_kwargs ) ¶ request は HttpReque ... st クラスのオブジェクトです。 view_func は、直後に Django が使用する Python の関数です (関 ... he following attributes on your middleware factory function or class: sync_capable is a boolean indicating ... get_response object you are passed is a coroutine function, using asyncio.iscoroutinefunction() . The dja ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 6962
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tml(" " + filtername + " "); } }); }); })(jQuery);(function($) { $(document).ready(function() { $(".c-tab- ... unix").on("click", function() { $("section.c-content-unix").show(); $("sec ... ("checked", true); }); $(".c-tab-win").on("click", function() { $("section.c-content-win").show(); $("sect ... r to resolve this ticket, we'll add a make_toast() function to the django.shortcuts module. First we are g ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
Single object mixins — Django 4.0.6 ドキュメント 6962
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... セットする場合、 user のデフォルトのオブジェクト名は func:django.contrib.auth.context_processors.auth からの ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 6866
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nnotate and aggregate using many built-in database functions . Beyond those, you can create custom query e ... raw SQL to compute annotations by instead using a Func() expression . raw() にパラメータを渡す ¶ パラメー ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
PREV 1 2 3 4 NEXT