検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 152 for utils (0.074 sec.)
django.core.mail.message — Django 4.0.6 ドキュメント 5427
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rt from email.mime.text import MIMEText from email.utils import formataddr , formatdate , getaddresses , ma ... django.conf import settings from django.core.mail.utils import DNS_NAME from django.utils.encoding import ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
django.utils.decorators — Django 4.0.6 ドキュメント 5427
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me | Table of contents | Index | Modules up django.utils.decorators のソースコード "Functions that help wit ...
https://man.plustar.jp/django/_modules/django/utils/decorators.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5427
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ドでこれらの値を検証することができます: from django.utils.safestring import SafeString if isinstance ( value ... f. To mark the output as a safe string, use django.utils.safestring.mark_safe() . Be careful, though. You n ... a string: from django import template from django.utils.html import conditional_escape from django.utils.s ... r the input data needs to be passed through django.utils.html.conditional_escape or not. (In the latter cas ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 5427
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... () and it will do the right thing. >>> from django.utils import timezone >>> q = Question ( question_text = ... datetime from django.db import models from django.utils import timezone class Question ( models . Model ): ... edelta ( days = 1 ) import datetime と from django.utils import timezone を追加したことに注意してください。 ... と Django のタイムゾーン関連ユーティリティの django.utils.timezone を参照するためです。 Python でのタイムゾー ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
Generic display ビュー — Django 4.0.6 ドキュメント 5427
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to_response() Example myapp/views.py : from django.utils import timezone from django.views.generic.detail i ... ender_to_response() Example views.py : from django.utils import timezone from django.views.generic.list imp ...
https://man.plustar.jp/django/ref/class-based-views/generic-display.html - [similar]
Django 1.4.17 release notes — Django 4.0.6 ドキュメント 5427
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tionally, Django's vendored version of six, django.utils.six , has been upgraded to the latest release (1.9 ...
https://man.plustar.jp/django/releases/1.4.17.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 5427
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e to define translatable URL patterns using django.utils.translation.ugettext_lazy() . See 国際化: URL パタ ... dmin error email support was moved into the django.utils.log.AdminEmailHandler , attached to the 'django.re ... now includes a separate filter attached to django.utils.log.AdminEmailHandler to prevent admin error email ... ters' : { 'require_debug_false' : { '()' : 'django.utils.log.RequireDebugFalse' } }, 'handlers' : { 'mail_a ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.6.9 release notes — Django 4.0.6 ドキュメント 5427
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tionally, Django's vendored version of six, django.utils.six , has been upgraded to the latest release (1.9 ...
https://man.plustar.jp/django/releases/1.6.9.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 5427
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tionally, Django's vendored version of six, django.utils.six , has been upgraded to the latest release (1.9 ... ort for objects that aren't str or bytes in django.utils.safestring.mark_for_escaping() on Python 3. Suppor ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Django 2.0.13 リリースノート — Django 4.0.6 ドキュメント 5427
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in 2.0.12/2.0.11. Bugfixes ¶ Fixed crash in django.utils.numberformat.format_number() when the number has o ...
https://man.plustar.jp/django/releases/2.0.13.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT