検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 72 for args (0.057 sec.)
Database instrumentation — Django 4.0.6 ドキュメント 6348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... blocker. It could look like this: def blocker ( * args ): raise Exception ( 'No database access allowed h ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 6348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 作り、コンストラクタ内に assert 'argument_name' in kwargs のような一文を追加してください。 モデルマネージャ ... ialmethod instances which have serializable func , args , and keywords values. Pure and concrete path obje ... ことができます。このメソッドは引数を取らず、 (path, args, kwargs) からなる3タプルを返す必要があります。 pat ... 使用できない場合は、シリアル化することはできません。 args はクラスの __init__ メソッドに渡される位置引数のリ ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6278
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd-line client from DatabaseClient.settings_to_cmd_args_env() method. Third-party database backends must i ... mplement DatabaseClient.settings_to_cmd_args_env() or override DatabaseClient.runshell() . Thir ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 6222
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nk ( self , item ): return reverse ( 'news-item' , args = [ item . pk ]) To connect a URL to this feed, pu ... escription template. Feed. get_context_data ( ** kwargs ) ¶ There is also a way to pass additional informa ... b_date' )[: 5 ] def get_context_data ( self , ** kwargs ): context = super () . get_context_data ( ** kwar ... ample" above.) def get_object ( self , request , * args , ** kwargs ): """ Takes the current request and t ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 6222
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... orm ( forms . ModelForm ): def __init__ ( self , * args , ** kwargs ): super () . __init__ ( * args , ** k ... wargs ) self . fields [ 'name' ] . widget . attrs . upda ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 6222
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it like any other Python class: class Model ( ** kwargs ) ¶ The keyword arguments are the names of the fie ... DEFERRED )) ) return instance def save ( self , * args , ** kwargs ): # Check how the current values diff ... ue of creator isn't allowed" ) super () . save ( * args , ** kwargs ) The example above shows a full from_ ... om_db ( self , using = None , fields = None , ** kwargs ): # fields contains the name of the deferred fiel ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
クラスベースビュー — Django 4.0.6 ドキュメント 6222
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iew ( ListView ): model = Book def head ( self , * args , ** kwargs ): last_book = self . get_queryset () ...
https://man.plustar.jp/django/topics/class-based-views/index.html - [similar]
索引 — Django 4.0.6 ドキュメント 6166
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 属性) (OGRGeometry の属性) arg_joiner (Func の属性) args (ResolverMatch の属性) arity (Func の属性) ArrayAg ... orators モジュール) decorator_from_middleware_with_args() (django.utils.decorators モジュール) decr() (cac ... generic.edit.ModelFormMixin のメソッド) get_form_kwargs() (django.views.generic.edit.FormMixin のメソッド) ... mset() (InlineModelAdmin のメソッド) get_formset_kwargs() (ModelAdmin のメソッド) get_formsets_with_inline ...
https://man.plustar.jp/django/genindex.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 6166
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ple: @register . simple_tag def my_tag ( a , b , * args , ** kwargs ): warning = kwargs [ 'warning' ] prof ... ile = kwargs [ 'profile' ] ... return ... このようにすることで、 ... _tag ( 'my_template.html' ) def my_tag ( a , b , * args , ** kwargs ): warning = kwargs [ 'warning' ] prof ... ile = kwargs [ 'profile' ] ... return ... このようにすることで、 ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 6166
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on.' , days = 5 ) url = reverse ( 'polls:detail' , args = ( future_question . id ,)) response = self . cli ... n.' , days =- 5 ) url = reverse ( 'polls:detail' , args = ( past_question . id ,)) response = self . clien ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT