検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 154 for change (0.031 sec.)
JavaScript customizations in the admin — Django 4.0.6 ドキュメント 11546
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... en an inline form is added or removed in the admin change form. The formset:added and formset:removed jQuery ... using the django.jQuery namespace . In your custom change_form.html template, extend the admin_change_form_d ... and add the event listener code: {% extends 'admin/change_form.html' %} {% load static %} {% block admin_cha ... go in a template block if you are inheriting admin/change_form.html or it won't be rendered in the final HTM ...
https://man.plustar.jp/django/ref/contrib/admin/javascript.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 11360
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... birth_date ( self , obj ): return obj . birth_date Changed in Django 3.2: The empty_value argument to the di ... 持つことになります。 ModelAdmin. fields ¶ "add" と "change" 上のフォームでシンプルなレイアウト変更 (有効なフィ ... します。 ModelAdmin. fieldsets ¶ admin の "add" と "change" ページのレイアウトをコントロールするには、 fields ... () decorator and passing the description argument. Changed in Django 3.2: The description argument to the di ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
How to write custom lookups — Django 4.0.6 ドキュメント 9793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 変化が一定の量に等しい ( Experiment.objects.filter(change__abs=27) )、またはそれが一定の量を超えなかった ( E ... xperiment.objects.filter(change__abs__lt=27) ) すべての Experiment を見つけたいと思 ... ができるようになりました。 Experiment.objects.filter(change__abs=27) は次のSQLを生成します。 SELECT ... WHERE ... ABS ( "experiments" . "change" ) = 27 By using Transform instead of Lookup it me ...
https://man.plustar.jp/django/howto/custom-lookups.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 9735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... been saved # to the database. You can continue to change its attributes # if you want to change other field ... するには、いくつかのオプションがあります。 manage.py changepassword *username* は、コマンドラインからユーザのパ ... トされます。詳細は Session invalidation on password change を参照してください。 ユーザを認証する ¶ authentica ... ew objects is limited to users with the "view" or "change" permission for that type of object. "追加"フォーム ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 9271
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... features , as well as some backwards incompatible changes you'll want to be aware of when upgrading from Dj ... the "view" permission to allow users who have the "change" permission to edit objects. There are a couple of ... low limiting the columns that can be sorted in the change list page. The admin_order_field attribute for ele ... d the "delete selected" action. The actions.html , change_list_results.html , date_hierarchy.html , paginati ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 2.1.2 リリースノート — Django 4.0.6 ドキュメント 8621
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... "view only" admin users ¶ If an admin user has the change permission to the user model, only part of the pas ... sword hash is displayed in the change form. Admin users with the view (but not change) p ... grations loader ( #29749 ). Made migrations detect changes to Meta.default_related_name ( #29755 ). Added co ... . Fixed a crash when a user with the view (but not change) permission made a POST request to an admin user c ...
https://man.plustar.jp/django/releases/2.1.2.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 8494
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... features , as well as some backwards incompatible changes you'll want to be aware of when upgrading from Dj ... For more details, see Django におけるテスト . This change is backwards-incompatible; see the backwards-incom ... current version of Django. Model.save() algorithm changed ¶ The Model.save() method now tries to directly U ... d limit of the higher of 1000 or max_num forms was changed so it is always 1000 more than max_num . Added BC ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 8169
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... There have been a few small backwards-incompatible changes since 0.95, but the upgrade process should be fai ... rly simple and should not require major changes to existing applications. However, we're also rel ... ow because we have a set of backwards-incompatible changes scheduled for the near future. Once completed, th ... ey will involve some code changes for application developers, so we recommend that ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7983
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... features , as well as some backwards incompatible changes you'll want to be aware of when upgrading from Dj ... 7 is the first release to support Python 3.4. This change should affect only a small number of Django users, ... schema migrations. It allows models to be updated, changed, and deleted by creating migration files that rep ... resent the model changes and which can be run on any development, staging ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.8.14 リリースノート — Django 4.0.6 ドキュメント 7658
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rity issue and a bug in 1.8.13. XSS in admin's add/change related popup ¶ Unsafe usage of JavaScript's Eleme ... t.innerHTML could result in XSS in the admin's add/change related popup. Element.textContent is now used to ... 目次 Django 1.8.14 リリースノート XSS in admin's add/change related popup Bugfixes 前のトピックへ Django 1.8.1 ... jango 1.8.13 リリースノート 関連キーワード admin , change , related , popup , also , Element , Bugfixes , ト ...
https://man.plustar.jp/django/releases/1.8.14.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT