検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 192 for admin (0.026 sec.)
FAQ: 管理インタフェース — Django 4.0.6 ドキュメント 4973
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。例えばお使いのブラウザで " https://www.example.com/admin/ " に飛ぶ場合には SESSION_COOKIE_DOMAIN = 'www.exa ... フィールドに自動的に設定する方法はありますか? ¶ ModelAdmin クラスが用意しているカスタマイズ用のフックを利用す ... ーザをオブジェクトに反映させることができます。 ModelAdmin メソッドのドキュメント にサンプルがあるので参考にし ... アクセス権を制限するにはどうすればよいですか? ¶ ModelAdmin クラスが、管理サイト上の任意のオブジェクトの表示と ...
https://man.plustar.jp/django/faq/admin.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 4973
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rls . py asgi . py wsgi . py polls / __init__ . py admin . py apps . py migrations / __init__ . py 0001 _in ... . html tests . py urls . py views . py templates / admin / base_site . html すでに mysite/templates を チュ ... の中で 必ず ユニークでなければなりません。 auth 、 admin 、 messages のようなDjango contrib packages と同じ ... development server and visit http://127.0.0.1:8000/admin/ to create a poll (you'll need the Admin app enabl ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 4973
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... If False , the field will not be displayed in the admin or any other ModelForm . They are also skipped dur ... lt form widget for this field is a DateInput . The admin adds a JavaScript calendar, and a shortcut for "To ... get for this field is a single DateTimeInput . The admin uses two separate TextInput widgets with JavaScrip ... other value. You can do this automatically in the admin using prepopulated_fields . It uses validate_slug ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
設定 — Django 4.0.6 ドキュメント 4973
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rdless of the case of the actual model class name. ADMINS ¶ デフォルト値: [] (空のリスト) A list of all the ... get code error notifications. When DEBUG=False and AdminEmailHandler is configured in LOGGING (done by defa ... 注釈 The default settings.py file created by django-admin startproject sets DEBUG = True for convenience. DE ... er(s). This doesn't include error messages sent to ADMINS and MANAGERS ; for that, see SERVER_EMAIL . DEFAU ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 4973
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... することができます。 マイナーな機能 ¶ django.contrib.admin ¶ ModelAdmin.date_hierarchy はリレーションシップを ... フィールドを参照できるようになりました。 新たな ModelAdmin.get_exclude() フックによって、リクエストやモデルイ ... ーションごと、モデルごと、もしくはセッティング ModelAdmin.popup_response_template 属性によってオーバーライド ... . The widgets in contrib.gis.forms.widgets and the admin's OpenLayersWidget use the form rendering API rath ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 2.2.2 リリースノート — Django 4.0.6 ドキュメント 4973
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... issues and several bugs in 2.2.1. CVE-2019-12308: AdminURLFieldWidget XSS ¶ The clickable "Current URL" li ... nk generated by AdminURLFieldWidget displayed the provided value without ... oad, could result in an clickable JavaScript link. AdminURLFieldWidget now validates the provided value usi ... he validator by passing a validator_class kwarg to AdminURLFieldWidget.__init__() , e.g. when using formfie ...
https://man.plustar.jp/django/releases/2.2.2.html - [similar]
How to authenticate using REMOTE_USER — Django 4.0.6 ドキュメント 4940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... REMOTE_USER の値が設定されていなければ、Django の admin interface を使ったとしても、ユーザーはログインする ... を追加しておけば、この問題は解決できます。 contrib.admin 画面や createsuperuser 管理コマンドなどの、Django ... 」ガイド 次のトピックへ How to create custom django-admin commands 関連キーワード 認証 , REMOTE , 設定 , Rem ...
https://man.plustar.jp/django/howto/auth-remote-user.html - [similar]
Django 1.11.3 リリースノート — Django 4.0.6 ドキュメント 4940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ptor ( #28269 ). Fixed an incorrect DisallowedModelAdminLookup exception when using a nested reverse relati ... on in list_filter ( #28262 ). Fixed admin's FieldListFilter.get_queryset() crash on invalid ... nput ( #28202 ). Fixed invalid HTML for a required AdminFileWidget ( #28278 ). Fixed model initialization t ... ly inherit models.Model ( #28282 ). Fixed crash in admin's inlines when a model has an inherited non-editab ...
https://man.plustar.jp/django/releases/1.11.3.html - [similar]
Django 1.8.8 リリースノート — Django 4.0.6 ドキュメント 4940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... esh in Firefox cleared the selected entries in the admin's filter_horizontal and filter_vertical widgets, w ... ted the form ( #22955 ). Fixed a regression in the admin which ignored line breaks in read-only fields inst ...
https://man.plustar.jp/django/releases/1.8.8.html - [similar]
Django 2.0.1 リリースノート — Django 4.0.6 ドキュメント 4940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ルタリングが再びできるようになりました ( #28896 )。 admin check が ModelAdmin.autocomplete_fields に OneToOn ... 8944 )。 ページの並び替えにクエリー式を使用すると、admin changelist がクラッシュする問題を修正しました ( #2 ...
https://man.plustar.jp/django/releases/2.0.1.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT