検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 94 for Header (0.032 sec.)
How to authenticate using REMOTE_USER — Django 4.0.6 ドキュメント 6190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... RemoteUserMiddleware をサブクラス化して、クラスの header 属性を適切な request.META のキー名に設定してくださ ... middleware import RemoteUserMiddleware class CustomHeaderMiddleware ( RemoteUserMiddleware ): header = 'HTTP ... ないかもまた必ずチェックしてください。 この警告は、 header = 'REMOTE_USER' になっているデフォルト設定の Remot ...
https://man.plustar.jp/django/howto/auth-remote-user.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 6084
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... preload directive to the Strict-Transport-Security header. ConditionalGetMiddleware now adds the ETag header ... 析および比較されるようになりました。 patch_response_headers() が Last-Modified ヘッダを追加しないようになりま ... した。 UpdateCacheMiddleware および add_never_cache_headers() は patch_response_headers() を呼び出すため、この ... 。 ConditionalGetMiddleware no longer sets the Date header as web servers set that header. It also no longer ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 6031
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lude_deployment_checks , databases = databases , ) header , body , footer = "" , "" , "" visible_issue_count ... group_name , formatted ) if visible_issue_count : header = "System check identified some issues: \n " if di ... = self . style . ERROR ( "SystemCheckError: %s " % header ) + body + footer raise SystemCheckError ( msg ) e ... lse : msg = header + body + footer if msg : if visible_issue_count : ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 6031
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ave () # FileResponse sets the Content-Disposition header so that browsers # present the option to save the ... onse , it sets the appropriate Content-Disposition header and that tells web browsers to pop-up a dialog box ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 6031
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ile. UploadedFile. content_type ¶ The content-type header uploaded with the file (e.g. text/plain or applica ... he file contains the content that the content-type header claims -- "trust but verify." UploadedFile. conten ... aining extra parameters passed to the content-type header. This is typically provided by services, such as G ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
索引 — Django 4.0.6 ドキュメント 5926
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... no-faulthandler test コマンドラインオプション --no-header makemigrations コマンドラインオプション squashmigr ... jango.contrib.messages モジュール) add_never_cache_headers() (django.utils.cache モジュール) add_post_render ... rs.csrf モジュール) CSRF_FAILURE_VIEW setting CSRF_HEADER_NAME setting csrf_protect() (django.views.decorato ... dmin のメソッド) has_error() (Form のメソッド) has_header() (HttpResponse のメソッド) has_module_permission( ...
https://man.plustar.jp/django/genindex.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 5926
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 's delete_selected view that prevented custom site header, etc. from appearing ( #23898 ). Fixed a regressio ... enticationMiddleware from setting a "Vary: Cookie" header on all responses ( #23939 ). Fixed a crash when ad ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5926
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.contrib.admin ¶ Added a CSS class to the column headers of TabularInline . django.contrib.auth ¶ The Http ... ing of keyboard input. The new makemigrations --no-header option avoids writing header comments in generated ... stance(s). Request と Response ¶ Added HttpRequest.headers to allow simple access to a request's headers. シ ... rvers, the test client now sets the Content-Length header to a string rather than an integer. The return val ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django 3.1.4 release notes — Django 4.0.6 ドキュメント 5886
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Bugfixes ¶ Fixed setting the Content-Length HTTP header in AsyncRequestFactory ( #32162 ). Fixed passing e ... xtra HTTP headers to AsyncRequestFactory request methods ( #32159 ) ...
https://man.plustar.jp/django/releases/3.1.4.html - [similar]
How to create CSV output — Django 4.0.6 ドキュメント 5833
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e the HttpResponse object with the appropriate CSV header. response = HttpResponse ( content_type = 'text/cs ... v' , headers = { 'Content-Disposition' : 'attachment; filename ... w ) for row in rows ), content_type = "text/csv" , headers = { 'Content-Disposition' : 'attachment; filename ... e the HttpResponse object with the appropriate CSV header. response = HttpResponse ( content_type = 'text/cs ...
https://man.plustar.jp/django/howto/outputting-csv.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT