検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 29 for wrapper (0.041 sec.)
Pythonモジュール索引 — Django 4.0.6 ドキュメント 7635
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango.db.backends Core signals sent by the database wrapper. django.db.backends.base.schema django.db.migratio ...
https://man.plustar.jp/django/py-modindex.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 7635
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... template.backends.django.DjangoTemplates is a thin wrapper adapting django.template.Engine to Django's templa ... django.template.backends.django.Template is a thin wrapper adapting django.template.Template to the common te ...
https://man.plustar.jp/django/topics/templates.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 7570
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , salt = salt ) class JSONSerializer : """ Simple wrapper around json to be used in signing.dumps and signin ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 7570
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e_name : 'django/forms/widgets/splitdatetime.html' Wrapper (using MultiWidget ) around two widgets: DateInput ... ate_name : 'django/forms/widgets/select_date.html' Wrapper around three Select widgets: one each for month, d ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 7570
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... passed in, with parameters if supplied. This is a wrapper around the normal database cursors that allows cap ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 7505
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in ( sep , format_string , args_generator ): """ A wrapper of format_html, for the common case of a group of ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 7505
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 行いません。 Finally, static files are served via a wrapper at the WSGI application layer. As a consequence, s ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 7505
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng fixture data. """ @wraps ( signal_handler ) def wrapper ( * args , ** kwargs ): if kwargs [ 'raw' ]: retur ... n signal_handler ( * args , ** kwargs ) return wrapper @disable_for_loaddata def my_handler ( ** kwargs ) ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 7505
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ary is an UploadedFile object (or a subclass) -- a wrapper around an uploaded file. You'll usually use one of ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 7439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... self . _reordered_actions ( actions )) class OutputWrapper ( TextIOBase ): """ Wrapper around stdout/stderr " ... lse , force_color = False ): self . stdout = OutputWrapper ( stdout or sys . stdout ) self . stderr = OutputW ... options . get ( "stdout" ): self . stdout = OutputWrapper ( options [ "stdout" ]) if options . get ( "stderr ... " ): self . stderr = OutputWrapper ( options [ "stderr" ]) if self . requires_system_ ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
PREV 1 2 3 NEXT