検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 98 for read (0.076 sec.)
コードのコミット — Django 4.0.6 ドキュメント 6024
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ); } }); }); })(jQuery);(function($) { $(document).ready(function() { $(".c-tab-unix").on("click", functio ... ts have the expected level of quality. Once you're ready:   $ # Pull in the latest changes from main. $ ... it. Everyone doesn't always have a lot of time to read mailing list discussions immediately, so you may h ... e: "[1.4.x] Fixed #xxxxx -- Added support for mind reading." Limit commits to the most granular change tha ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 6024
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tes' to your INSTALLED_APPS setting, if it's not already in there. Also make sure you've correctly set SIT ... ponse rather than the 404. For more on middleware, read the middleware docs . Ensure that your 404 templat ... page.content }} </ body > </ html > Since you're already entering raw HTML into the admin page for a flatp ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 6024
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The underlying math will be not described (you can read about this, for example, at wikipedia ): >>> TestM ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 6024
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... core.exceptions で定義されています。 AppRegistryNotReady ¶ exception AppRegistryNotReady [ソース] ¶ This e ... borted exception is raised when an HTTP body being read in by the handler is cut off midstream and the cli ... n code is called from an asynchronous context (a thread with a running asynchronous event loop). These par ... ts of Django are generally heavily reliant on thread-safety to function and don't work correctly under ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6024
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , with each 2-tuple containing a value and a human-readable name for an option. Grouped options may be com ... e to the end of this tuple to be used as the human-readable name, or label . The label can be a lazy trans ... l property is added on values, to return the human-readable name. A number of custom properties are added ... n the members. If you don't need to have the human-readable names translated, you can have them inferred f ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 6024
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... des about sixty built-in template filters. You can read all about them in the built-in filter reference . ... 4 . filesizeformat Formats the value like a "human-readable" file size (i.e. '13 KB' , '4.1 MB' , '102 byt ... th about two dozen built-in template tags. You can read all about them in the built-in tag reference . To ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 6024
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the newforms library will continue to evolve, it's ready for use for most common cases. We recommend that ... new. For more information about django.newforms , read the newforms documentation . URLconf improvements ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 6024
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... guments to the client constructors, allowing for more advanced control of client behavior. See the cache a ... d to switch from MySQL's default level, repeatable read, to read committed. Added support for cx_Oracle 5. ... ¶ io.TextIOWrapper でラップできるように、 File に readable() 、 writable() 、 seekable() メソッドが追加さ ... り専用のフィールドが <p>...</p> ではなく <div class="readonly">...</div> でラップされるようになり、どんな種類 ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 6024
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... understands things like file systems, opening and reading files, etc. Django's default file storage is gi ... ( path ) 11 >>> default_storage . open ( path ) . read () b'new content' >>> default_storage . delete ( p ...
https://man.plustar.jp/django/topics/files.html - [similar]
デプロイチェックリスト — Django 4.0.6 ドキュメント 5828
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( '/etc/secret_key.txt' ) as f : SECRET_KEY = f . read () . strip () DEBUG ¶ デバッグは、本番環境では決し ...
https://man.plustar.jp/django/howto/deployment/checklist.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT