検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 192 for admin (0.054 sec.)
Django 2.1.15 リリースノート — Django 4.0.6 ドキュメント 6605
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... CVE-2019-19118: Privilege escalation in the Django admin. ¶ Since Django 2.1, a Django model admin displayi ... issue, the permission handling code of the Django admin interface has been changed. Now, if a user has onl ... on the ability to allow editing of inlines in the admin form of an otherwise view-only parent model. Given ... the complexity of the Django admin, and in-particular the permissions related checks, ...
https://man.plustar.jp/django/releases/2.1.15.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 6540
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ride templates ¶ プロジェクトでは、 django.contrib.admin のような contrib アプリケーションやサードパーティア ... can use this technique to add a custom logo to the admin/base_site.html template: templates/admin/base_site ... .html ¶ {% extends "admin/base_site.html" %} {% block branding %} < img src ... s to note: The example creates a file at templates/admin/base_site.html that uses the configured project-le ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6507
" + 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 dja ... ved in Django 4.0. マイナーな機能 ¶ django.contrib.admin ¶ The new django.contrib.admin.EmptyFieldListFilte ... r for ModelAdmin.list_filter allows filtering on empty values (empt ... y strings and nulls) in the admin changelist view. Filters in the right sidebar of t ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 1.1.3 リリースノート — Django 4.0.6 ドキュメント 6442
" + 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.1.3.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 6409
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sgi.py > Require all granted </Files> </Directory> admin ファイルを配信する ¶ When django.contrib.staticfil ... erver automatically serves the static files of the admin app (and any other installed apps). This is howeve ... or whichever web server you're using, to serve the admin files. admin ファイルは Django ディストリビューショ ... ンの ( django/contrib/admin/static/admin ) にあります。 We strongly recommend ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion's path in INSTALLED_APPS (e.g. 'django.contrib.admin' ) rather than the app config's path (e.g. 'django ... .contrib.admin.apps.AdminConfig' ). It was introduced for backwar ... tion on caching in Django . New decorators for the admin site ¶ The new display() decorator allows for easi ... ns under the hood. マイナーな機能 ¶ django.contrib.admin ¶ ModelAdmin.search_fields now allows searching ag ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6311
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The name of applications can be customized in the admin with the verbose_name of application configuration ... s. The admin automatically calls autodiscover() when Django sta ... uerysets. See prefetch_related() for more details. Admin shortcuts support time zones ¶ The "today" and "no ... ortcuts next to date and time input widgets in the admin are now operating in the current time zone . Previ ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
GeoDjango's admin site — Django 4.0.6 ドキュメント 6278
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dex | Modules « previous | up | next » GeoDjango's admin site ¶ GISModelAdmin ¶ New in Django 4.0. class GI ... SModelAdmin ¶ gis_widget ¶ The widget class to be used for Geo ... _widget . Defaults to an empty dictionary. GeoModelAdmin ¶ class GeoModelAdmin ¶ default_lon ¶ The default ... enerate the JavaScript slippy map. Default is 'gis/admin/openlayers.html' . map_width ¶ Width of the map, i ...
https://man.plustar.jp/django/ref/contrib/gis/admin.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 6278
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... three management commands. collectstatic ¶ django-admin collectstatic ¶ Collects the static files into STA ... .. ] # your custom ignore list findstatic ¶ django-admin findstatic staticfile [staticfile ...] ¶ Searches ... le:   $ python manage.py findstatic css/base.css admin/js/core.js Found 'css/base.css' here: /home/specia ... ss /home/polls.com/core/static/css/base.css Found 'admin/js/core.js' here: /home/polls.com/src/django/contr ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Django 2.1.2 リリースノート — Django 4.0.6 ドキュメント 6278
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 018-16984: Password hash disclosure to "view only" admin users ¶ If an admin user has the change permission ... the password hash is displayed in the change form. Admin users with the view (but not change) permission to ... t not change) permission made a POST request to an admin user change form ( #29809 ). 目次 Django 2.1.2 リリ ... 018-16984: Password hash disclosure to "view only" admin users Bugfixes 前のトピックへ Django 2.1.3 リリース ...
https://man.plustar.jp/django/releases/2.1.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT