検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 41 for block (0.057 sec.)
How to implement a custom template backend — Django 4.0.6 ドキュメント 7196
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : '/path/to/template.html' , 'message' : "Invalid block tag: 'syntax'" , 'source_lines' : [ ( 1 , 'some \n ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 7196
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... には、次のようなコードのセクションになるはずです: {% block branding %} < h1 id = "site-name" >< a href = " {% ... x' %} " > Polls Administration </ a ></ h1 > {% endblock %} このようなアプローチを今使ったのは、テンプレート ... と簡単に設定できます。 このテンプレートファイルは {% block branding %} や {{ title }} のようなテキストを多く含 ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 7196
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... てください: {% extends "admin/base_site.html" %} {% block content %} ... {% endblock %} 注釈 Notice that the ... at we only need to override the object-tools-items block. Therefore here is our new change_form.html : {% e ... change_form.html" %} {% load i18n admin_urls %} {% block object-tools-items %} < li > < a href = " {% url o ... "View on site" %} </ a > </ li > {% endif %} {% endblock %} And that's it! If we placed this file in the te ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 7149
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts are static structures. They are provided with a block of pre-rendered content at time of construction, a ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7087
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es will be locked until the end of the transaction block, meaning that other transactions will be prevented ... a lock on one of the selected rows, the query will block until the lock is released. If this is not the beh ... _update(nowait=True) . This will make the call non-blocking. If a conflicting lock is already acquired by a ... portedError . This prevents code from unexpectedly blocking. Evaluating a queryset with select_for_update() ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7087
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ents. Tests are now run within two nested atomic() blocks: one for the whole class and one for each test. T ... Site.login_form . The base.html template has a new block usertools which contains the user-specific header. ... e 'unique' key in its error_messages argument. The block usertools in the base.html template of django.cont ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 7087
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that, put the call to django.setup() inside an if block: if __name__ == '__main__' : import django django ...
https://man.plustar.jp/django/topics/settings.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 7025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... utput and, if the command is intended to produce a block of SQL statements, will be wrapped in ``BEGIN`` an ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... define multiple context variables in a single with block. The load tag now accepts a from argument, allowin ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is now aware of asynchronous event loops and will block you calling code marked as "async unsafe" - such a ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
PREV 1 2 3 4 5 NEXT