検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 96 for kwargs (0.051 sec.)
ファイルのアップロード — Django 4.0.6 ドキュメント 6224
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... reverse(). def post ( self , request , * args , ** kwargs ): form_class = self . get_form_class () form = se ... ( View ): def setup ( self , request , * args , ** kwargs ): request . upload_handlers . insert ( 0 , Progre ... equest )) super () . setup ( request , * args , ** kwargs ) @method_decorator ( csrf_protect ) def post ( se ... lf , request , * args , ** kwargs ): ... # Process request 目次 ファイルのアップロー ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 6159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( BaseCommand ): def __init__ ( self , * args , ** kwargs ): super () . __init__ ( * args , ** kwargs ) # .. ... mmand. create_parser ( prog_name , subcommand , ** kwargs ) [ソース] ¶ CommandParser インスタンスを返します。 ... ッドをオーバーライドし、 ArgumentParser パラメータの kwargs を使って super() を呼び出すことでインスタンスをカス ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 6159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ster . simple_tag def my_tag ( a , b , * args , ** kwargs ): warning = kwargs [ 'warning' ] profile = kwargs ... _template.html' ) def my_tag ( a , b , * args , ** kwargs ): warning = kwargs [ 'warning' ] profile = kwargs ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Measurement Objects — Django 4.0.6 ドキュメント 6159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Measurement API ¶ Distance ¶ class Distance ( ** kwargs ) [ソース] ¶ To initialize a distance object, pass ... ¶ Alias for Distance class. Area ¶ class Area ( ** kwargs ) [ソース] ¶ To initialize an area object, pass in ...
https://man.plustar.jp/django/ref/contrib/gis/measure.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 6159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... description template. Feed. get_context_data ( ** kwargs ) ¶ There is also a way to pass additional informa ... pub_date' )[: 5 ] def get_context_data ( self , ** kwargs ): context = super () . get_context_data ( ** kwar ... ve.) def get_object ( self , request , * args , ** kwargs ): """ Takes the current request and the arguments ... oded description. def get_context_data ( self , ** kwargs ): """ Returns a dictionary to use as extra contex ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 6093
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _user ( subject , message , from_email = None , ** kwargs ) ¶ ユーザに E メール送信します。 from_email が No ... jango は DEFAULT_FROM_EMAIL を使用します。全ての **kwargs は元となる send_mail() 呼び出しに渡されます。 マネ ... ( request , username = None , password = None , ** kwargs ) ¶ Tries to authenticate username with password b ... ame is provided, it tries to fetch a username from kwargs using the key CustomUser.USERNAME_FIELD . Returns ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
OGR Inspection — Django 4.0.6 ドキュメント 6093
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... spect ¶ ogrinspect ( data_source , model_name , ** kwargs ) mapping ¶ mapping ( data_source , geom_name = 'g ...
https://man.plustar.jp/django/ref/contrib/gis/ogrinspect.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 6041
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... () def _format_lazy ( format_string , * args , ** kwargs ): """ Apply str.format() on 'format_string' where ... format_string, args, and/or kwargs might be lazy. """ return format_string . format ( ... * args , ** kwargs ) format_lazy = lazy ( _format_lazy , str ) クイッ ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 6041
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lid() get() get_context_data() get_form() get_form_kwargs() http_method_not_allowed() post() put() setup() C ... ponse() ] slug_field [ get_slug_field() ] slug_url_kwarg success_url [ get_success_url() ] template_engine t ... lid() get() get_context_data() get_form() get_form_kwargs() get_object() head() http_method_not_allowed() po ... ponse() ] slug_field [ get_slug_field() ] slug_url_kwarg success_url [ get_success_url() ] template_engine t ...
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6041
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ve from .models import MyModel def my_handler ( ** kwargs ): # disable the handler during fixture loading if ... kwargs [ 'raw' ]: return ... post_save . connect ( my_han ... wraps ( signal_handler ) def wrapper ( * args , ** kwargs ): if kwargs [ 'raw' ]: return signal_handler ( * ... args , ** kwargs ) return wrapper @disable_for_loaddata def my_hand ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT