検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 166 for setting (0.086 sec.)
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ment variables. CSRF ¶ Added the CSRF_USE_SESSIONS setting to allow storing the CSRF token in the user's sess ... OR UPDATE SKIP LOCKED . Added the TEST['TEMPLATE'] setting to let PostgreSQL users specify a template for cre ... を除外することができるようになりました。 新たな diffsettings --default オプションによって、Django のデフォルト ... するようになりました。 Added the SECURE_HSTS_PRELOAD setting to allow appending the preload directive to the St ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5690
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... no immediate need to modify your TEMPLATE_LOADERS setting in existing projects, things will keep working if ... D geometry fields was added, and may be enabled by setting the dim keyword to 3 in your GeometryField . The E ... ses ¶ Prior to Django 1.2, Django used a number of settings to control access to a single database. Django 1. ... bases, and as a result the way you define database settings has changed. Any existing Django settings file wi ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 5633
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンを指します。プロジェクトの Python パッケージは主に settings モジュールで定義されますが、通常は他のファイルも含 ... ite プロジェクトディレクトリが作成され、その中には settings.py 、 urls.py 、 asgi.py 、 wsgi.py などのファイル ... the application. This behavior may be disabled by setting AppConfig.default to False . apps.py モジュールに複 ... ath to that specific class in their INSTALLED_APPS setting. The AppConfig.name attribute tells Django which a ...
https://man.plustar.jp/django/ref/applications.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5633
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... default is the project's DEFAULT_INDEX_TABLESPACE setting, if set, or the db_tablespace of the model, if any ... t_auto_field or globally in the DEFAULT_AUTO_FIELD setting. For more, see 自動インクリメントのプライマリーキー ... 後述) 使うにはいくつかのステップを取ります: In your settings file, you'll need to define MEDIA_ROOT as the ful ... untime. Example: import os from django.conf import settings from django.db import models def images_path (): ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5633
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n't exceeded. The LOGIN_URL and LOGIN_REDIRECT_URL settings now also accept view function names and named URL ... le (unless you redefine the logger in your LOGGING setting). When using RequestContext , it is now possible t ... STS required in production ¶ The new ALLOWED_HOSTS setting validates the request's Host header and protects a ... gainst host-poisoning attacks. This setting is now required whenever DEBUG is False , or else ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 4.0.2 release notes — Django 4.0.6 ドキュメント 5633
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ug %} no longer outputs information when the DEBUG setting is False , and it ensures all context variables ar ... e correctly escaped when the DEBUG setting is True . CVE-2022-23833: Denial-of-service possib ...
https://man.plustar.jp/django/releases/4.0.2.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5633
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... スのリストです。このリストの最初のエントリ(つまり、 settings.PASSWORD_HASHERS[0] )がパスワードの保存に使用され ... list Argon2PasswordHasher first. That is, in your settings file, you'd put: PASSWORD_HASHERS = [ 'django.con ... BCryptSHA256PasswordHasher first. That is, in your settings file, you'd put: PASSWORD_HASHERS = [ 'django.con ... list ScryptPasswordHasher first. That is, in your settings file: PASSWORD_HASHERS = [ 'django.contrib.auth.h ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
クリックジャッキング対策 — Django 4.0.6 ドキュメント 5576
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e for this header instead, set the X_FRAME_OPTIONS setting: X_FRAME_OPTIONS = 'SAMEORIGIN' このミドルウェアを ... he CSRF_COOKIE_SAMESITE or SESSION_COOKIE_SAMESITE settings. Setting X-Frame-Options をビューごとに設定する ¶ ... 方法 X-Frame-Options をすべてのレスポンスに設定する Setting X-Frame-Options をビューごとに設定する 制限事項 X- ...
https://man.plustar.jp/django/ref/clickjacking.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5576
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... orks を見てください。 The new CSRF_TRUSTED_ORIGINS setting provides a way to allow cross-origin unsafe reques ... ject containing a translations catalog, formatting settings, and a plural rule. get_language_info テンプレート ... nnect to the database using the password from your settings file (instead of requiring it to be manually ente ... have to adjust DatabaseCreation.get_test_db_clone_settings() . Default settings that were tuples are now lis ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nctions, as well as many math database functions . Setting the new ignore_conflicts parameter of QuerySet.bul ... json' . The new ORACLE_MANAGED_FILES test database setting allows using Oracle Managed Files (OMF) tablespace ... e data type used in the database. The FILE_CHARSET setting is deprecated. Starting with Django 3.1, files rea ... _queries=True and multi_db=True can be achieved by setting databases='__all__' . 目次 Django 2.2 リリースノー ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT