検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 438 for For (0.126 sec.)
How to use Django with Daphne — Django 4.0.6 ドキュメント 3757
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with Daphne ¶ Daphne is a pure-Python ASGI server for UNIX, maintained by members of the Django project. ... It acts as the reference server for ASGI. Installing Daphne ¶ You can install Daphne w ... the application is called (separated by a colon). For a typical Django project, invoking Daphne would lo ...
https://man.plustar.jp/django/howto/deployment/asgi/daphne.html - [similar]
How to use Django with Hypercorn — Django 4.0.6 ドキュメント 3757
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the application is called (separated by a colon). For a typical Django project, invoking Hypercorn would ... nd from the same directory as your manage.py file. For more advanced usage, please read the Hypercorn doc ... corn 関連キーワード Hypercorn , How , use , ASGI , For , トピック , command , project , Installing , next ...
https://man.plustar.jp/django/howto/deployment/asgi/hypercorn.html - [similar]
How to use Django with Uvicorn — Django 4.0.6 ドキュメント 3757
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the application is called (separated by a colon). For a typical Django project, invoking Uvicorn would l ... nd from the same directory as your manage.py file. For more advanced usage, please read the Uvicorn docum ... rn , How , use , ASGI , command , next , Running , For , Installing , called クイック検索 Last update: 20 ...
https://man.plustar.jp/django/howto/deployment/asgi/uvicorn.html - [similar]
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 3757
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a different host. An attacker could exploit this, for example, by redirecting users to a phishing site d ... esigned to ask for user's passwords. To remedy this, URL reversing no ... t to the scheme. File upload denial-of-service ¶ Before this release, Django's file upload handing in its ... with the ability to upload files can cause poor performance in the upload handler, eventually causing it ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
Django 1.5.9 release notes — Django 4.0.6 ドキュメント 3757
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a different host. An attacker could exploit this, for example, by redirecting users to a phishing site d ... esigned to ask for user's passwords. To remedy this, URL reversing no ... t to the scheme. File upload denial-of-service ¶ Before this release, Django's file upload handing in its ... with the ability to upload files can cause poor performance in the upload handler, eventually causing it ...
https://man.plustar.jp/django/releases/1.5.9.html - [similar]
Django 3.1.4 release notes — Django 4.0.6 ドキュメント 3757
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... equest methods ( #32159 ). Fixed crash of key transforms for JSONField on PostgreSQL when using on a Subq ... in Django 3.1 that caused a crash of auto-reloader for certain invocations of runserver on Windows with P ... QuerySet.values()/values_list() contained key transforms for JSONField returning non-string primitive val ...
https://man.plustar.jp/django/releases/3.1.4.html - [similar]
ページネーション — Django 4.0.6 ドキュメント 3757
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ike to have on each page, and it gives you methods for accessing the items for each page: >>> from django ... adding a paginate_by attribute to your view class, for example: from django.views.generic import ListView ... and previous page, in your template like this: {% for contact in page_obj %} {# Each "contact" is a Cont ... } {{ contact.full_name | upper }} < br > ... {% endfor %} < div class = "pagination" > < span class = "st ...
https://man.plustar.jp/django/topics/pagination.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 3757
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... whenever the data is not sufficiently sanitized before including in a page. Django のテンプレートを用いる ... 限 が存在します。 CSRF protection works by checking for a secret in each POST request. This ensures that a ... malicious user cannot "replay" a form POST to your website and have another logged in u ... ser unwittingly submit that form. The malicious user would have to know the secret ...
https://man.plustar.jp/django/topics/security.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 3740
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d something suspicious""" class SuspiciousMultipartForm ( SuspiciousOperation ): """Suspect MIME request ... in multipart form data""" pass class SuspiciousFileOperation ( Susp ... Aborted ( Exception ): """The request was closed before it was completed, or timed out.""" pass [ドキュメ ... ass BadRequest ( Exception ): """The request is malformed and cannot be processed.""" pass [ドキュメント] ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
Django 1.9.6 リリースノート — Django 4.0.6 ドキュメント 3740
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... つかのバグを修正しました。 Bugfixes ¶ Added support for relative path redirects to the test client and to ... makemigrations from generating infinite migrations for a model field that references a functools.partial ... pop() returned None rather than raising a KeyError for nonexistent values ( #26520 ). Fixed a regression ...
https://man.plustar.jp/django/releases/1.9.6.html - [similar]