検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 96 for kwargs (0.074 sec.)
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5673
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecking your code for these things. Signals ¶ Add **kwargs to any registered signal handlers. Connect, discon ... (1.0) def callback(sender) def callback(sender, **kwargs) sig = object() sig = django.dispatch.Signal() dis ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 5673
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t_save_receiver ( sender , instance , created , ** kwargs ): pass post_save . connect ( post_save_receiver , ... er ( setting_changed ) def user_model_swapped ( ** kwargs ): if kwargs [ 'setting' ] == 'AUTH_USER_MODEL' : ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 5620
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ストオブジェクトを保持します。 get_context_data ( ** kwargs ) ¶ Returns context data for displaying the list o ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
Single object mixins — Django 4.0.6 ドキュメント 5620
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'article' と名付けられます。 get_context_data ( ** kwargs ) ¶ Returns context data for displaying the object ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 5620
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s . ModelForm ): def __init__ ( self , * args , ** kwargs ): super () . __init__ ( * args , ** kwargs ) self ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5620
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ill be wrapped in Value() expressions. The **extra kwargs are key=value pairs that can be interpolated into ... set (or grouping) contains no entries. The **extra kwargs are key=value pairs that can be interpolated into ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 5620
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... instance(s). create ( through_defaults = None , ** kwargs ) ¶ Creates a new object, saves it and puts it in ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5620
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oder , safe = True , json_dumps_params = None , ** kwargs ) ¶ An HttpResponse subclass that helps to create ... _file , as_attachment = False , filename = '' , ** kwargs ) ¶ FileResponse is a subclass of StreamingHttpRes ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5620
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er . テスト ¶ Added DiscoverRunner.get_test_runner_kwargs() to allow customizing the keyword arguments passe ... get.build_attrs() changed from extra_attrs=None, **kwargs to base_attrs, extra_attrs=None . File-like object ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 5620
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e_url ( self ): return reverse ( 'author-detail' , kwargs = { 'pk' : self . pk }) そうしたら、 CreateView お ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT