検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 45 for rendered (0.091 sec.)
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 17532
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... structures. They are provided with a block of pre-rendered content at time of construction, and while that co ... se. template_name ¶ The name of the template to be rendered. Accepts a backend-dependent template object (such ... ct . Example: {'foo': 123} SimpleTemplateResponse. rendered_content ¶ The current rendered value of the respon ... plate and context data. SimpleTemplateResponse. is_rendered ¶ A boolean indicating whether the response conten ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
Signals — Django 4.0.6 ドキュメント 8498
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he setting is applied, False if restored. template_rendered ¶ django.test.signals. template_rendered ¶ Sent wh ... 以下の通りです: sender The Template object which was rendered. template Same as sender context The Context with ... which the template was rendered. Database Wrappers ¶ Signals sent by the database ... st_exception Test signals setting_changed template_rendered Database Wrappers connection_created 前のトピックへ ...
https://man.plustar.jp/django/ref/signals.html - [similar]
JavaScript customizations in the admin — Django 4.0.6 ドキュメント 8329
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e inheriting admin/change_form.html or it won't be rendered in the final HTML. {{ block.super }} is added beca ... erations in the change form and we need that to be rendered too. Sometimes you'll need to work with jQuery plu ...
https://man.plustar.jp/django/ref/contrib/admin/javascript.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 8253
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... コメント ¶ Comments look like this: {# this won't be rendered #} A {% comment %} tag provides multi-line comment ... rom django.template.loader import render_to_string rendered = render_to_string ( 'my_template.html' , { 'foo' ... re used to populate the context when a template is rendered with a request. These callables take a request obj ... re used to populate the context when a template is rendered with a request. These callables take a request obj ...
https://man.plustar.jp/django/topics/templates.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 8084
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ors() メソッドを使います。 Non-form errors will be rendered with an additional class of nonform to help distin ... urn kwargs Customizing a formset's prefix ¶ In the rendered HTML, formsets include a prefix on each field's na ... . Similar to forms, by default the formset will be rendered as_table , with other helper methods of as_p and a ... ormsets was moved to the template engine. Manually rendered can_delete and can_order ¶ If you manually render ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 8008
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The form rendering API ¶ Django's form widgets are rendered using Django's template engines system . The form ... context, request=None) method. It should return a rendered templates (as a string) or raise TemplateDoesNotEx ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。 Use in-browser frameworks like Selenium to test rendered HTML and the behavior of web pages, namely JavaScr ... ( response . status_code , 200 ) # Check that the rendered context contains 5 customers. self . assertEqual ( ... on a form raises the provided list of errors when rendered on the form. response must be a response instance ... he formset raises the provided list of errors when rendered. response must be a response instance returned by ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 7747
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hich file extensions in the app template should be rendered with the template engine. Defaults to py . --name ... addition to those matching --extension ) should be rendered with the template engine. Defaults to an empty lis ... e.g. '2.0.3' 警告 When the app template files are rendered with the Django template engine (by default all *. ... file extensions in the project template should be rendered with the template engine. Defaults to py . --name ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 7747
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lue() . 'attrs' : HTML attributes to be set on the rendered widget. The combination of the attrs attribute and ... widgets/radio_option.html' Similar to Select , but rendered as a list of radio buttons within <div> tags: < di ... ckbox_option.html' Similar to SelectMultiple , but rendered as a list of checkboxes: < div > < div >< input ty ... ionary containing HTML attributes to be set on the rendered DateInput and TimeInput widgets, respectively. If ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 7671
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... () if appropriate. When the variable is ultimately rendered, it will be affected by the auto-escape setting in ... ycles among a list of given strings each time it's rendered: {% for o in some_list %} < tr class = " {% cycle ... he context of the template that is currently being rendered. The render_context behaves like a Python dictiona ... s specific to the template that is currently being rendered, like the current iteration of the CycleNode , sho ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
PREV 1 2 3 4 5 NEXT