検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 96 for kwargs (0.018 sec.)
モデル — Django 4.0.6 ドキュメント 6041
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odels . TextField () def save ( self , * args , ** kwargs ): do_something () super () . save ( * args , ** k ... odels . TextField () def save ( self , * args , ** kwargs ): if self . name == "Yoko Ono's blog" : return # ... her own blog! else : super () . save ( * args , ** kwargs ) # Call the "real" save() method. スーパークラスの ... いようにすることが重要です -- super().save(*args, **kwargs) のことです -- これでオブジェクトがデータベースに保 ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
django.core.paginator — Django 4.0.6 ドキュメント 5975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... number , self ) def _get_page ( self , * args , ** kwargs ): """ Return an instance of a single page. This h ... :cls:`Page` object. """ return Page ( * args , ** kwargs ) @cached_property def count ( self ): """Return t ...
https://man.plustar.jp/django/_modules/django/core/paginator.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 5975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lf , signed_obj , serializer = JSONSerializer , ** kwargs ): # Signer.unsign() returns str but base64 and zl ... n bytes. base64d = self . unsign ( signed_obj , ** kwargs ) . encode () decompress = base64d [: 1 ] == b "." ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
Django 2.2.28 release notes — Django 4.0.6 ドキュメント 5975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed dictionary, with dictionary expansion, as the **kwargs passed to these methods. CVE-2022-28347: Potential ...
https://man.plustar.jp/django/releases/2.2.28.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 5922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ce # reasons. Refs #21109. def inner ( * args , ** kwargs ): with self : return func ( * args , ** kwargs ) ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 5922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... け取ります。引数のうち route と view の2つは必須で、 kwargs 、 name の2つは省略可能です。ここで、これらの引数が ... します。この例はこの後すぐ出てきます。 path() 引数: kwargs ¶ 任意のキーワード引数を辞書として対象のビューに渡 ... path() 引数: route path() 引数: view path() 引数: kwargs path() 引数: name 前のトピックへ クイックインストー ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
Django 3.2.13 release notes — Django 4.0.6 ドキュメント 5922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed dictionary, with dictionary expansion, as the **kwargs passed to these methods. CVE-2022-28347: Potential ...
https://man.plustar.jp/django/releases/3.2.13.html - [similar]
Django 4.0.4 release notes — Django 4.0.6 ドキュメント 5922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed dictionary, with dictionary expansion, as the **kwargs passed to these methods. CVE-2022-28347: Potential ...
https://man.plustar.jp/django/releases/4.0.4.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 5922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cess_view ( request , view_func , view_args , view_kwargs ) ¶ request は HttpRequest クラスのオブジェクトです ... iew_args はビューに渡される位置引数のリスト、 view_kwargs はビューに渡されるキーワード引数のディクショナリで ... す。 view_args も view_kwargs も、第一引数 ( request ) を含んでいません。 proces ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
GeoDjango's admin site — Django 4.0.6 ドキュメント 5857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... GeometryField . Defaults to OSMWidget . gis_widget_kwargs ¶ The keyword arguments that would be passed to th ...
https://man.plustar.jp/django/ref/contrib/gis/admin.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT