検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 438 for For (0.138 sec.)
Django 3.1.13 release notes — Django 4.0.6 ドキュメント 3557
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntended column reference validation in path marked for deprecation resulting in a potential SQL injection ... he strict column reference validation was restored for the duration of the deprecation period. This regre ...
https://man.plustar.jp/django/releases/3.1.13.html - [similar]
フォームアセット (Media クラス) — Django 4.0.6 ドキュメント 3557
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ラス) ¶ Rendering an attractive and easy-to-use web form requires more than just HTML - it also requires C ... combination of CSS and JavaScript that is required for any given page will depend upon the widgets that a ... files -- like stylesheets and scripts -- with the forms and widgets that require those assets. For examp ... he calendar. When the Calendar widget is used on a form, Django is able to identify the CSS and JavaScrip ...
https://man.plustar.jp/django/topics/forms/media.html - [similar]
索引 — Django 4.0.6 ドキュメント 3541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... --fake-initial migrate コマンドラインオプション --force-color コマンドラインオプション --format dumpdata ... ield ogrinspect コマンドラインオプション --natural-foreign dumpdata コマンドラインオプション --natural-pr ... (BaseDatabaseSchemaEditor のメソッド) add_error() (Form のメソッド) add_field() (BaseDatabaseSchemaEditor ... のメソッド) add_form_template (ModelAdmin の属性) add_index() (BaseDat ...
https://man.plustar.jp/django/genindex.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 3541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( BaseCommand ): help = 'Closes the specified poll for voting' def add_arguments ( self , parser ): parse ... = int ) def handle ( self , * args , ** options ): for poll_id in options [ 'poll_ids' ]: try : poll = Po ... ecks registered in the chosen tags will be checked for errors prior to executing the command. The value ' ... sed to specify that all system checks should be performed. Default value is '__all__' . Changed in Django ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 3541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... とエラーが表示されます。 This tutorial is written for Django 4.0, which supports Python 3.8 and later. I ... rsion doesn't match, you can refer to the tutorial for your version of Django by using the version switch ... le to view your code over the web. That's not good for security. コードはドキュメントルートの外、例えば / ... コマンドライン上で下記の出力が確認できるでしょう: Performing system checks... System check identified no is ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
API Reference — Django 4.0.6 ドキュメント 3541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango.urls utility functions django.urls functions for use in URLconfs django.conf.urls functions for use ...
https://man.plustar.jp/django/ref/index.html - [similar]
Django 1.11.22 リリースノート — Django 4.0.6 ドキュメント 3541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... TTP as using HTTPS. This entails incorrect results for is_secure() , and build_absolute_uri() , and that ... and the appropriate header is set on the request, for both HTTP and HTTPS requests. If you deploy Django ... behind a reverse-proxy that forwards HTTP requests, and that connects to Django vi ...
https://man.plustar.jp/django/releases/1.11.22.html - [similar]
Django 2.1.10 リリースノート — Django 4.0.6 ドキュメント 3541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... TTP as using HTTPS. This entails incorrect results for is_secure() , and build_absolute_uri() , and that ... and the appropriate header is set on the request, for both HTTP and HTTPS requests. If you deploy Django ... behind a reverse-proxy that forwards HTTP requests, and that connects to Django vi ...
https://man.plustar.jp/django/releases/2.1.10.html - [similar]
Django 3.1.2 release notes — Django 4.0.6 ドキュメント 3541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erySet.ordered attribute returned incorrectly True for GROUP BY queries (e.g. .annotate().values() ) on m ... e admin changelist filter sidebar would not scroll for a long list of available filters ( #31986 ). 目次 ...
https://man.plustar.jp/django/releases/3.1.2.html - [similar]
デプロイチェックリスト — Django 4.0.6 ドキュメント 3524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... クリスト ¶ The internet is a hostile environment. Before deploying your Django project, you should take so ... me time to review your settings, with security, performance, and operations in mind. Django には多くの セ ... espond with a static error page or ignore requests for incorrect hosts instead of forwarding the request ... if you have error reporting configured that way). For example, on nginx you might set up a default serve ...
https://man.plustar.jp/django/howto/deployment/checklist.html - [similar]