検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 41 for block (0.042 sec.)
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 7476
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... {% autoescape on %} {{ body }} {% endautoescape %} block ¶ 子テンプレートによってオーバーライドされる部分を ... u want to use {% now %} inside a template tag like blocktranslate for example: {% now "Y" as current_year % ... } {% blocktranslate %} Copyright {{ current_year }}{% endbloc ... "even" > Thomas Müller </ p > Notice how the first block ends with class="odd" and the new one starts with ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 7413
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , split on '%' and then starting with the # second block, decode the first 2 bytes if they represent a hex ... code to # decode. The rest of the block is the part after '%AB', not containing # any '%'. ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 7367
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with Django's syntax, you can now use the verbatim block tag to avoid parsing the tag's content. Retrieval ... sed previously. It did work for single transaction block, but after the first block was left the autocommit ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 7367
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... controls the number of iterations within the hash. block_size parallelism controls how many threads will ru ... memory requirement of scrypt is: work_factor * 2 * block_size * 64 so you may need to tweak maxmem when cha ... nging the work_factor or block_size values. パスワードの更新 ¶ ユーザーがログイン ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 7367
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... al markers are also supported by the translate and blocktranslate template tags. Lazy な翻訳 ¶ Lazy に -- 値 ... uire strings with variables (placeholders), use {% blocktranslate %} instead. 翻訳された文字列を表示させずに ... cle" as race %} < h1 > < a href = "/" title = " {% blocktranslate %} Back to ' {{ race }} ' homepage {% end ... eyword: {% translate "May" context "month name" %} blocktranslate template tag ¶ Contrarily to the translat ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 7305
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e an exception, run the function inside the except block # after raising it so exc_info is correctly popula ... with a CurrentThreadExecutor while AsyncToSync is blocking its sync parent, rather than just blocking. If ... e an exception, run the function inside the except block # after raising it so exc_info is correctly popula ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 7258
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... admin ¶ The admin/base.html template now has a new block header which contains the admin site header. The n ... aders . setdefault ( 'X-XSS-Protection' , '1; mode=block' ) Migrations autodetector changes ¶ The migration ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 7258
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bove, an example of a wrapper is a query execution blocker. It could look like this: def blocker ( * args ) ... allowed here.' ) And it would be used in a view to block queries from the template like so: from django.db ... ate_name = ... with connection . execute_wrapper ( blocker ): return render ( request , template_name , con ... parameters, a slightly more complex version of the blocker could include the connection name in the error m ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7258
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t case. You can then use a standard try ... except block or assertRaises() to test for exceptions. The only ... stCase class. For instance, you cannot test that a block of code is executing within a transaction, as is r ... occurred. This emulates a commit after the wrapped block of code. 例: from django.core import mail from dja ... ide the LOGIN_URL setting for the code in the with block and reset its value to the previous state afterwar ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 1.4 documentation 7196
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のように書かれています: {% extends "base.html" %} {% block title %}{{ year }} 年の記事 {% endblock %} {% bloc ... }} </ p > {{ article.article }} {% endfor %} {% endblock %} 変数は二重の波括弧で囲まれています。 {{ article ... 以下のように書けます: < html > < head > < title > {% block title %}{% endblock %} </ title > </ head > < body ... > < img src = "sitelogo.gif" alt = "Logo" /> {% block content %}{% endblock %} </ body > </ html > このテ ...
https://man.plustar.jp/django/contents.html - [similar]
PREV 1 2 3 4 5 NEXT