検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 58 for rendering (0.022 sec.)
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 16364
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e. context_data ¶ The context data to be used when rendering the template. It must be a dict . Example: {'foo': ... ¶ Preprocesses context data that will be used for rendering a template. Accepts a dict of context data. By def ... late ) ¶ Resolves the template instance to use for rendering. Accepts a backend-dependent template object (such ... ack () ¶ Add a callback that will be invoked after rendering has taken place. This hook can be used to defer ce ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 11226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Index | Modules « previous | up | next » The form rendering API ¶ Django's form widgets are rendered using Dja ... ngo's template engines system . The form rendering process can be customized at several levels: Widge ... custom templates.) The low-level render API ¶ The rendering of form templates is controlled by a customizable ... any other template in your project. 目次 The form rendering API The low-level render API Built-in-template for ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 8840
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nding of templates, contexts, variables, tags, and rendering. Start with the introduction to the Django templat ... ossibly a request into a Context and delegates the rendering to the underlying Template . Configuring an engine ... ults to True . 警告 Only set it to False if you're rendering non-HTML templates! context_processors is a list o ... ed report for any exception raised during template rendering. It defaults to False . loaders is a list of templ ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 8840
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... llable. タグ ¶ Tags provide arbitrary logic in the rendering process. This definition is deliberately vague. Fo ... ontext data. It is passed to Template.render() for rendering a template. django.template.RequestContext is a su ... o cut down on the repetitive nature of loading and rendering templates, Django provides a shortcut function whi ... xt A dict to be used as the template's context for rendering. request An optional HttpRequest that will be avai ...
https://man.plustar.jp/django/topics/templates.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 8723
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... emplate tag is the type that displays some data by rendering another template. For example, Django's admin inte ... system works in a two-step process: compiling and rendering. To define a custom template tag, you specify how ... the compilation works and how the rendering works. When Django compiles a template, it splits ... ts. Ultimately, this decoupling of compilation and rendering results in an efficient template system, because a ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 8211
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .0. Form. get_context () ¶ Return context for form rendering in a template. The available context is: form : Th ... ods. error_class ¶ The CSS classes to be used when rendering the error list. Any provided classes are added to ... context () ¶ New in Django 4.0. Return context for rendering of errors in a template. The available context is: ... template_name_ul . If you'd like to customize the rendering of errors this can be achieved by overriding the t ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 8211
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m: Apply all migrations: books Running migrations: Rendering model states... DONE Applying books.0003_auto... O ... gration: 0002_auto, from books Running migrations: Rendering model states... DONE Unapplying books.0003_auto... ... gration: 0002_auto, from books Running migrations: Rendering model states... DONE Unapplying books.0003_auto... ... Unapply all migrations: books Running migrations: Rendering model states... DONE Unapplying books.0002_auto... ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
Simple mixins — Django 4.0.6 ドキュメント 8094
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s. For more information, read the documentation on rendering a template context . TemplateResponseMixin ¶ class ... eturns a list of template names to search for when rendering the template. The first template that is found wil ...
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html - [similar]
Django 3.2.1 release notes — Django 4.0.6 ドキュメント 8094
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango 3.2 where variable lookup errors were logged rendering the sitemap template if alternates were not define ... 3.2 where variable lookup errors were logged when rendering some admin templates ( #32681 ). Fixed a bug in Dj ...
https://man.plustar.jp/django/releases/3.2.1.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 7845
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... caching with Redis in Django . Template based form rendering ¶ Forms , Formsets , and ErrorList are now rendere ... context() , and template_name for Form and formset rendering for Formset . マイナーな機能 ¶ django.contrib.admi ... e ModelAdmin and GISModelAdmin instead. Since form rendering now uses the template engine, the undocumented Bas ... ord hasher Redis cache backend Template based form rendering マイナーな機能 django.contrib.admin django.contrib ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
PREV 1 2 3 4 5 6 NEXT