検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 170 for Http (0.080 sec.)
Django 3.1.7 release notes — Django 4.0.6 ドキュメント 5696
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... E-2021-23336: Web cache poisoning via django.utils.http.limited_parse_qsl() ¶ Django contains a copy of ur ... E-2021-23336: Web cache poisoning via django.utils.http.limited_parse_qsl() Bugfixes 前のトピックへ Django ...
https://man.plustar.jp/django/releases/3.1.7.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5696
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... が、個別に使いたい機能もあるかもしれません。例えば、HTTP レスポンスを生成するテンプレートをレンダリングする ... -based views introduction . views.py ¶ from django.http import HttpResponseForbidden , HttpResponseRedirec ... if not request . user . is_authenticated : return HttpResponseForbidden () # Look up the author we're int ... () # Actually record interest somehow here! return HttpResponseRedirect ( reverse ( 'author-detail' , kwar ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 5651
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s 'mysite.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C. ... web servers.) Now that the server's running, visit http://127.0.0.1:8000/ with your web browser. You'll se ... コードを書いてください: polls/views.py ¶ from django.http import HttpResponse def index ( request ): return ... runserver ...\> py manage.py runserver ブラウザで http://localhost:8000/polls/ にアクセスすると、 " Hello ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5651
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an optional middleware class -- django.middleware.http.SetRemoteAddrFromForwardedFor -- which updated the ... value of REMOTE_ADDR based on the HTTP X-Forwarded-For header commonly set by some proxy ... ocessing using the standard ETag and Last-Modified HTTP headers. This means you can now easily short-circu ... ent . If permanent is True , the view will emit an HTTP permanent redirect (status code 301). If False , t ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 5651
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ity check for these redirects (namely django.utils.http.is_safe_url() ) considered some URLs with basic au ... e" when they shouldn't be. For example, a URL like http://mysite.example.com\@attacker.com would be consid ... ered safe if the request's host is http://mysite.example.com , but redirecting to this URL ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
Django 3.2.2 release notes — Django 4.0.6 ドキュメント 5651
" + 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 a ... ttacks. Django itself wasn't vulnerable because HttpResponse prohibits newlines in HTTP headers. Moreov ...
https://man.plustar.jp/django/releases/3.2.2.html - [similar]
django.middleware.clickjacking — Django 4.0.6 ドキュメント 5594
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e ( MiddlewareMixin ): """ Set the X-Frame-Options HTTP header in HTTP responses. Do not set the header if ...
https://man.plustar.jp/django/_modules/django/middleware/clickjacking.html - [similar]
Django 1.3.4 release notes — Django 4.0.6 ドキュメント 5594
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ncluding domain name, which are generated from the HTTP Host header. Some attacks against this are beyond ... ngo 1.3.3 and Django 1.4.1 -- specifically, django.http.HttpRequest.get_host() -- was incorrectly handling ... rary URLs to users. To remedy this, the parsing in HttpRequest.get_host() is being modified; Host headers ...
https://man.plustar.jp/django/releases/1.3.4.html - [similar]
Django 1.4.6 release notes — Django 4.0.6 ドキュメント 5594
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ty checks for these redirects (namely django.utils.http.is_safe_url() ) didn't check if the scheme is http ...
https://man.plustar.jp/django/releases/1.4.6.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5549
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... outside the context of a request will change from 'http' to 'https' . The extra_tests argument for Discove ... es for more details on these changes. django.utils.http.urlquote() , urlquote_plus() , urlunquote() , and ... .unescape_entities() will be removed. django.utils.http.is_safe_url() will be removed. See the Django 3.1 ... e django-admin.py entry point will be removed. The HttpRequest.is_ajax() method will be removed. Support f ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT