検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 72 for args (0.069 sec.)
Generic editing ビュー — Django 4.0.6 ドキュメント 7007
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... url ( self ): return reverse ( 'author-detail' , kwargs = { 'pk' : self . pk }) FormView ¶ class django.vi ... ic.edit.ProcessFormView メソッド get ( request , * args , ** kwargs ) ¶ Sets the current object instance ( ... self.object ) to None . post ( request , * args , ** kwargs ) ¶ Sets the current object instance ( ... ic.edit.ProcessFormView メソッド get ( request , * args , ** kwargs ) ¶ Sets the current object instance ( ...
https://man.plustar.jp/django/ref/class-based-views/generic-editing.html - [similar]
クラスベースビュー入門 — Django 4.0.6 ドキュメント 7007
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'form_template.html' def get ( self , request , * args , ** kwargs ): form = self . form_class ( initial ... , { 'form' : form }) def post ( self , request , * args , ** kwargs ): form = self . form_class ( request ... corator ( login_required ) def dispatch ( self , * args , ** kwargs ): return super () . dispatch ( * args ... , ** kwargs ) あるいは、より簡潔に、クラスを代わりにデコレート ...
https://man.plustar.jp/django/topics/class-based-views/intro.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 6951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cation/xhtml+xml' ) redirect() ¶ redirect ( to , * args , permanent = False , ** kwargs ) ¶ Returns an Htt ... et_object_or_404() ¶ get_object_or_404 ( klass , * args , ** kwargs ) ¶ Calls get() on a given model manag ... uerySet instance from which to get the object. **kwargs Lookup parameters, which should be in the format a ... d. get_list_or_404() ¶ get_list_or_404 ( klass , * args , ** kwargs ) ¶ Returns the result of filter() on ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 6825
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... type ): dj_exc_value = dj_exc_type ( * exc_value . args ) # Only set the 'errors_occurred' flag for errors ... performance # reasons. Refs #21109. def inner ( * args , ** kwargs ): with self : return func ( * args , ... ** kwargs ) return inner def load_backend ( backend_name ): ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 6825
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nicodeDecodeError ): def __init__ ( self , obj , * args ): self . obj = obj super () . __init__ ( * args ) ... as e : raise DjangoUnicodeDecodeError ( s , * e . args ) return s [ドキュメント] def smart_bytes ( s , en ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
django.utils.module_loading — Django 4.0.6 ドキュメント 6825
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ass_name ) ) from err def autodiscover_modules ( * args , ** kwargs ): """ Auto-discover INSTALLED_APPS mo ... . """ from django.apps import apps register_to = kwargs . get ( "register_to" ) for app_config in apps . g ... et_app_configs (): for module_to_search in args : # Attempt to import the app's module. try : if r ...
https://man.plustar.jp/django/_modules/django/utils/module_loading.html - [similar]
django.utils.translation — Django 4.0.6 ドキュメント 6825
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... number ( func , resultclass , number = None , ** kwargs ): if isinstance ( number , int ): kwargs [ "numbe ... = number proxy = lazy ( func , resultclass )( ** kwargs ) else : original_kwargs = kwargs . copy () class ... ultclass ): def __bool__ ( self ): return bool ( kwargs [ "singular" ]) def _get_number_value ( self , val ... number ) def _translate ( self , number_value ): kwargs [ "number" ] = number_value return func ( ** kwarg ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 6825
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ge . StaticFilesStorage ): def __init__ ( self , * args , ** kwargs ): kwargs [ 'file_permissions_mode' ] ... = 0o640 kwargs [ 'directory_permissions_mode' ] = 0o760 super () ... . __init__ ( * args , ** kwargs ) Then set the STATICFILES_STORAGE set ... ifestStaticFilesStorage ): def __init__ ( self , * args , ** kwargs ): manifest_storage = StaticFilesStora ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... occurred, then exc_info will be None . json ( ** kwargs ) ¶ JSON としてパースされた、レスポンスの本文です。 ... the value doesn't exist. override_settings ( ** kwargs ) ¶ In case you want to override a setting for a t ... /other/login/?next=/sekrit/' ) modify_settings ( * args , ** kwargs ) ¶ Likewise, Django provides the modi ... pected_exception , expected_message , callable , * args , ** kwargs ) ¶ SimpleTestCase. assertRaisesMessag ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 6713
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... parse import ( ParseResult , SplitResult , _coerce_args , _splitnetloc , _splitparams , scheme_chars , ) f ... scapes.""" url , scheme , _coerce_result = _coerce_args ( url , scheme ) splitresult = _urlsplit ( url , s ... scapes.""" url , scheme , _coerce_result = _coerce_args ( url , scheme ) netloc = query = fragment = "" i ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT