検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 90 for templates (0.069 sec.)
Django 1.11.3 リリースノート — Django 4.0.6 ドキュメント 6214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to avoid localization of numeric values in Django templates, but this made some use cases more difficult. Cast ...
https://man.plustar.jp/django/releases/1.11.3.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... title and header text. No more needing to override templates! Buttons in django.contrib.admin now use the borde ... ners rather than GIF background images. Some admin templates now have app-<app_name> and model-<model_name> cla ... emplate() as always. It is now possible to include templates recursively. Template objects now have an origin a ... he order of INSTALLED_APPS , such as static files, templates, and translations. ValidationError constructor and ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 6214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Fixed incorrect timezone warnings in custom admin templates that don't have a data-admin-utc-offset attribute ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xt manager. Django template loaders can now extend templates recursively. The debug page template postmortem no ... n for custom template engines was added. The DjangoTemplates backend gained the ability to register libraries a ... arge time spans. The include tag now caches parsed templates objects during template rendering, speeding up reu ... e to be defined. If a loader was configured in the template settings and this attribute was False , the loader ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 3.2.1 release notes — Django 4.0.6 ドキュメント 6214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ookup errors were logged when rendering some admin templates ( #32681 ). Fixed a bug in Django 3.2 where an adm ...
https://man.plustar.jp/django/releases/3.2.1.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 6174
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) あるいは、テンプレートタグのモジュールは、 DjangoTemplates への 'libraries' 引数を通じて登録することもできます ... . The idea is to write filters that can operate in templates where auto-escaping is either on or off in order t ... , according to rules for time zones conversions in templates . 独自のテンプレートタグを記述する ¶ タグはあらゆる ... ate tag from the ground up. A quick overview ¶ The template system works in a two-step process: compiling and r ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 6174
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o create CSV output 次のトピックへ How to override templates 関連キーワード files , How , create , file , brows ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
Django の概要 — Django 4.0.6 ドキュメント 6174
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンプレートは以下のように書かれています: mysite/news/templates/news/year_archive.html ¶ {% extends "base.html" %} ... トで、 静的ファイルの配信 を含む例をあげます: mysite/templates/base.html ¶ {% load static %} < html > < head > < ...
https://man.plustar.jp/django/intro/overview.html - [similar]
はじめての Django アプリ作成、その 4 — Django 4.0.6 ドキュメント 6174
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 更新して、HTML の <form> 要素を入れましょう。 polls/templates/polls/detail.html ¶ < form action = " {% url 'poll ... polls/results.html テンプレートを作成します: polls/templates/polls/results.html ¶ < h1 > {{ question.question_t ...
https://man.plustar.jp/django/intro/tutorial04.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 6174
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... MessageMiddleware より前に記述する必要があります。 TEMPLATES 設定で定義した DjangoTemplates バックエンドの 'con ... を、 MIDDLEWARE から MessageMiddleware 行を、そして TEMPLATES から messages コンテクストプロセッサーを削除できま ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT