検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 72 for args (0.077 sec.)
Django 4.0 release notes — Django 4.0.6 ドキュメント 6096
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dmin site header. The new ModelAdmin.get_formset_kwargs() method allows customizing the keyword arguments ... s required and doesn't accept None . The providing_args argument for django.dispatch.Signal is removed. Th ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
ビルトインのクラスベースのジェネリックビュー — Django 4.0.6 ドキュメント 6096
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... del = Publisher def get_context_data ( self , ** kwargs ): # Call the base implementation first to get a c ... ntext context = super () . get_context_data ( ** kwargs ) # Add in a QuerySet of all the books context [ ' ... ことです。request ( self.request )、位置引数 ( self.args )、そして、キーワード引数 ( self.kwargs ) が、URLc ... = get_object_or_404 ( Publisher , name = self . kwargs [ 'publisher' ]) return Book . objects . filter ( ...
https://man.plustar.jp/django/topics/class-based-views/generic-display.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6096
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... activate ( 'nl' ) >>> reverse ( 'news:detail' , kwargs = { 'slug' : 'news-slug' }) '/nl/news/news-slug/' ... ctivate ( 'en' ) >>> reverse ( 'news:category' , kwargs = { 'slug' : 'recent' }) '/en/news/category/recent ... ctivate ( 'nl' ) >>> reverse ( 'news:category' , kwargs = { 'slug' : 'recent' }) '/nl/nieuws/categorie/rec ... rds' , action = 'append' , ) def handle ( self , * args , ** options ): xgettext_keywords = options . pop ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django 1.4 documentation 6040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sponseRedirect ( reverse ( 'polls.views.results' , args = ( p . id ,))) このコードには、これまでのチュート ... HttpResponseRedirect ( reverse ( 'poll_results' , args = ( p . id ,))) サーバを実行して、新しく汎用ビュー ...
https://man.plustar.jp/django/contents.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be required and won't accept None . The providing_args argument for django.dispatch.Signal will be remove ... by argparse ). The class django.core.management.NoArgsCommand will be removed. Use BaseCommand instead, w ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 6040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rtcuts.py @@ -156,3 +156,7 @@ def resolve_url(to, *args, **kwargs): # Finally, fall back and assume it's a ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 6040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . テスト ¶ Added DiscoverRunner.get_test_runner_kwargs() to allow customizing the keyword arguments passe ... t.build_attrs() changed from extra_attrs=None, **kwargs to base_attrs, extra_attrs=None . File-like object ... rl ( self ): return reverse ( 'guitarist_detail' , args = [ self . slug ]) その他 ¶ 新たなクラスベースビュ ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed and now accepts positional arguments as well ( *args, **kwargs ). Any unnamed captured group will now b ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the class of this field, including the class name. args : Positional arguments, as a list kwargs : Keyword ... al change form data. django.contrib.auth ¶ Any **kwargs passed to email_user() are passed to the underlyin ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... w uses str() instead of force_text() to coerce the args and kwargs it receives, prior to their placement i ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT