検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 170 for key (0.056 sec.)
How is Django Formed? — Django 4.0.6 ドキュメント 6790
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ll need a few things before getting started: A GPG key. If the key you want to use is not your default si ... gning key, you'll need to add -u you@example.com to every GP ... ample.com is the email address associated with the key you want to use. An install of some required Pytho ... e-notification recipients. Sign the email with the key you'll use for the release and include CVE IDs (re ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Django 2.2.13 release notes — Django 4.0.6 ドキュメント 6745
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 54: Potential data leakage via malformed memcached keys ¶ In cases where a memcached backend does not per ... form key validation, passing malformed cache keys could res ... ult in a key collision, and potential data leakage. In order to ... avoid this vulnerability, key validation is added to the memcached cache backend ...
https://man.plustar.jp/django/releases/2.2.13.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... とえば、 ManyToManyField フィールド、もしくは ForeignKey フィールドの逆参照など)。 このケースを考えます: cl ... ass Event ( Model ): parent = models . ForeignKey ( 'self' , on_delete = models . CASCADE , related_ ... those dictionaries represents an object, with the keys corresponding to the attribute names of model obj ... ields, each dictionary will contain only the field keys/values for the fields you specify. If you don't s ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 6542
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it references the name of a OneToOneField primary key ( #28047 ). Fixed empty POST data table appearing ... ng to True ( #28058 ). Prevented SessionBase.cycle_key() from losing session data if _session_cache isn't ... s for __in subquery lookups when models use ForeignKey.to_field ( #28101 ). Fixed crash when overriding t ... xed a regression causing __in lookups on a foreign key to fail when using the foreign key's parent model ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 3.0.7 リリースノート — Django 4.0.6 ドキュメント 6486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 54: Potential data leakage via malformed memcached keys ¶ In cases where a memcached backend does not per ... form key validation, passing malformed cache keys could res ... ult in a key collision, and potential data leakage. In order to ... avoid this vulnerability, key validation is added to the memcached cache backend ...
https://man.plustar.jp/django/releases/3.0.7.html - [similar]
Django 1.11.26 リリースノート — Django 4.0.6 ドキュメント 6395
" + 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 ). 目次 Django 1.11.26 リリース ... ト 関連キーワード トピック , previous , up , next , key , Bugfixes , ドキュメント , hand , fields , JSONFi ...
https://man.plustar.jp/django/releases/1.11.26.html - [similar]
Django 1.11.3 リリースノート — Django 4.0.6 ドキュメント 6395
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... when a model has an inherited non-editable primary key ( #27967 ). Fixed QuerySet.union() , intersection( ... the |stringformat:'s' filter. Prevented a primary key alteration from adding a foreign key constraint if ... xed , when , template , crash , from , Prevented , key , string , invalid , only クイック検索 Last update ...
https://man.plustar.jp/django/releases/1.11.3.html - [similar]
Django 2.1.14 リリースノート — Django 4.0.6 ドキュメント 6395
" + 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 ). 目次 Django 2.1.14 リリースノ ... ト 関連キーワード トピック , previous , up , next , key , Bugfixes , ドキュメント , hand , fields , JSONFi ...
https://man.plustar.jp/django/releases/2.1.14.html - [similar]
モデル — Django 4.0.6 ドキュメント 6395
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... TABLE myapp_person ( "id" serial NOT NULL PRIMARY KEY , "first_name" varchar ( 30 ) NOT NULL , "last_nam ... Album ( models . Model ): artist = models . ForeignKey ( Musician , on_delete = models . CASCADE ) name = ... ない場合でもドキュメントとして役に立ちます。 primary_key True の場合、設定したフィールドはそのモデルの主キー ... 定義したモデル内でどのフィールドに対しても primary_key=True が設定されなかった場合、Django は自動的に主キ ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
Django 1.11.23 リリースノート — 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/1.11.23.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT