検索

phrase: max: clip:
target: order:
Results of 51 - 57 of about 57 for HttpResponse (0.093 sec.)
Django の概要 — Django 4.0.6 ドキュメント 6549
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す: 一つはリクエストされたページのコ ンテンツを含む HttpResponse オブジェクトを返すこと、もう一つは Http404 のような ...
https://man.plustar.jp/django/intro/overview.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 6549
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ""View to be excluded from APPEND_SLASH.""" return HttpResponse () Changed in Django 3.2: Support for the no_appen ... nMiddleware. response_redirect_class ¶ Defaults to HttpResponsePermanentRedirect . Subclass CommonMiddleware and o ... If-Modified-Since , the response is replaced by an HttpResponseNotModified . Locale ミドルウェア ¶ class LocaleMid ... Middleware. response_redirect_class ¶ デフォルトは HttpResponseRedirect です。 LocaleMiddleware をサブクラス化して ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6549
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ends for an example. Request と Response ¶ Allowed HttpResponse to be initialized with memoryview content. For use ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 6549
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... directly to a file-like object (which includes an HttpResponse ): with open ( "file.xml" , "w" ) as out : xml_ser ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 6549
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ls render_to_string() and feeds the result into an HttpResponse suitable for returning from a view. Finally, you c ...
https://man.plustar.jp/django/topics/templates.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6549
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... `` オブジェクトは、Django のビューによって返される HttpResponse オブジェクトとは 異なるものです ; テストのレスポン ... response, you can also access the headers through HttpResponse.headers . For example, you could determine the con ... internally and converts them into the appropriate HTTP response codes. In these cases, you can check response.sta ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
設定 — Django 4.0.6 ドキュメント 6417
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ason the request was rejected. It should return an HttpResponseForbidden . django.views.csrf.csrf_failure() accept ... デフォルト値: 'utf-8' Default charset to use for all HttpResponse objects, if a MIME type isn't manually specified. ... ookie. HttpOnly is a flag included in a Set-Cookie HTTP response header. It's part of the RFC 6265#section-4.1.2.6 ...
https://man.plustar.jp/django/ref/settings.html - [similar]
PREV 1 2 3 4 5 6 NEXT