検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 57 for HttpResponse (0.049 sec.)
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6681
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . The mimetype argument to the __init__ methods of HttpResponse , SimpleTemplateResponse , and TemplateResponse , ... nd the sitemap views, index() and sitemap() . When HttpResponse is instantiated with an iterator, or when content ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6681
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts an ip_address variable: from django.http import HttpResponse from django.template import RequestContext , Templ ... IP Address' , }, [ ip_address_processor ]) return HttpResponse ( template . render ( context )) ビルトインのテンプ ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6681
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t = None ) ¶ Adds some useful headers to the given HttpResponse object: Expires Cache-Control Each header is only ... ) ¶ Adds (or updates) the Vary header in the given HttpResponse object. newheaders is a list of header names that ...
https://man.plustar.jp/django/ref/utils.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 6681
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d form data has been POSTed. # It should return an HttpResponse. form . send_email () return super () . form_valid ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
Coding style — Django 4.0.6 ドキュメント 6623
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tp404 from django.http.response import ( Http404 , HttpResponse , HttpResponseNotAllowed , StreamingHttpResponse , ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Generic editing ビュー — Django 4.0.6 ドキュメント 6623
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d form data has been POSTed. # It should return an HttpResponse. form . send_email () return super () . form_valid ...
https://man.plustar.jp/django/ref/class-based-views/generic-editing.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 6623
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rl_continue = None ) ¶ add_view() ステージに対する HttpResponse を決定します。 response_add は、admin フォームが送 ... ( request , obj ) ¶ change_view() ステージに対する HttpResponse を決定します。 response_change は、admin フォームが ... isplay , obj_id ) ¶ delete_view() ステージに対する HttpResponse を決定します。 response_delete は、オブジェクトが削 ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6623
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e ¶ request.user に debug ビューが追加されました。 HttpResponse メソッドに readable() と seekable() を追加して、イ ... se() method such as files and generators passed to HttpResponse are now closed immediately instead of when the WSG ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6623
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _full_path_info() . Added the samesite argument to HttpResponse.set_cookie() to allow setting the SameSite cookie ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6623
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iddleware automatically sets a few headers in each HttpResponse which affect downstream caches : Sets the Expires ... ie' ]) return response patch_vary_headers takes an HttpResponse instance as its first argument and a list/tuple of ...
https://man.plustar.jp/django/topics/cache.html - [similar]
PREV 1 2 3 4 5 6 NEXT