検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 170 for Http (0.071 sec.)
クラスベースビュー入門 — Django 4.0.6 ドキュメント 6204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 比較して、以下のような違いと利点があります。 特定の HTTP メソッド ( GET 、 POST など) に関連するコードの集ま ... ー関数の規約だけでした。Django は、定義された関数に HttpRequest を渡して、 HttpResponse が返ってくることを期 ... ¶ 中核となる機能として、クラスベースのビューでは、HTTP リクエストのメソッドに応じてクラスインスタンスの異 ... 岐を使わずにすみます。 そのため、ビュー関数の場合に HTTP GET をハンドリングするコードが次のようになるとする ...
https://man.plustar.jp/django/topics/class-based-views/intro.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6102
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _app_template myapp Django will also accept URLs ( http , https , ftp ) to compressed archives with the ap ... a URL like: django - admin startapp -- template = https : // github . com / githubuser / django - app - t ... L keyword. sql_table - The name of a model in SQL. http_info - A 1XX HTTP Informational server response. h ... ttp_success - A 2XX HTTP Success server response. http_not_modified - A 304 ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6102
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s module contains helper functions for controlling HTTP caching. It does so by managing the Vary header of ... see RFC 7231#section-7.1.4 . Essentially, the Vary HTTP header defines which headers a cache should take i ... t = None ) ¶ Adds some useful headers to the given HttpResponse object: Expires Cache-Control Each header ... ) ¶ Adds (or updates) the Vary header in the given HttpResponse object. newheaders is a list of header nam ...
https://man.plustar.jp/django/ref/utils.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 5944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... りません。そのため、別の方法が用意されており、各 XMLHttpRequest に対して、 X-CSRFToken という独自ヘッダーに ... ます。取得方法は、 CSRF_USE_SESSIONS と CSRF_COOKIE_HTTPONLY を設定したかどうかによって変わります。 CSRF_US ... E_SESSIONS と CSRF_COOKIE_HTTPONLY が False に設定されている場合にトークンを取得す ... ring the token if CSRF_USE_SESSIONS or CSRF_COOKIE_HTTPONLY is True ¶ If you activate CSRF_USE_SESSIONS or ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
Django 1.4.21 release notes — Django 4.0.6 ドキュメント 5899
" + 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 hea ... on attacks. Django itself isn't vulnerable because HttpResponse and the mail sending utilities in django.c ... ore.mail prohibit newlines in HTTP and SMTP headers, respectively. While the validato ... rs have been fixed in Django, if you're creating HTTP responses or email messages in other ways, it's a ...
https://man.plustar.jp/django/releases/1.4.21.html - [similar]
デプロイチェックリスト — Django 4.0.6 ドキュメント 5843
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 、開発に対しては不便だったりするためです。たとえば、HTTPS を強制することは、すべてのウェブサイトに対して適切 ... に必要です。もしワイルドカードを使用した場合、 Host HTTP のバリデーションを自分自身で行う必要があります。さ ... に対するバックアップ戦略をチェックしておきましょう。 HTTPS ¶ ユーザーにログインさせるあらゆるウェブサイトは、 ... ストークンを平文で送信するのを防ぐため、サイト全体の HTTPS を強制するべきです。Django では、アクセストークン ...
https://man.plustar.jp/django/howto/deployment/checklist.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 5843
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo comes with a few views by default for handling HTTP errors. To override these with your own custom vie ... on , template_name = '404.html' ) ¶ When you raise Http404 from within a view, Django loads a special view ... (e.g. containing any message passed to a specific Http404 instance). Three things to note about 404 views ... yed instead, with some debug information. The 403 (HTTP Forbidden) view ¶ defaults. permission_denied ( re ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 1.7.9 release notes — Django 4.0.6 ドキュメント 5843
" + 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 hea ... on attacks. Django itself isn't vulnerable because HttpResponse and the mail sending utilities in django.c ... ore.mail prohibit newlines in HTTP and SMTP headers, respectively. While the validato ... rs have been fixed in Django, if you're creating HTTP responses or email messages in other ways, it's a ...
https://man.plustar.jp/django/releases/1.7.9.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aders of TabularInline . django.contrib.auth ¶ The HttpRequest is now passed as the first positional argum ... ate model instance(s). Request と Response ¶ Added HttpRequest.headers to allow simple access to a request ... emplate filesystem loader is removed. django.utils.http.urlsafe_base64_encode() now returns a string inste ... ad of a bytestring, and django.utils.http.urlsafe_base64_decode() may no longer be passed a ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 5752
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e and handles the redirecting for you. It uses the HTTP response status code 301 Moved Permanently by defa ... ddleware and set response_redirect_class to django.http.HttpResponseRedirect to use a 302 Moved Temporaril ... ch, and new_path is empty, it sends a 410 ("Gone") HTTP header and empty (content-less) response. If it do ... e. RedirectFallbackMiddleware ¶ You can change the HttpResponse classes used by the middleware by creating ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT