検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 38 for sensitive (0.026 sec.)
How to manage error reporting — Django 4.0.6 ドキュメント 14120
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... priately. Filtering error reports ¶ 警告 Filtering sensitive data is a hard problem, and it's nearly impossible ... to guarantee that sensitive data won't leak into an error report. Therefore, e ... er the internet (such as through email). Filtering sensitive information ¶ Error reports are really helpful for ... sometimes certain types of information may be too sensitive and thus may not be appropriate to be kept track o ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 13506
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... asyncio . iscoroutinefunction ( func ) class ThreadSensitiveContext : """Async context manager to manage contex ... t for thread sensitive mode This context manager controls which thread po ... ol executor is used when in thread sensitive mode. By default, a single thread pool executor is ... shared within a process. In Python 3.7+, the ThreadSensitiveContext() context manager may be used to specify a ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 10220
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... wait sync_to_async ( Blog . objects . get , thread_sensitive = True )( pk = 123 ) 次のコードのように、ORMのコー ... pk ) get_blog = sync_to_async ( _get_blog , thread_sensitive = True ) 非同期ビューから、同期的なDjangoの機能を誤 ... ring threadlocals work, it also enables the thread_sensitive mode of sync_to_async() when that wrapper is used ... o_async() ¶ sync_to_async ( sync_function , thread_sensitive = True ) [ソース] ¶ Takes a sync function and retu ...
https://man.plustar.jp/django/topics/async.html - [similar]
Django 1.4.8 release notes — Django 4.0.6 ドキュメント 9654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ted password of greater length. Corrected usage of sensitive_post_parameters() in django.contrib.auth 's admin ... iew and user_change_password user admin views with sensitive_post_parameters() did not include method_decorator ... ng properly applied. This usage has been fixed and sensitive_post_parameters() will now throw an exception if i ... of-service via password hashers Corrected usage of sensitive_post_parameters() in django.contrib.auth 's admin ...
https://man.plustar.jp/django/releases/1.4.8.html - [similar]
Django 1.5.4 release notes — Django 4.0.6 ドキュメント 9560
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ted password of greater length. Corrected usage of sensitive_post_parameters() in django.contrib.auth 's admin ... iew and user_change_password user admin views with sensitive_post_parameters() did not include method_decorator ... ng properly applied. This usage has been fixed and sensitive_post_parameters() will now throw an exception if i ... of-service via password hashers Corrected usage of sensitive_post_parameters() in django.contrib.auth 's admin ...
https://man.plustar.jp/django/releases/1.5.4.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 7877
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... orted to our public Trac instance , but due to the sensitive nature of security issues, we ask that they not be ... ial-of-service attacks Broken authentication Low : Sensitive data exposure Broken session management Unvalidate ... reported issue is believed to be particularly time-sensitive -- due to a known exploit in the wild, for example ...
https://man.plustar.jp/django/internals/security.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7736
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... goは使用するデータベースバックエンドが通常このCase-sensitiveをどのように扱うかに従って結果を並び替えます。 Lower ... ting determines whether exact comparisons are case-sensitive. This is a database setting, not a Django setting. ... ossible to configure your MySQL tables to use case-sensitive comparisons, but some trade-offs are involved. For ... on in the databases documentation. iexact ¶ Case-insensitive exact match. If the value provided for comparison ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
ロギング — Django 4.0.6 ドキュメント 7736
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lications ¶ The logging system handles potentially sensitive information. For example, the log record may conta ... ve access to it. To help control the collection of sensitive information, you can explicitly designate certain ... ot considered a good idea to send such potentially sensitive information over email. Consider instead using one ...
https://man.plustar.jp/django/topics/logging.html - [similar]
Django 1.1.3 リリースノート — Django 4.0.6 ドキュメント 7484
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ups supported by the Django database API -- expose sensitive information such as users' password hashes. To rem ...
https://man.plustar.jp/django/releases/1.1.3.html - [similar]
Django 1.11.10 リリースノート — Django 4.0.6 ドキュメント 7484
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e . If confirm_login_allowed() is overridden, more sensitive details could be leaked. This issue is fixed with ...
https://man.plustar.jp/django/releases/1.11.10.html - [similar]
PREV 1 2 3 4 NEXT