検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 170 for key (0.067 sec.)
Django 2.1.11 リリースノート — Django 4.0.6 ドキュメント 6339
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e() . CVE-2019-14234: SQL injection possibility in key and index lookups for JSONField / HStoreField ¶ Ke ... s for django.contrib.postgres.fields.JSONField and key lookups for HStoreField were subject to SQL inject ... ags() CVE-2019-14234: SQL injection possibility in key and index lookups for JSONField / HStoreField CVE- ...
https://man.plustar.jp/django/releases/2.1.11.html - [similar]
Django 2.2.7 リリースノート — Django 4.0.6 ドキュメント 6294
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a crash when using a contains , contained_by , has_key , has_keys , or has_any_keys lookup on django.cont ... the right or left hand side of an expression is a key transform ( #30826 ). Prevented migrate --plan fro ... when , plan , fields , crash , Fixed , Bugfixes , key , next , up , previous クイック検索 Last update: 2 ...
https://man.plustar.jp/django/releases/2.2.7.html - [similar]
Django 3.0.2 リリースノート — Django 4.0.6 ドキュメント 6294
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion crash on PostgreSQL 10+ when adding a foreign key and changing data in the same migration ( #31106 ) ... shed for models defining a default for the primary key ( #31071 ). 目次 Django 3.0.2 リリースノート Bugfi ... ート 関連キーワード regression , Fixed , migration , key , トピック , previous , up , next , Subquery , cra ...
https://man.plustar.jp/django/releases/3.0.2.html - [similar]
Django 3.0.8 release notes — Django 4.0.6 ドキュメント 6294
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in 3.0.7. Bugfixes ¶ Fixed messages of InvalidCacheKey exceptions and CacheKeyWarning warnings raised by ... cache key validation ( #31654 ). Fixed a regression in Djang ... igration crash on PostgreSQL when adding a foreign key to a model with a namespaced db_table ( #31735 ). ... , Bugfixes , トピック , when , crash , queryset , key クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/3.0.8.html - [similar]
索引 — Django 4.0.6 ドキュメント 6237
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) (django.views.decorators.cache モジュール) cache_key_prefix (backends.cached_db.SessionStore の属性) CA ... CHE_MIDDLEWARE_ALIAS setting CACHE_MIDDLEWARE_KEY_PREFIX setting CACHE_MIDDLEWARE_SECONDS setting ca ... クラス) CACHES setting CACHES-BACKEND setting CACHES-KEY_FUNCTION setting CACHES-KEY_PREFIX setting CACHES- ... クラス) cut template filter cycle template tag cycle_key() (backends.base.SessionBase のメソッド) D D (djan ...
https://man.plustar.jp/django/genindex.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 6237
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quest.session was accessed and there was a session key provided in the request cookies that didn't alread ... by sending repeated requests with unknown session keys, potentially filling up the session store or caus ... ique constraint when changing a field from primary_key=True to unique=True ( #24893 ). Fixed queryset pic ... ther than PostgreSQL for models using UUID primary keys ( #24912 ). Fixed removing unique_together constr ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Django 2.0.4 リリースノート — Django 4.0.6 ドキュメント 6192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h when using a user model with a UUIDField primary key and the reset URL contains an encoded primary key ... リリースノート 関連キーワード Fixed , regression , key , Bugfixes , zh , admin , primary , when , crash , ...
https://man.plustar.jp/django/releases/2.0.4.html - [similar]
Django 2.2.4 リリースノート — Django 4.0.6 ドキュメント 6192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e() . CVE-2019-14234: SQL injection possibility in key and index lookups for JSONField / HStoreField ¶ Ke ... s for django.contrib.postgres.fields.JSONField and key lookups for HStoreField were subject to SQL inject ... ags() CVE-2019-14234: SQL injection possibility in key and index lookups for JSONField / HStoreField CVE- ...
https://man.plustar.jp/django/releases/2.2.4.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ectdb now introspects OneToOneField when a foreign key has a unique or primary key constraint. The new -- ... auses to require only the selected models' primary keys. By default, it's supported only for managed mode ... ls on PostgreSQL. To enable the GROUP BY primary key-only optimization for unmanaged models, you have t ... el.save() when providing a default for the primary key ¶ Model.save() no longer attempts to find a row wh ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
デプロイチェックリスト — Django 4.0.6 ドキュメント 6091
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のチェックを実施してください。 最重要な設定 ¶ SECRET_KEY ¶ シークレットキーは、長いランダム文字列で、秘匿さ ... から読み込む方法を検討してください: import os SECRET_KEY = os . environ [ 'SECRET_KEY' ] もしくはファイルか ... ら読み込みます: with open ( '/etc/secret_key.txt' ) as f : SECRET_KEY = f . read () . strip () ... タベースパスワードは非常に機密的なものです。 SECRET_KEY と同様の方法で保護してください。 セキュリティを最大 ...
https://man.plustar.jp/django/howto/deployment/checklist.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT