検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 133 for version (0.095 sec.)
django.utils.log — Django 4.0.6 ドキュメント 5449
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mend it there if edited here. DEFAULT_LOGGING = { "version" : 1 , "disable_existing_loggers" : False , "filte ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 5449
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... essages for backports using this pattern: [<Django version>] Fixed <ticket> -- <description> Backport of <rev ... at mistakes don't happen. Just because we have a reversion policy doesn't relax your responsibility to aim fo ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 5449
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y distributions. Reporting security issues ¶ Short version: please report security issues by emailing securit ... eam provides official security support for several versions of Django: The main development branch , hosted o ... ain development branch and not any stable released versions are fixed in public without going through the dis ... ccompanying notice will include a list of affected versions. This list is comprised solely of supported versi ...
https://man.plustar.jp/django/internals/security.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5449
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'Beatles Blog'}]> You can't share pickles between versions Pickles of QuerySets are only valid for the versi ... nerate them. If you generate a pickle using Django version N, there is no guarantee that pickle will be reada ... ble with Django version N+1. Pickles should not be used as part of a long- ... ed when you try to unpickle a queryset in a Django version that is different than the one in which it was pic ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 5449
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... このリリースから Django は loose form of semantic versioning を使用し始めますが、通常 2.0 リリースで期待され ... デートするときは、 How to upgrade Django to a newer version ガイドに従ってください。 Python バージョン間の互換 ... ct. The new RandomUUID database function returns a version 4 UUID. It requires use of PostgreSQL's pgcrypto e ... ¶ To support native Python 2 strings, older Django versions had to accept both bytestrings and Unicode string ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5449
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e . blog ) # Doesn't hit the database; uses cached version. select_related() QuerySet メソッドは、事前にすべて ... e . blog ) # Doesn't hit the database; uses cached version. >>> print ( e . blog ) # Doesn't hit the database ... ; uses cached version. リレーションシップ "反対向き” を理解する ¶ モデル ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 5377
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... # this to exist. Code taken from CPython. if sys . version_info >= ( 3 , 8 ): return asyncio . iscoroutinefun ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 5377
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ass EmailMultiAlternatives ( EmailMessage ): """ A version of EmailMessage that makes it easy to send multipa ... ive messages. For example, including text and HTML versions of the text is made easier. """ alternative_subty ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 5377
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ント] def urlencode ( query , doseq = False ): """ A version of Python's urllib.parse.urlencode() function that ... if i < 0 : raise ValueError ( "Negative base36 conversion input." ) if i < 36 : return char_set [ i ] b36 = ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
デプロイチェックリスト — Django 4.0.6 ドキュメント 5377
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rn 次のトピックへ How to upgrade Django to a newer version 関連キーワード 設定 , 環境 , 本番 , 送信 , エラー ...
https://man.plustar.jp/django/howto/deployment/checklist.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT