検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 154 for change (0.094 sec.)
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 5187
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 1.2 リリースノート . Backwards incompatible changes ¶ CSRF exception for AJAX requests ¶ Django inclu ... ustom SQL will not be visible during testing. This change only affects the testing process. You can still us ... our test case. ModelAdmin.lookup_allowed signature changed ¶ Django 1.2.4 introduced a method lookup_allowed ... on ModelAdmin , to cope with a security issue (changeset [15033] ). Although this method was never docum ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 5187
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... #23909 ). Fixed a regression in contrib.admin add/change views which caused some ModelAdmin methods to rece ... indocs crash on apps installed as eggs ( #23525 ). Changed migrations autodetector to generate an AlterModel ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5187
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to learn more. Note that as a side-effect of this change, Django is now aware of asynchronous event loops a ... ータベースバックエンド API ¶ This section describes changes that may be needed in third-party database backen ... key. django.contrib.admin ¶ Admin's model history change messages now prefers more readable field labels in ... ee Features deprecated in 2.0 for details on these changes, including how to remove usage of these features. ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5187
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ault, validators are used in the forms to reset or change passwords and in the createsuperuser and changepas ... swords that are identical to an attribute's value. Changed in Django 2.2.26: The max_similarity parameter wa ... validation and will accept any password. password_changed ( password , user = None , password_validators = ... Informs all validators that the password has been changed. This can be used by validators such as one that ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 5187
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... le. >>> form = ArticleForm () # Creating a form to change an existing article. >>> article = Article . objec ... class the parent's Meta inner class if you want to change the Meta.fields or Meta.exclude lists: >>> class R ... nored. If the extra forms with initial data aren't changed by the user, they won't be validated or saved. Sa ... to the database. If a given instance's data didn't change in the bound data, the instance won't be saved to ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 5117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l you need, when you need it. Rather than manually change configuration to achieve this, a better way is to ...
https://man.plustar.jp/django/howto/logging.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 5117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hout patches. Typo fixes and trivial documentation changes ¶ If you are fixing a really trivial issue, for e ... n" near the bottom of the page, then click "Submit changes." 注釈 The Django software foundation requests th ... ts is overkill in some cases. In the case of small changes, such as typos in the documentation or small bugs ... ropriately with .. versionadded:: A.B or .. versionchanged:: A.B ? Deprecating a feature ¶ See the Deprecati ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 5117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ime(2012, 2, 26, 13, 0, 0, 775217, tzinfo=<UTC>) # Change values by changing the attributes, then calling sa ... estions" をクリックしましょう。questions のための "change list" ページが表示されます。このページにはデータベ ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ews" link = "/sitenews/" description = "Updates on changes and additions to police beat central." def items ... , feeds produced in this framework use RSS 2.0. To change that, add a feed_type attribute to your Feed class ... django.utils.translation.get_language() . You can change it by setting the language class attribute. URL ¶ ... ews" link = "/sitenews/" description = "Updates on changes and additions to police beat central." def items ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... # Default implementation of from_db() (subject to change and could # be replaced with super()). if len ( va ... 速度が少し向上します。例えば: product . name = 'Name changed again' product . save ( update_fields = [ 'name' ... bject.name }} </ a > The logic here is that if you change the URL structure of your objects, even for someth ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT