検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 192 for admin (0.093 sec.)
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 4907
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as been part of Django since the 0.95 release. new-admin : A refactoring of Django's bundled administrative ... listing) prior to the Django 1.0 release. newforms-admin : The second refactoring of Django's bundled admin ... basis of the current incarnation of django.contrib.admin . queryset-refactor : A refactoring of the interna ...
https://man.plustar.jp/django/internals/git.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 4907
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on both sites -- in a single interface (the Django admin). It means the same story doesn't have to be publi ... that certain parts of Django -- namely, the Django admin site and generic views -- use whichever manager is ... defined first in the model, so if you want your admin site to have access to all objects (not just site- ... te object when calculating an object's URL. In the admin framework, the "view on site" link uses the curren ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 4907
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in Model._meta.managers ( #27073 ). Fixed contrib.admindocs crash when a view is in a class, such as some ... of the admin views ( #27018 ). Reverted a few admin checks that ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 4907
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Fixed a regression in the model detail view of admindocs when a model has a reverse foreign key relatio ... ( #24624 ). Prevented arbitrary file inclusions in admindocs ( #24625 ). Fixed a crash with QuerySet.update ... bases ( #24595 ). Fixed JavaScript path of contrib.admin 's related field widget when using alternate stati ... ( #23271 ). Fixed help text positioning of contrib.admin fields that use the ModelAdmin.filter_horizontal a ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 4907
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ば、Django のテンプレートを含んでいる django.contrib.admin のような contrib アプリは、DTL を使用しています。 ... raries' : { 'myapp_tags' : 'path.to.myapp.tags' , 'admin.urls' : 'django.contrib.admin.templatetags.admin_u ... }} " alt = "Company Logo" > < a href = " {{ url ( 'admin:index' ) }} " > Administration </ a > The concepts ...
https://man.plustar.jp/django/topics/templates.html - [similar]
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 4875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... install any extra needed database records such as admin permissions and content types: $ python manage.py ... database API, and try editing objects via Django's admin site, and edit the models file accordingly. 目次 H ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 4842
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... previous | up | next » How to create custom django-admin commands ¶ manage.py を用いることで独自のアクション ... ケールで実行されます。 何らかの理由でカスタム django-admin コマンドをアクティブなロケールなしで実行する必要が ... 実装に依存します。 目次 How to create custom django-admin commands 省略可能な引数を受け入れる 管理コマンドと ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 4842
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elated many-to-many fields to be referenced in the admin ( #23604 ). Added a more helpful error message if ... #22951 ). Allowed inline and hidden references to admin fields ( #23431 ). The @deconstructible decorator ... m() , and get_min_num() hooks to GenericInlineModelAdmin ( #23539 ). Made migrations.RunSQL no longer requi ... . Fixed deepcopy on ErrorList ( #23594 ). Made the admindocs view to browse view details check if the view ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 4842
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... る方法として使われる HTTP メソッド 例として、Django admin にあるいくつかの <input> 要素のログインフォームを見 ... タが <form> の action 属性によって指定された URL - /admin/ - に送信されるべきこと、そして method 属性によって ... value="Log in"> 要素がトリガーされると、データは /admin/ に返されます。 GET と POST ¶ フォームを扱うときに ... mage. A web application that uses GET requests for admin forms is a security risk: it can be easy for an at ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 4809
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e custom template tags and filters . 参考 Django's admin interface can include a complete reference of all ... filters available for a given site. See The Django admin documentation generator . タグ ¶ Tags look like th ... e custom template tags and filters . 参考 Django's admin interface can include a complete reference of all ... filters available for a given site. See The Django admin documentation generator . コメント ¶ To comment-ou ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]