検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 154 for change (0.045 sec.)
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 7589
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .9.1. It also makes a small backwards incompatible change that hopefully doesn't affect any users. Security ... issue: User with "change" but not "add" permission can create objects for M ... thout the "add" permission. Backwards incompatible change: .py-tpl files rewritten in project/app templates ... go 1.9.2 リリースノート Security issue: User with "change" but not "add" permission can create objects for M ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 7519
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... grade path from Django 1.0. Backwards-incompatible changes in 1.1 ¶ Django has a policy of API stability . T ... t Django 1.0 should continue to work against 1.1 unchanged. However, we do sometimes make backwards-incompat ... ible changes if they're necessary to resolve bugs, and there a ... re a handful of such (minor) changes between Django 1.0 and Django 1.1. Before upgradi ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7519
" + 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 ... o 1.4 ships with some minor backwards incompatible changes ; people upgrading from previous versions of Djan ... ted and supported on Python 2.5, 2.6 and 2.7. This change should affect only a small number of Django users, ... o maintain compatibility with older browsers, this change means that you can use any HTML5 features you need ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.9.8 リリースノート — Django 4.0.6 ドキュメント 7519
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... といくつかのバグを修正しました。 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.9.8 リリースノート XSS in admin's add/change related popup Bugfixes 前のトピックへ Django 1.9.9 ... ースノート 関連キーワード admin , popup , related , change , 修正 , innerHTML , Element , also , textContent ...
https://man.plustar.jp/django/releases/1.9.8.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 7333
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the 1.0 release, and we'll be introducing further changes before 1.0. For a clear look at which areas of th ... e framework will change (and which ones will not change) before 1.0, see t ... of the features that are marked as "subject to API change" in that document, but that's OK with us as long a ... K with you, and as long as you understand APIs may change in the future. Fortunately, most of Django's core ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 7264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... get called with a list of objects selected on the change list page. If you look at any change list in the a ... be tedious. So, let's write an action that lets us change an article's status to "published." Writing action ... ions for callback functions registered there, too. Changed in Django 3.2: The description argument to the ac ... e , ArticleAdmin ) That code will give us an admin change list that looks something like this: That's really ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6939
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... x page. InlineModelAdmin now has an attribute show_change_link that supports showing a link to an inline obj ... ect's change form. Use the new django.contrib.admin.RelatedOnly ... d on a filtered admin page. The AdminSite.password_change() method now has an extra_context parameter. You c ... s been increased by 33%. This backwards compatible change will not affect users who have subclassed django.c ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 2.1.1 リリースノート — Django 4.0.6 ドキュメント 6939
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... いるモデルへの 'add' 権限を持たない場合に、admin の change form がクラッシュするリグレッションを修正しました ... d content type suffixes ( #29662 ). Made the admin change view redirect to the changelist view after a POST ... has the 'view' permission ( #29663 ). Fixed admin change view crash for view-only users if the form has an ... 関連キーワード 修正 , Fixed , クラッシュ , form , change , admin , after , permission , モデル , crash クイ ...
https://man.plustar.jp/django/releases/2.1.1.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6869
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dd permission, the object-tools block on a model's changelist will now be rendered (without the add button). ... tools in this case. The LogEntry model now stores change messages in a JSON structure so that the message c ... ng the current active language. A new LogEntry.get_change_message() method is now the preferred way of retri ... eving the change message. Selected objects for fields in ModelAdmin ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 6811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Merging any pull request which constitutes a minor change (small enough not to require the use of the DEP pr ... ocess ). A Merger must not merge a change primarily authored by that Merger, unless the pull ... e security team . Initiating discussion of a minor change in the appropriate venue, and request that other M ... a vote of the technical board regarding any minor change if, in the Merger's opinion, discussion has failed ...
https://man.plustar.jp/django/internals/organization.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT