検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 170 for key (0.147 sec.)
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 4794
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on hash appropriately. It also rotates the session key so that a stolen session cookie will be invalidate ... 釈 Since get_session_auth_hash() is based on SECRET_KEY , updating your site to use a new secret will inva ... on_form attribute. This form must accept a request keyword argument in its __init__() method and provide ... om "change password" form which must accept a user keyword argument. The form is responsible for actually ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 4794
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o use more memory compared to other password-based key derivation functions in order to limit the amount ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 4794
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ToManyField ( Author ) publisher = models . ForeignKey ( Publisher , on_delete = models . CASCADE ) pubda ... involve traversing the Book<->Publisher # foreign key relationship backwards. # Each publisher, each wit ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 4794
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e gains, typically for heavyweight applications. A key aim of the PyPy project is compatibility with exis ...
https://man.plustar.jp/django/topics/performance.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 4794
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odule to throttle these requests. Keep your SECRET_KEY a secret. It is a good idea to limit the accessibi ...
https://man.plustar.jp/django/topics/security.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 4737
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he following parameters: verbose_name name primary_key max_length unique blank null db_index rel : 関連フ ... ィールドに使用される ( ForeignKey など)。上級者向けです。 default editable serialize ... tional arguments; where possible, return values as keyword arguments for maximum future compatibility. If ... b_type() method is called by fields such as ForeignKey and OneToOneField that point to another field to d ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 4737
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t your filter function wants to be passed an extra keyword argument, called autoescape , that is True if ... ult ) The needs_autoescape flag and the autoescape keyword argument mean that our function will know whet ... g functions may accept any number of positional or keyword arguments. For example: @register . simple_tag ... g functions may accept any number of positional or keyword arguments. For example: @register . inclusion_ ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 4737
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... meField ( auto_now = True ) blog = models . ForeignKey ( Blog , on_delete = models . CASCADE ) >>> from d ... ( ** fields ) ¶ New in Django 3.2. Takes a list of key-value pairs and returns a JSON object containing t ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 4737
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ached backends now pass the contents of OPTIONS as keyword arguments to the client constructors, allowing ... を追加しました。 Request と Response ¶ QueryDict.fromkeys() を追加しました。 CommonMiddleware が 非ストリー ... serializer can now be customized by passing a cls keyword argument to the serializers.serialize() functi ... .get_test_runner_kwargs() to allow customizing the keyword arguments passed to the test runner. Added the ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 4737
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 0 - CVE-2020-13596 ¶ Possible XSS via admin ForeignKeyRawIdWidget . Full description 影響を受けるバージョ ... 4 ¶ Potential data leakage via malformed memcached keys. Full description 影響を受けるバージョン ¶ Django ... 19 - CVE-2019-14234 ¶ SQL injection possibility in key and index lookups for JSONField / HStoreField . Fu ...
https://man.plustar.jp/django/releases/security.html - [similar]
PREV 8 9 10 11 12 13 14 15 16 17 NEXT