Results of 1 - 10 of about 17 for AdminSite (0.030 sec.)
- Django の admin サイト — Django 4.0.6 ドキュメント 15035
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ou've taken these steps, you'll be able to use the admin site by visiting the URL you hooked it into ( /admin/ ...
ルが与えられ、 ModelAdmin に登録されます。カスタムの AdminSite を使用している場合、 site キーワード引数を使って渡 ...
トパスです。デフォルトは 'django.contrib.admin.sites.AdminSite' です。使い方は Overriding the default admin site ...
g が呼び出してくれます。 If you are using a custom AdminSite , it is common to import all of the ModelAdmin sub ...
-
https://man.plustar.jp/django/ref/contrib/admin/index.html
- [similar]
- 索引 — Django 4.0.6 ドキュメント 9828
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
メソッド) (RelatedManager のメソッド) add_action() (AdminSite のメソッド) add_arguments() (BaseCommand のメソッド ...
django.contrib.auth.forms のクラス) ADMINS setting AdminSite (django.contrib.admin のクラス) Aggregate (django. ...
ngo.template.loaders のクラス) app_index_template (AdminSite の属性) app_label (ContentType の属性) (Options の ...
_mode (FileSystemStorage の属性) disable_action() (AdminSite のメソッド) disabled (Field の属性) DISALLOWED_USE ...
-
https://man.plustar.jp/django/genindex.html
- [similar]
- Admin actions — Django 4.0.6 ドキュメント 9311
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
o the reader. Making actions available site-wide ¶ AdminSite. add_action ( action , name = None ) ¶ Some action ...
est if they're made available to any object in the admin site -- the export action defined above would be a goo ...
e. You can make an action globally available using AdminSite.add_action() . For example: from django.contrib im ...
move the action -- by passing a second argument to AdminSite.add_action() : admin . site . add_action ( export_ ...
-
https://man.plustar.jp/django/ref/contrib/admin/actions.html
- [similar]
- Django 1.8 リリースノート — Django 4.0.6 ドキュメント 8948
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
en upgraded to version 1.11.2. You can now specify AdminSite.site_url in order to display a link to the front-e ...
should be displayed on a filtered admin page. The AdminSite.password_change() method now has an extra_context ...
arameter. You can now control who may login to the admin site by overriding only AdminSite.has_permission() and ...
AdminSite.login_form . The base.html template has a new bloc ...
-
https://man.plustar.jp/django/releases/1.8.html
- [similar]
- Django 4.0 release notes — Django 4.0.6 ドキュメント 8690
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
late now has a new block header which contains the admin site header. The new ModelAdmin.get_formset_kwargs() m ...
ins the model class for each model is added to the AdminSite.each_context() method. The new ModelAdmin.search_h ...
atic/' ) in the default startproject template. The AdminSite method for the admin index view is no longer decor ...
accessed directly, rather than via the recommended AdminSite.urls property, or AdminSite.get_urls() method. Uns ...
-
https://man.plustar.jp/django/releases/4.0.html
- [similar]
- Django 1.1 リリースノート — Django 4.0.6 ドキュメント 8500
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
deprecated in Django 1.1: You should no longer use AdminSite.root() to register that admin views. That is, if y ...
ve use of this feature from your code immediately. AdminSite.root will raise a PendingDeprecationWarning if use ...
h will be displayed loudly. Django 1.3 will remove AdminSite.root() entirely. For more details on our deprecati ...
-
https://man.plustar.jp/django/releases/1.1.html
- [similar]
- システムチェックフレームワーク — Django 4.0.6 ドキュメント 8155
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ed using the following tags: admin : Checks of any admin site declarations. async_support : Checks asynchronous ...
delAdmin (or subclass) that is registered with the admin site: admin.E001 : The value of raw_id_fields must be ...
rmed on any ModelAdmin that is registered with the admin site: admin.E101 : The value of save_as must be a bool ...
ld <field name> and object ID field <field name> . AdminSite ¶ The following checks are performed on the defaul ...
-
https://man.plustar.jp/django/ref/checks.html
- [similar]
- Django 1.7.2 release notes — Django 4.0.6 ドキュメント 7983
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
#23975 ). Made admin system checks run for custom AdminSite s ( #23497 ). Ensured the app registry is fully po ...
-
https://man.plustar.jp/django/releases/1.7.2.html
- [similar]
- Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7983
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
として持つ available_apps コンテキスト変数が、新たに AdminSite.each_context() メソッドに追加されました。 AdminSit ...
change also means that the old way of including an AdminSite instance is deprecated. Instead, pass admin.site.u ...
-
https://man.plustar.jp/django/releases/1.9.html
- [similar]
- Django 3.1 release notes — Django 4.0.6 ドキュメント 7983
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
for encoding cookies, password reset tokens in the admin site, user sessions, and signatures created by django. ...
d by default but can be disabled by using a custom AdminSite and setting AdminSite.enable_nav_sidebar to False ...
-
https://man.plustar.jp/django/releases/3.1.html
- [similar]