検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 170 for Http (0.103 sec.)
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 4884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... port path to the view that should be called if the HTTP client has sent a request that caused an error con ... pts request and exception arguments and returns an HttpResponseBadRequest . handler403 ¶ handler403 ¶ A ca ... pts request and exception arguments and returns an HttpResponseForbidden . handler404 ¶ handler404 ¶ A cal ... pts request and exception arguments and returns an HttpResponseNotFound . handler500 ¶ handler500 ¶ A call ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 4884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (internationalization) ¶ Added the LANGUAGE_COOKIE_HTTPONLY , LANGUAGE_COOKIE_SAMESITE , and LANGUAGE_COOK ... IE_SECURE settings to set the HttpOnly , SameSite , and Secure flags on language cook ... ends for an example. Request と Response ¶ Allowed HttpResponse to be initialized with memoryview content. ... For use in, for example, Django templates, HttpRequest.headers now allows lookups using underscore ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 4884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます。パスワード(または他の機密データ)がプレーンなHTTP接続で送信されないように、 HTTPS を使用してください。 ... なぜなら、HTTPはパスワードスニッフィングに対して脆弱であるからです ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
一対一 (one-to-one) 関係 — Django 4.0.6 ドキュメント 4884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... トピックへ 多対一 (many-to-one) 関係 次のトピックへ HTTP リクエストのハンドリング 関連キーワード Restaurant ...
https://man.plustar.jp/django/topics/db/examples/one_to_one.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 4884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 上のため、各テストをトランザクションでラップします。 HTTP リクエストにトランザクションを結びつける ¶ ウェブ上 ... クションとストリーミングレスポンス ビューが StreamingHttpResponse を返すとき、レスポンスの内容読み出しが内容 ... 管理する Django のデフォルトのトランザクションの動作 HTTP リクエストにトランザクションを結びつける 明示的にト ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 4839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... KEY may be str or bytes. return Signer ( b "django.http.cookies" + key , salt = salt ) class JSONSerialize ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
Single object mixins — Django 4.0.6 ドキュメント 4839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o.views.generic.detail. SingleObjectMixin ¶ 現在の HTTP レスポンスに紐付いたオブジェクトをルックアップする ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 4839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an exception instead, the response will become an HTTP 500 ("Internal Server Error") and the FlatpageFall ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 4839
" + 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 () . fo ... rkflow as well as 'normal' form POSTs: from django.http import JsonResponse from django.views.generic.edit ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 4839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ath '/media/cars/chevy.jpg' >>> car . photo . url 'http://media.example.com/cars/chevy.jpg' This object -- ...
https://man.plustar.jp/django/topics/files.html - [similar]