検索

phrase: max: clip:
target: order:
Results of 11 - 17 of about 17 for AdminSite (0.037 sec.)
Django 3.2 release notes — Django 4.0.6 ドキュメント 7983
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion on caching in Django . New decorators for the admin site ¶ The new display() decorator allows for easily a ... sue. Although not recommended, you may set the new AdminSite.final_catch_all_view to False to disable the catch ... her adjust your URL ordering or, if necessary, set AdminSite.final_catch_all_view to False , disabling the catc ... indexes pymemcache support New decorators for the admin site マイナーな機能 django.contrib.admin django.contri ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 7707
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... us on customizing Django's automatically-generated admin site that we first explored in Tutorial 2 . 困ったとき ... スタマイズを行いたい場合には、 django.contrib.admin.AdminSite.site_header 属性を使えば、もっと簡単に設定できます ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7707
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ly undocumented method 'django.contrib.admin.sites.AdminSite.display_login_form' has been removed in favor of a ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 7707
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( Publisher , PublisherAdmin ) othersite = admin . AdminSite ( 'othersite' ) othersite . register ( Publisher , ... MultiDBModelAdmin ) This example sets up two admin sites. On the first site, the Author and Publisher obj ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7621
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or the pre-Django 3.1 password reset tokens in the admin site (that use the SHA-1 hashing algorithm) will be re ... 1 release notes for more details on these changes. AdminSite.root() . This method of hooking up the admin URLs ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7621
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ite_title , and index_title attributes on a custom AdminSite in order to easily change the admin site's page ti ... in redirection strategy ¶ Historically, the Django admin site passed the request from an unauthorized or unauth ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 7621
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ular site. For example django.contrib.admin has an AdminSite class which allows you to deploy more than one ins ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
PREV 1 2 NEXT