検索

phrase: max: clip:
target: order:
Results of 61 - 68 of about 68 for render (0.091 sec.)
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6155
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... resql_psycopg2 module is removed. django.shortcuts.render_to_response() is removed. The DEFAULT_CONTENT_TYPE ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6155
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ases with spaces. Read-only related fields are now rendered as navigable links if target models are register ... _path properties to override the templates used to render exception reports. ファイルのアップロード ¶ The ne ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 6155
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ッセージを出力します。 from django.shortcuts import render def my_view ( request ): if not request . user . i ... s_authenticated : return render ( request , 'myapp/login_error.html' ) # ... login ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6155
" + 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 JavaS ... ( response . status_code , 200 ) # Check that the rendered context contains 5 customers. self . assertEqual ... le triggers a certain warning . Testing form field rendering and error treatment . Testing HTML responses fo ... on a form raises the provided list of errors when rendered on the form. response must be a response instanc ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 6098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te attributes on the Feed class. The templates are rendered for each item and are passed two template contex ... f Django templates that the system should # use in rendering the title and description of your feed items. # ... Atom1Feed Each of these three classes knows how to render a certain type of feed as XML. They share this int ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 6098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t syntax: {# #} . For example, this template would render as 'hello' : {# greeting #} hello A comment can co ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... without migrations. When applying migrations, the "Rendering model states" step that's displayed when runnin ... d with class-based views. Exceptions raised by the render() method are now passed to the process_exception() ... message for uncaught exceptions raised during the rendering of an {% include %} when debug mode is off (hel ... ow caches parsed templates objects during template rendering, speeding up reuse in places such as for loops. ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6027
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lt itself is used in a string (usually at template rendering time). Other uses of lazy in delayed translatio ... 。 警告 Translated strings will not be escaped when rendered in a template. This allows you to include HTML i ... tially dangerous characters (e.g. " ) will also be rendered unchanged. translate template tag ¶ The {% trans ... ilable_languages' : [ 'en' , 'es' , 'fr' ]} return render ( request , 'mytemplate.html' , context ) you can ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT