検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 33 for patch (0.041 sec.)
Django Utils — Django 4.0.6 ドキュメント 7556
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Vary header of responses. It includes functions to patch the header of response objects directly and decora ... tors that change functions to do that header-patching themselves. For information on the Vary header, ... distinguish caches by the Accept-language header. patch_cache_control ( response , ** kwargs ) ¶ This func ... tion patches the Cache-Control header by adding all keyword a ...
https://man.plustar.jp/django/ref/utils.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 7411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d with Vendor: djangoproject, Product: django) and patches for each issue being fixed. Also, notify django- ... this is a security release, merge the appropriate patches from django-security . Rebase these patches as n ... go-security repo containing the necessary security patches for the next release in the 1.5 series.) If git ... s to merge with --ff-only , switch to the security-patch branch and rebase it on the branch you are about t ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 7411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d Vary header fields, it is recommended to use the patch_cache_control() and patch_vary_headers() methods f ... ds can have multiple, comma-separated values. The "patch" methods ensure that other values, e.g. added by a ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 7411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の仕様によって解析および比較されるようになりました。 patch_response_headers() が Last-Modified ヘッダを追加し ... acheMiddleware および add_never_cache_headers() は patch_response_headers() を呼び出すため、この変更の影響を ... ました。 CommonMiddleware および django.utils.cache.patch_response_headers() は非推奨が終了するときに ETags ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
View decorators — Django 4.0.6 ドキュメント 7411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hing. cache_control ( ** kwargs ) ¶ This decorator patches the response's Cache-Control header by adding al ... l of the keyword arguments to it. See patch_cache_control() for the details of the transformat ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ient . This serialization also happens for put() , patch() , and delete() requests. If you provide any othe ... 、 extra 引数は、 Client.get() と同様に動作します。 patch ( path , data = '' , content_type = 'application/o ... re = False , ** extra ) ¶ 与えられた path に対して PATCH リクエストを作り、 Response オブジェクトを返します ... mport TestCase class MyTests ( TestCase ): @mock . patch ( ... ) @async_to_sync async def test_my_thing ( s ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7379
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t have 'u' prefixes in Python 3. django.test.utils.patch_logger() - Use unittest.TestCase.assertLogs() inst ... essing the field afterward will result in a query. patch_vary_headers() now handles an asterisk '*' accordi ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
索引 — Django 4.0.6 ドキュメント 7347
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... metry のメソッド) (PreparedGeometry のメソッド) dispatch() (django.views.generic.base.View のメソッド) disp ... 込み変数) django.db.transaction モジュール django.dispatch モジュール django.forms モジュール django.forms.fi ... wordResetView (django.contrib.auth.views のクラス) patch() (Client のメソッド) patch_cache_control() (djang ... o.utils.cache モジュール) patch_response_headers() (django.utils.cache モジュール) ...
https://man.plustar.jp/django/genindex.html - [similar]
How to upgrade Django to a newer version — Django 4.0.6 ドキュメント 7347
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... at once. For each feature release, use the latest patch release (e.g. for 2.1, use 2.1.15). あるLTSから次の ...
https://man.plustar.jp/django/howto/upgrade-version.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 7347
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... エストの取り扱い ¶ Since Django is hosted on GitHub, patches are provided in the form of pull requests. When ... jango's commit history as usable as possible: If a patch contains back-and-forth commits, then rewrite thos ... r the docs should emit warnings. Trivial and small patches usually are best done in one commit. Medium to l ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
PREV 1 2 3 4 NEXT