検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 192 for admin (0.057 sec.)
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 6246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er major highlights of Django 1.0 are: Re-factored admin application ¶ The Django administrative interface ... ( django.contrib.admin ) has been completely refactored; admin definition ... ly decoupled from model definitions (no more class Admin declaration in models!), rewritten to use Django's ... customization in mind. Full documentation for the admin application is available online in the official Dj ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 6246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a leakage via query string manipulation in contrib.admin ¶ In older versions of Django it was possible to r ... nd "to_field" parameters of the query string on an admin change form page. For example, requesting a URL li ... ke /admin/auth/user/?pop=1&t=password and viewing the page's ... viewing the password hash of each user. While the admin requires users to have permissions to view the cha ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
Django 1.5.9 release notes — Django 4.0.6 ドキュメント 6246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a leakage via query string manipulation in contrib.admin ¶ In older versions of Django it was possible to r ... nd "to_field" parameters of the query string on an admin change form page. For example, requesting a URL li ... ke /admin/auth/user/?pop=1&t=password and viewing the page's ... viewing the password hash of each user. While the admin requires users to have permissions to view the cha ...
https://man.plustar.jp/django/releases/1.5.9.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 6191
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... wards incompatible changes ¶ Restricted filters in admin interface ¶ The Django administrative interface, d ... jango.contrib.admin , supports filtering of displayed lists of objects ... string portion of the URL, and options on the ModelAdmin class allow developers to specify particular field ... abused to gain access to information outside of an admin user's permissions; for example, an attacker with ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
Django 3.1.3 release notes — Django 4.0.6 ドキュメント 6191
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 3.1.2 that caused the incorrect height of the admin changelist search bar ( #32072 ). Fixed a regressi ... jango 3.1.2 that caused the incorrect width of the admin changelist search bar on a filtered page ( #32091 ... Field and read-only models.JSONField values in the admin ( #32080 ). Fixed a regression in Django 3.1 that ... ncorrect form input layout on small screens in the admin change form view ( #32069 ). Fixed a regression in ...
https://man.plustar.jp/django/releases/3.1.3.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 6159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango.apps import apps >>> apps . get_app_config ( 'admin' ) . verbose_name 'Administration' プロジェクトとア ... 、通常は他のファイルも含まれます。たとえば、 django-admin startproject mysite を実行すると、 mysite プロジェ ... ンを作っているとしたら、このようにアプリケーションのadminに適切な名前をつけることになるでしょう: # rock_n_rol ... thon path to the application, e.g. 'django.contrib.admin' . This attribute defines which application the co ...
https://man.plustar.jp/django/ref/applications.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 6126
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sing other management commands ¶ Most other django-admin commands that interact with the database operate i ... return qs Exposing multiple databases in Django's admin interface ¶ Django's admin doesn't have any explic ... for multiple databases. If you want to provide an admin interface for a model on a database other than tha ... our router chain, you'll need to write custom ModelAdmin classes that will direct the admin to use a specif ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Django 2.2.13 release notes — Django 4.0.6 ドキュメント 6093
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d cache backends. CVE-2020-13596: Possible XSS via admin ForeignKeyRawIdWidget ¶ Query parameters for the a ... elease, upgraded the version of jQuery used by the admin from 3.3.1 to 3.5.1. 目次 Django 2.2.13 release no ... ed memcached keys CVE-2020-13596: Possible XSS via admin ForeignKeyRawIdWidget Bugfixes 前のトピックへ Djan ... キーワード release , notes , ForeignKeyRawIdWidget , admin , malformed , key , data , leakage , Bugfixes , en ...
https://man.plustar.jp/django/releases/2.2.13.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 6061
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a leakage via query string manipulation in contrib.admin ¶ In older versions of Django it was possible to r ... nd "to_field" parameters of the query string on an admin change form page. For example, requesting a URL li ... ke /admin/auth/user/?_popup=1&t=password and viewing the pag ... viewing the password hash of each user. While the admin requires users to have permissions to view the cha ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
contrib packages — Django 4.0.6 ドキュメント 5995
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... S setting and re-run manage.py migrate . Django の admin サイト django.contrib.auth contenttypes フレームワ ... The staticfiles app The syndication feed framework admin ¶ The automatic Django administrative interface. F ... or more information, see Tutorial 2 and the admin documentation . Requires the auth and contenttypes ... e django-users mailing list. 目次 contrib packages admin auth contenttypes flatpages gis humanize messages ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT