検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 35 for Loader (0.047 sec.)
The "sites" framework — Django 4.0.6 ドキュメント 7701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .mail import send_mail from django.template import loader def register_for_newsletter ( request ): # Check f ... ues, etc., and subscribe the user. # ... subject = loader . get_template ( 'alerts/subject.txt' ) . render ( ... {}) message = loader . get_template ( 'alerts/message.txt' ) . render ( ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 7701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y specific directories for a particular filesystem.Loader . テスト ¶ Added DiscoverRunner.get_test_runner_kw ... ayersWidget use the form rendering API rather than loader.render_to_string() . If you're using a custom widg ... mplate.render() (returned from high-level template loader APIs such as loader.get_template() ) must receive ... r エイリアスが削除されました。 The cached template loader is now enabled if OPTIONS['loaders'] isn't specifi ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 7638
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tp import HttpResponse from django.template import loader def my_view ( request ): # View code here... t = l ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
How to create CSV output — Django 4.0.6 ドキュメント 7574
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tp import HttpResponse from django.template import loader def some_view ( request ): # Create the HttpRespon ... B' , 'C' , '"Testing"' , "Here's a quote" ), ) t = loader . get_template ( 'my_template_name.txt' ) c = { 'd ...
https://man.plustar.jp/django/howto/outputting-csv.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 7574
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... disk. In Django 1.2, you can use a cached template loader to load templates once, then cache the result for ... on-Django template languages. Class-based template loaders ¶ As part of the changes made to introduce Templa ... following a general trend in Django, the template loaders API has been modified to use template loading mec ... ethod available until Django 1.1. All the template loaders shipped with Django have been ported to the new A ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.9.6 リリースノート — Django 4.0.6 ドキュメント 7574
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Fixed a regression causing the cached template loader to crash when using template names starting with a ...
https://man.plustar.jp/django/releases/1.9.6.html - [similar]
Django 1.9.7 リリースノート — Django 4.0.6 ドキュメント 7574
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Fixed a regression causing the cached template loader to crash when using lazy template names ( #26603 ) ...
https://man.plustar.jp/django/releases/1.9.7.html - [similar]
はじめての Django アプリ作成、その 3 — Django 4.0.6 ドキュメント 7510
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tp import HttpResponse from django.template import loader from .models import Question def index ( request ) ... bjects . order_by ( '-pub_date' )[: 5 ] template = loader . get_template ( 'polls/index.html' ) context = { ... ext ) 全部の view をこのように書き換えてしまえば、 loader や HttpResponse を import する必要はなくなります ( ...
https://man.plustar.jp/django/intro/tutorial03.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7510
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... T_PROCESSORS TEMPLATE_DEBUG TEMPLATE_DIRS TEMPLATE_LOADERS TEMPLATE_STRING_IF_INVALID The backwards compatib ... ility alias django.template.loader.BaseLoader is removed. Django template objects ret ... ngo.shortcuts.render_to_response() django.template.loader.render_to_string() The dirs parameter for the foll ... owing functions is removed: django.template.loader.get_template() django.template.loader.select_templ ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.9.5 リリースノート — Django 4.0.6 ドキュメント 7510
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django. Fixed a memory leak in the cached template loader ( #26306 ). Fixed a regression that caused collect ...
https://man.plustar.jp/django/releases/1.9.5.html - [similar]
PREV 1 2 3 4 NEXT