検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 68 for render (0.060 sec.)
Generic display ビュー — Django 4.0.6 ドキュメント 6708
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... get_context_object_name() get_context_data() get() render_to_response() Example myapp/views.py : from django ... get_context_object_name() get_context_data() get() render_to_response() Example views.py : from django.utils ...
https://man.plustar.jp/django/ref/class-based-views/generic-display.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6708
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odel form fields for ManyToManyField fields ¶ HTML rendering of model form fields corresponding to ManyToMan ... ent with how methods like Form.as_p and Form.as_ul render labels. If you manually render label_tag in your t ... ngo 1.6. The following template in Django 1.6 will render identically to the above template in Django 1.5, e ... orm.my_field.label_tag }} {{ form.my_field }} will render something like: < label for = "id_my_field" > My F ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
フォームアセット (Media クラス) — Django 4.0.6 ドキュメント 6637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s | up | next » フォームアセット ( Media クラス) ¶ Rendering an attractive and easy-to-use web form requires ... ets. For example, if you want to use a calendar to render DateFields, you can define a custom Calendar widge ... ed with the CSS and JavaScript that is required to render the calendar. When the Calendar widget is used on ... will only include those files that are required to render the widgets on any given page. If you like the wid ...
https://man.plustar.jp/django/topics/forms/media.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 6580
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s_template_response() は、レスポンスオブジェクトが r ender() メソッドを持っている場合、つまり、 TemplateResp ... 、ビューの実行の直後に呼ばれます。 このメソッドは、 render メソッドを実装したレスポンスオブジェクトでなければ ... ができます。 ただし、レスポンスを自分でレンダリング (render) する必要はありません。なぜなら、レスポンスオブジェ ... ly to exceptions raised from the view (or from the render method of a TemplateResponse ). Exceptions raised ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
フォーム — Django 4.0.6 ドキュメント 6524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... factory Formset Functions formset_factory The form rendering API The low-level render API Built-in-template ... form renderers Context available in formset templates Context ...
https://man.plustar.jp/django/ref/forms/index.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... calculations -- from database queries to template rendering to business logic -- to create the page that yo ... low-level cache API ¶ Sometimes, caching an entire rendered page doesn't gain you very much and is, in fact, ... header . For example: from django.shortcuts import render from django.utils.cache import patch_vary_headers ... def my_view ( request ): ... response = render ( request , 'template_name' , context ) patch_vary ...
https://man.plustar.jp/django/topics/cache.html - [similar]
ビューを記述する — Django 4.0.6 ドキュメント 6524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o.http import Http404 from django.shortcuts import render from polls.models import Poll def detail ( request ... t : raise Http404 ( "Poll does not exist" ) return render ( request , 'polls/detail.html' , { 'poll' : p }) ... rHandlerTests ( SimpleTestCase ): def test_handler_renders_template_response ( self ): response = self . cli ...
https://man.plustar.jp/django/topics/http/views.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 6453
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... py , python , etc.). In the HTML documentation, it renders a two-tab UI, with one tab showing a Unix-style c ... components separator, etc.) The example above will render a code example block with two tabs. The first one ... anges from what .. code-block:: console would have rendered). The second one will show: ...\> py manage.py s ... it's often redundant to do so as these annotations render as "New in Django A.B:" and "Changed in Django A.B ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 6453
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = loader . get_template ( 'alerts/subject.txt' ) . render ({}) message = loader . get_template ( 'alerts/mes ... sage.txt' ) . render ({}) send_mail ( subject , message , 'editor@ljwor ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Django 1.11.3 リリースノート — Django 4.0.6 ドキュメント 6453
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d an incorrect deprecation warning about a missing renderer argument if a Widget.render() method accepts **k ...
https://man.plustar.jp/django/releases/1.11.3.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT