検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 57 for HttpResponse (0.054 sec.)
Django 2.2.22 release notes — Django 4.0.6 ドキュメント 7078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ines and tabs. If you used values with newlines in HTTP response, you could suffer from header injection attacks. ... Django itself wasn't vulnerable because HttpResponse prohibits newlines in HTTP headers. Moreover, the ...
https://man.plustar.jp/django/releases/2.2.22.html - [similar]
Django 3.1.10 release notes — Django 4.0.6 ドキュメント 7078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ines and tabs. If you used values with newlines in HTTP response, you could suffer from header injection attacks. ... Django itself wasn't vulnerable because HttpResponse prohibits newlines in HTTP headers. Moreover, the ...
https://man.plustar.jp/django/releases/3.1.10.html - [similar]
クラスベースビュー — Django 4.0.6 ドキュメント 7078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ューには次のように書きます。 from django.http import HttpResponse from django.views.generic import ListView from boo ... yset () . latest ( 'publication_date' ) response = HttpResponse ( # RFC 1123 date format. headers = { 'Last-Modifi ...
https://man.plustar.jp/django/topics/class-based-views/index.html - [similar]
Django 3.2.2 release notes — Django 4.0.6 ドキュメント 7019
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ines and tabs. If you used values with newlines in HTTP response, you could suffer from header injection attacks. ... Django itself wasn't vulnerable because HttpResponse prohibits newlines in HTTP headers. Moreover, the ...
https://man.plustar.jp/django/releases/3.2.2.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 7019
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t と Response ¶ Response headers are now stored in HttpResponse.headers . This can be used instead of the original ... dict-like interface of HttpResponse objects. Both interfaces will continue to be suppo ... セットする for details. The new headers parameter of HttpResponse , SimpleTemplateResponse , and TemplateResponse al ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Base views — Django 4.0.6 ドキュメント 6946
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tions() Example views.py : from django.http import HttpResponse from django.views import View class MyView ( View ... et ( self , request , * args , ** kwargs ): return HttpResponse ( 'Hello, World!' ) Example urls.py : from django. ... a request argument plus arguments, and returns an HTTP response. デフォルトの処理は、HTTP メソッドを調べて、その ... プレーンテキストで、有効なメソッドのリストともに、 HttpResponseNotAllowed を返すデフォルトの処理です。 options ( r ...
https://man.plustar.jp/django/ref/class-based-views/base.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6946
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( request ): await asyncio . sleep ( 0.5 ) return HttpResponse ( 'Hello, async world!' ) All asynchronous feature ... llowed in the Host header, e.g. static.localhost . HttpResponse.set_cookie() and HttpResponse.set_signed_cookie() ... decision to return a redirection fallback or a 204 HTTP response from the set_language() view is now based on the ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 1.4.21 release notes — Django 4.0.6 ドキュメント 6887
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r expressions). If you use values with newlines in HTTP response or email headers, you can suffer from header inje ... on attacks. Django itself isn't vulnerable because HttpResponse and the mail sending utilities in django.core.mail ... tors have been fixed in Django, if you're creating HTTP responses or email messages in other ways, it's a good ide ...
https://man.plustar.jp/django/releases/1.4.21.html - [similar]
Django 1.7.9 release notes — Django 4.0.6 ドキュメント 6887
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r expressions). If you use values with newlines in HTTP response or email headers, you can suffer from header inje ... on attacks. Django itself isn't vulnerable because HttpResponse and the mail sending utilities in django.core.mail ... tors have been fixed in Django, if you're creating HTTP responses or email messages in other ways, it's a good ide ...
https://man.plustar.jp/django/releases/1.7.9.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6887
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... esponse_redirect_class ) that specify the types of HttpResponse instances the middleware returns. django.contrib.s ... ts relative URLs. The new JsonResponse subclass of HttpResponse helps easily create JSON-encoded responses. テスト ... longer corrected from a plain string into a tuple. HttpResponse , SimpleTemplateResponse , TemplateResponse , rend ... , and sitemap() no longer take a mimetype argument HttpResponse immediately consumes its content if it's an iterat ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
PREV 1 2 3 4 5 6 NEXT