検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 192 for admin (0.031 sec.)
Django 2.1.1 リリースノート — Django 4.0.6 ドキュメント 5451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を使用しているモデルへの 'add' 権限を持たない場合に、admin の change form がクラッシュするリグレッションを修正 ... uctured content type suffixes ( #29662 ). Made the admin change view redirect to the changelist view after ... e user has the 'view' permission ( #29663 ). Fixed admin change view crash for view-only users if the form ... hing columns ( #29694 ). Fixed crash if InlineModelAdmin.has_add_permission() doesn't accept the obj argume ...
https://man.plustar.jp/django/releases/2.1.1.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 5419
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the default INSTALLED_APPS list created by django-admin startproject , but if you've removed it or if you ... jango's other bundled applications require it: The admin application uses it to log the history of each obj ... ect added or changed through the admin interface. Django's authentication framework uses ... e_extra arguments were added. Generic relations in admin ¶ The django.contrib.contenttypes.admin module pro ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Django 2.1.4 リリースノート — Django 4.0.6 ドキュメント 5419
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fix another issue in Django 2.0 ( #29849 ). Fixed admin view-only change form crash when using ModelAdmin. ... below" error message when editing an object in the admin if the user only has the "view" permission on inli ... リースノート 関連キーワード Fixed , fix , Bugfixes , admin , only , when , crash , next , トピック , up クイッ ...
https://man.plustar.jp/django/releases/2.1.4.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 5419
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hould be on the Python import search path . django-admin ユーティリティ ¶ django-admin を使う場合、環境変数 ... JANGO_SETTINGS_MODULE = mysite . settings django - admin runserver 例(Windows コマンドプロンプト): set DJAN ... GO_SETTINGS_MODULE = mysite . settings django - admin runserver コマンドライン引数で設定モジュールを指定 ... するには、 --settings を使用します: django - admin runserver -- settings = mysite . settings サーバ ( ...
https://man.plustar.jp/django/topics/settings.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5386
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a view. Support for lookups spanning relations in admin's list_filter . Support for HttpOnly cookies. mail ... _admins() and mail_managers() now support easily attachin ... rification in AJAX requests. Restricted filters in admin interface ¶ Prior to Django 1.2.5, the Django admi ... us, however, query string lookup arguments in the admin must be for fields or relations specified in list_ ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 5386
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... haracters ( #23888 ). Added missing context to the admin's delete_selected view that prevented custom site ... erated inlines and allowed field references in the admin ( #23754 ). Fixed an infinite loop bug for certain ... lmigrate ( #23909 ). Fixed a regression in contrib.admin add/change views which caused some ModelAdmin meth ... has invalid data ( #23674 ). Fixed a crash in the admin when using "Save as new" and also deleting a relat ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Django 2.0.4 リリースノート — Django 4.0.6 ドキュメント 5386
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eryset containing a single field ( #29195 ). Fixed admin autocomplete widget's translations for zh-hans and ... zh-hant languages ( #29213 ). Corrected admin's autocomplete widget to add a space after custom ... ーワード Fixed , regression , key , Bugfixes , zh , admin , primary , when , crash , next クイック検索 Last ...
https://man.plustar.jp/django/releases/2.0.4.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 5353
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... プデートしています。 モバイルフレンドリーな contrib.adminadmin サイトがレスポンシブになり、主要な全モバイ ... 数 が使用できます。 マイナーな機能 ¶ django.contrib.admin ¶ The new ModelAdmin.autocomplete_fields attribute ... and ModelAdmin.get_autocomplete_fields() method allow using a Sel ... 約を課し続けたい場合は、以下のように、フォームに UserAdmin.form を設定してください。 from django.contrib.auth ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
データベース — Django 4.0.6 ドキュメント 5321
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ATE TABLESPACE DROP TABLESPACE CREATE SESSION WITH ADMIN OPTION CREATE TABLE WITH ADMIN OPTION CREATE SEQUE ... NCE WITH ADMIN OPTION CREATE PROCEDURE WITH ADMIN OPTION CREATE T ... RIGGER WITH ADMIN OPTION While the RESOURCE role has the required CR ... IGGER privileges, and a user granted RESOURCE WITH ADMIN OPTION can grant RESOURCE , such a user cannot gra ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 5288
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t not "add" permission can create objects for ModelAdmin 's with save_as=True ¶ If a ModelAdmin uses save_a ... s=True (not the default), the admin provides an option when editing objects to "Save a ... at caused the "user-tools" items to display on the admin's logout page ( #26035 ). Fixed a crash in the tra ... the incorrect day to be selected when opening the admin calendar widget for timezones from GMT+0100 to GMT ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]