検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 187 for request (0.119 sec.)
フォームセット (Formset) — Django 4.0.6 ドキュメント 5593
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 出できるようにしてください。例えば、 ArticleFormSet(request.POST, initial=[...]) のようになるでしょう。 参考 モ ... gainst memory exhaustion attacks using forged POST requests: >>> from django.forms.formsets import formset_fa ... gainst memory exhaustion attacks using forged POST requests. See Limiting the maximum number of instantiated ... ormset = ArticleFormSet ( form_kwargs = { 'user' : request . user }) The form_kwargs may also depend on the s ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
Django 1.9.10 リリースノート — Django 4.0.6 ドキュメント 5560
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing to a bypass of CSRF protection. The parser for request.COOKIES is simplified to better match the behavior ... of browsers and to mitigate this attack. request.COOKIES may now contain cookies that are invalid a ... e , COOKIES , cookies , up , トピック , previous , request クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.9.10.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 5527
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ント] class FieldDoesNotExist ( Exception ): """The requested model field does not exist""" pass [ドキュメント ... ント] class ObjectDoesNotExist ( Exception ): """The requested object does not exist""" silent_variable_failure ... ipartForm ( SuspiciousOperation ): """Suspect MIME request in multipart form data""" pass class SuspiciousFil ... ation ): """ The number of fields in a GET or POST request exceeded settings.DATA_UPLOAD_MAX_NUMBER_FIELDS. " ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
Django 1.4 documentation 5527
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... クエストすると、 Django は news.views.article_detail(request, '2005', '05', '39323') のような関数呼び出しを行い ... ive のビューを例に示しましょう: def year_archive ( request , year ): a_list = Article . objects . filter ( pu ... ルバック関数を呼び出します。コールバック関数には HttpRequest オブジェクトを第一引数として渡します。 さらに、正規 ... 、その内容も追加のキーワード引数として渡します。 HttpRequest` オブジェクトの詳細は リクエストオブジェクトとレス ...
https://man.plustar.jp/django/contents.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5527
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tils.translation import gettext as _ def my_view ( request ): output = _ ( "Welcome to my site." ) return Htt ... ngo.utils.translation import gettext def my_view ( request ): output = gettext ( "Welcome to my site." ) retu ... の例は、上の2つの例とまったく同一です: def my_view ( request ): words = [ 'Welcome' , 'to' , 'my' , 'site.' ] o ... の例もまた、上の例とまったく同一です: def my_view ( request ): sentence = 'Welcome to my site.' output = _ ( s ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
django.utils.translation — Django 4.0.6 ドキュメント 5495
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ctivate_all" , "get_language" , "get_language_from_request" , "get_language_info" , "get_language_bidi" , "ch ... ll have no effect to which function is served upon request. If your tests rely on changing USE_I18N, you can ... "_" + country [ドキュメント] def get_language_from_request ( request , check_path = False ): return _trans . ... get_language_from_request ( request , check_path ) def get_language_from_pat ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 5495
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .com\@attacker.com would be considered safe if the request's host is http://mysite.example.com , but redirect ... t also creates a timing difference between a login request for a user with a password encoded in an older num ... ber of iterations and login request for a nonexistent user (which runs the default has ... 2 in Django 1.4), the timing difference on a login request for these users may be even greater and this fix d ...
https://man.plustar.jp/django/releases/1.8.10.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 5451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uld take into account when building its cache key. Requests with the same path but different header content f ... ng headers in Vary aren't removed. get_cache_key ( request , key_prefix = None , method = 'GET' , cache = Non ... e ) ¶ Returns a cache key based on the request path. It can be used in the request phase because ... so this function returns None . learn_cache_key ( request , response , cache_timeout = None , key_prefix = N ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ware provides several security enhancements to the request/response cycle. The new check --deploy option allo ... t_site() will now lookup the current site based on request.get_host() if the SITE_ID setting is not defined. ... ware. A debug message will be logged to the django.request logger when a middleware raises a MiddlewareNotUse ... h contains the WSGI environment structure from the request, was added to the request_started signal. You can ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
データベース — Django 4.0.6 ドキュメント 5418
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -establishing a connection to the database in each request. They're controlled by the CONN_MAX_AGE parameter ... closing the database connection at the end of each request. To enable persistent connections, set CONN_MAX_AG ... s this connection open and reuses it in subsequent requests. Django closes the connection once it exceeds the ... us connection was closed. At the beginning of each request, Django closes the connection if it has reached it ...
https://man.plustar.jp/django/ref/databases.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT