検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 235 for only (0.093 sec.)
asgiref.sync — Django 4.0.6 ドキュメント 5062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er context. This context manager is re-entrant, so only the outer-most call to ThreadSensitiveContext will ... : """ Utility class which turns an awaitable that only works on the thread with the event loop into a syn ... ial ( func ): raise TypeError ( "sync_to_async can only be applied to sync functions." ) self . func = fun ... e : return func ( * args , ** kwargs ) finally : # Only delete the launch_map parent if we set it, otherwi ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 5062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent. This checks if compression actually helps and only applies compression if the result is a shorter str ... to namespace the hash, so that a signed string is only valid for a given namespace. Leaving this at the d ... er separator: %r (cannot be empty or consist of " "only A-z0-9-_=)" % sep , ) self . salt = salt or " %s . ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の第2引数を省略してください: def lower ( value ): # Only one argument. """Converts a string into all lowerc ... ional_escape() function is like escape() except it only escapes input that is not a SafeData instance. If ... ata for the result. The important point here is we only need to return a dictionary, not anything more com ... the context object, as in this example. That's the only difference between this case and the previous incl ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 5062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the instructions, then your testing database user only needs to have the ability to create databases. In ... command: $ ./runtests.py --settings=postgis To run only the GeoDjango test suite, specify gis_tests : $ ./ ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... typos in the documentation or small bugs that will only take a few minutes to fix, you don't need to jump ... is an essential part of a patch, but it is not the only part. A good patch should also include a regressio ... eleases/A.B.C.txt ? Bug fixes that will be applied only to the main branch don't need a release note. New ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... This bug doesn't affect Django currently, since we only put this URL into the Location response header and ... not hardened for production use and should be used only as a development aid. Now may be a good time to au ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... This bug doesn't affect Django currently, since we only put this URL into the Location response header and ... not hardened for production use and should be used only as a development aid. Now may be a good time to au ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
Django のローカライズ — Django 4.0.6 ドキュメント 4908
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を読んでください。 Translations from Transifex are only integrated into the Django repository at the time ... tions repository and to the documentation website. Only translations for the latest stable Django release ...
https://man.plustar.jp/django/internals/contributing/localizing.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 4908
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nfig subclasses. Others are set by Django and read-only. 設定可能な属性 ¶ AppConfig. name ¶ Full Python pa ... automatically. This is useful when apps.py defines only one AppConfig subclass but you don't want Django t ... d signals such as pre_migrate and post_migrate are only emitted for applications that have a models module ... usual initialization process, the ready method is only called once by Django. But in some corner cases, p ...
https://man.plustar.jp/django/ref/applications.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 4908
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 対して有効にしてください。 Even if you know there is only one message, you should still iterate over the mes ... get are instances of the Message class. They have only a few attributes: message : メッセージの実際のテキ ... , 'Test message...' ) # In another request, record only messages with a level of WARNING and higher messag ... _silently = True ) 注釈 Setting fail_silently=True only hides the MessageFailure that would otherwise occu ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT