検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 32 for thread (0.062 sec.)
django.urls utility functions — Django 4.0.6 ドキュメント 7491
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sing. By default, the root URLconf for the current thread is used. 注釈 The string returned by reverse() is ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7491
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dict-like object provides a different instance per thread. It supersedes django.core.cache.get_cache() which ... cache backends directly, be aware that they aren't thread-safe any more, as django.core.cache.caches now yie ... lds different instances per thread. Defining the TIMEOUT argument of the CACHES setti ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 7458
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... {name} {levelname} {asctime} {module} {process:d} {thread:d} {message} ' , 'style' : '{' , }, 'simple' : { ' ...
https://man.plustar.jp/django/howto/logging.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 7458
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nsure that the Node implementation for each tag is thread-safe. For more information, see template tag threa ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 7458
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... function outside of a view (and hence the current thread's locale setting will not be correct). For cases l ... vates it as the translation object for the current thread and reactivates the previous active language on ex ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 7410
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ird argument of DatabaseWrapper.__init__() , allow_thread_sharing , is removed. Admin actions are no longer ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 7362
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... initialize ] may have been in progress in another thread when fork () was called . To avoid this set a OBJC ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7362
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y database operations to be in a synchronous child thread. PostgreSQL における排他制約 (Exclusion constraint ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
ロギング — Django 4.0.6 ドキュメント 7362
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t' : ' {levelname} {asctime} {module} {process:d} {thread:d} {message} ' , 'style' : '{' , }, 'simple' : { ' ...
https://man.plustar.jp/django/topics/logging.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7362
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the same database connection will be shared by two threads in parallel: the thread in which the live server ... is run and the thread in which the test case is run. It's important to p ... base queries via this shared connection by the two threads, as that may sometimes randomly cause the tests t ... o fail. So you need to ensure that the two threads don't access the database at the same time. In pa ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
PREV 1 2 3 4 NEXT