検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 24 for actions (0.004 sec.)
Admin actions — Django 4.0.6 ドキュメント 15729
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s | Index | Modules « previous | up | next » Admin actions ¶ Django管理者の基本的な仕事は、一言で言えば、「オ ... cases, Django's admin lets you write and register "actions" -- functions that get called with a list of objec ... deletion . Read on to find out how to add your own actions to this list. Writing actions ¶ The easiest way to ... explain actions is by example, so let's dive in. A common use case ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
フォームアセット (Media クラス) — Django 4.0.6 ドキュメント 10074
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l' : ( 'pretty.css' ,) } js = ( 'animations.js' , 'actions.js' ) このコードでは、 CalendarWidget を定義してお ... ty.css と JavaScript ファイル animations.js および actions.js を読み込めるようになります。 この定数定義は、実 ... "></script> <script src="http://static.example.com/actions.js"></script> 以下は指定可能な Media オプションです ... "></script> <script src="http://static.example.com/actions.js"></script> <script src="http://static.example.c ...
https://man.plustar.jp/django/topics/forms/media.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 9441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -force-color" , "--skip-checks" , } def _reordered_actions ( self , actions ): return sorted ( actions , key ... ow_last != set () ) def add_usage ( self , usage , actions , * args , ** kwargs ): super () . add_usage ( usa ... ge , self . _reordered_actions ( actions ), * args , ** kwargs ) def add_argument ... s ( self , actions ): super () . add_arguments ( self . _reordered_ac ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 9124
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nit__() , allow_thread_sharing , is removed. Admin actions are no longer collected from base ModelAdmin class ... port admin class BaseAdmin ( admin . ModelAdmin ): actions = [ 'a' ] class SubAdmin ( BaseAdmin ): actions = ... [ 'b' ] SubAdmin would have actions 'a' and 'b' . Now actions follows standard Python ... me result as before: class SubAdmin ( BaseAdmin ): actions = BaseAdmin . actions + [ 'b' ] django.contrib.gis ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 8240
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pages, and can be edited and saved in bulk. Admin "actions" ¶ You can now define admin actions that can perfo ... on the change list page and then apply these bulk actions to all selected objects. Django ships with one pre ... features Editable fields on the change list Admin "actions" Conditional view processing URL の名前空間 GeoDja ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 8190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the technical board. Becoming disqualified due to actions taken by the Code of Conduct committee of the Djan ... er may be removed by: Becoming disqualified due to actions taken by the Code of Conduct committee of the Djan ... rd may be removed by: Becoming disqualified due to actions taken by the Code of Conduct committee of the Djan ...
https://man.plustar.jp/django/internals/organization.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 8190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as described in ModelAdmin . 他のトピック ¶ Admin actions The Django admin documentation generator JavaScrip ... elAdmin ): date_hierarchy = 'pub_date' ModelAdmin. actions ¶ チェンジリストページで有効化するアクションのリス ... トです。詳細は Admin actions を参照してください。 ModelAdmin. actions_on_top ¶ ... ModelAdmin. actions_on_bottom ¶ ページ上のどこにアクションバーが表示さ ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 8023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... delete view and the "delete selected" action. The actions.html , change_list_results.html , date_hierarchy.h ... ect as the second positional argument, obj . Admin actions may now specify permissions to limit their availab ... ven to model fields named "box". Since the admin's actions.html , change_list_results.html , date_hierarchy.h ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 3.2.8 release notes — Django 4.0.6 ドキュメント 8023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... incorrect selection of items across all pages when actions were placed both on the top and bottom of the admi ...
https://man.plustar.jp/django/releases/3.2.8.html - [similar]
Signals — Django 4.0.6 ドキュメント 7973
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the relation. pk_set For the pre_add and post_add actions, this is a set of primary key values that will be, ... ntegrityError . For the pre_remove and post_remove actions, this is a set of primary key values that was subm ... on the database. For the pre_clear and post_clear actions, this is None . using The database alias being use ...
https://man.plustar.jp/django/ref/signals.html - [similar]
PREV 1 2 3 NEXT