検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 68 for render (0.088 sec.)
Django 1.7 release notes — Django 4.0.6 ドキュメント 6453
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... releases. フォーム ¶ The <label> and <input> tags rendered by RadioSelect and CheckboxSelectMultiple when l ... te to output the element's ID. The <textarea> tags rendered by Textarea now include a maxlength attribute if ... template tag will now also accept anything with a render() method (such as a Template ) as an argument. Str ... ions are no longer silenced when raised during the rendering of a template. The following functions now acce ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6453
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gresql' name added in Django 1.9. django.shortcuts.render_to_response() is deprecated in favor of django.sho ... rtcuts.render() . render() takes the same arguments except that ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django の概要 — Django 4.0.6 ドキュメント 6396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ysite/news/views.py ¶ from django.shortcuts import render from .models import Article def year_archive ( req ... { 'year' : year , 'article_list' : a_list } return render ( request , 'news/year_archive.html' , context ) こ ...
https://man.plustar.jp/django/intro/overview.html - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 6396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ometryWidget. template_name ¶ The template used to render the map widget. You can pass widget attributes in ... se this widget for a geometry field. Note that the rendering of GeoDjango widgets is based on a template, id ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 6396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... HttpResponseRedirect from django.shortcuts import render from .forms import NameForm def get_name ( request ... eate a blank form else : form = NameForm () return render ( request , 'name.html' , { 'form' : form }) もし ... of_field.errors }} displays a list of form errors, rendered as an unordered list. This might look like: < ul ... -field errors (and/or hidden field errors that are rendered at the top of the form when using helpers like f ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
索引 — Django 4.0.6 ドキュメント 6339
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... headers() (django.utils.cache モジュール) add_post_render_callback() (SimpleTemplateResponse のメソッド) add ... 属性) default_related_name (Options の属性) default_renderer (Form の属性) default_site (apps.SimpleAdminConf ... ジュール django.forms.models モジュール django.forms.renderers モジュール django.forms.widgets モジュール djan ... hanged (組み込み変数) django.test.signals.template_rendered (組み込み変数) django.test.utils モジュール djan ...
https://man.plustar.jp/django/genindex.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 6339
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ying form field for the array. This is not used to render any HTML, but it is used to process the submitted ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
How to create CSV output — Django 4.0.6 ドキュメント 6283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) c = { 'data' : csv_data } response . write ( t . render ( c )) return response この例と上述の例の唯一の違い ...
https://man.plustar.jp/django/howto/outputting-csv.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... If a custom subclass of HttpResponse implements a render method, Django will treat it as emulating a Simple ... TemplateResponse , and the render method must itself return a valid response object. ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g ¶ In previous versions of Django, every time you rendered a template, it would be reloaded from disk. In D ... s once, then cache the result for every subsequent render. This can lead to a significant performance improv ... Stateful template tags ¶ Template tags that store rendering state on their Node subclass have always been v ... odd' % } Using the non-thread-safe, pre-Django 1.2 renderer, this would output: even odd even odd ... Using ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT