検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 152 for utils (0.123 sec.)
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ss to define choices in a concise way: from django.utils.translation import gettext_lazy as _ class Student ... ." Alternatively you can use plain text and django.utils.html.escape() to escape any HTML special character ... eTimeField に対して: default=timezone.now - django.utils.timezone.now() より The default form widget for th ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tionError from django.db import models from django.utils.translation import gettext_lazy as _ class Article ... further processing. You may wish to use the django.utils.encoding.iri_to_uri() function to help with this i ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 、最後の値を返します。キーが存在しない場合は django.utils.datastructures.MultiValueDictKeyError を発生させま ... rol() and patch_vary_headers() methods from django.utils.cache , since these fields can have multiple, comm ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 5113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... de can be exposed if you pass the string to django.utils.formats.get_format() (used by the date template fi ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 5066
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l: from django.contrib import messages from django.utils.translation import ngettext class ArticleAdmin ( a ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 5066
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... c_to_async ( connection . cursor )() ... django.db.utils.DatabaseError: DatabaseWrapper objects created in ...
https://man.plustar.jp/django/topics/async.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 5066
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 体でシリアル化可能である場合には、次のように django.utils.deconstruct の @deconstructible クラスデコレータを ... t() メソッドを追加することができます。 from django.utils.deconstruct import deconstructible @deconstructibl ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 5019
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : from pathlib import Path from django.contrib.gis.utils import LayerMapping from .models import WorldBorde ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 5019
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ample objects: >>> import datetime >>> from django.utils import timezone >>> now = timezone . now () >>> Ev ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
設定 — Django 4.0.6 ドキュメント 5019
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion. 以下はサンプルの設定ファイルです: from django.utils.translation import gettext_lazy as _ LANGUAGES = [ ... default logging configuration by looking in django/utils/log.py . LOGGING_CONFIG ¶ デフォルト値: 'logging.c ...
https://man.plustar.jp/django/ref/settings.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 16 NEXT