検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 126 for multiple (0.091 sec.)
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 5750
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ps for a particular website. A project can contain multiple apps. An app can be in multiple projects. アプリは ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 5750
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nce if the app package is a namespace package with multiple paths. AppConfig. default ¶ New in Django 3.2. Set ... n as "namespace packages" and may be spread across multiple directories at different locations on sys.path (se ...
https://man.plustar.jp/django/ref/applications.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 5750
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r sessions is undefined when the same client makes multiple requests that set or get messages in parallel . Fo ... st window where it may be expected. In short, when multiple simultaneous requests from the same client are inv ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 5750
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es, or paths matching this glob-style pattern. Use multiple times to ignore more. When specifying a path, alwa ... atic files that need to have their paths replaced, multiple passes of replacing paths may be needed until the ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5750
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he get_host() method fails when the host is behind multiple proxies. One solution is to use middleware to rewr ... proxy headers, as in the following example: class MultipleProxyMiddleware : FORWARDED_FOR_FIELDS = [ 'HTTP_X_ ... す。これが必要なのは、いくつかの HTML (特に <select multiple> ) が同一キーで複数の値を渡すからです。 request.PO ... m django.utils.cache , since these fields can have multiple, comma-separated values. The "patch" methods ensur ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Signals — Django 4.0.6 ドキュメント 5750
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... alias being used. For example, if a Pizza can have multiple Topping objects, modeled like this: class Topping ... connection that was opened. This can be used in a multiple-database configuration to differentiate connection ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 5750
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lass attribute in the <ul> of widgets that use the multiple_input.html template. This fixes ModelAdmin.radio_f ... ( #28091 ). Fixed a regression where CheckboxSelectMultiple , NullBooleanSelect , RadioSelect , SelectMultiple ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5750
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or examples. Memcached backends now allow defining multiple servers as a comma-delimited string in LOCATION , ... rohibits non-dict context ¶ For compatibility with multiple template engines, django.template.backends.django. ... を ALLOWED_HOSTS に含める必要があります。 Tests and multiple host names を参照してください。 ModelAdmin.list_di ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 5750
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... not doing so. Database denial-of-service with ModelMultipleChoiceField ¶ Given a form that uses ModelMultipleC ... for the field's data. The validation logic in ModelMultipleChoiceField now deduplicates submitted values to ad ... migration crash when unapplying a migration where multiple operations interact with the same model ( #24110 ) ... .static.serve Database denial-of-service with ModelMultipleChoiceField Bugfixes 前のトピックへ Django 1.7.4 re ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
ファイルのアップロード — Django 4.0.6 ドキュメント 5750
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... をアップロードしたい場合、フィールドのウィジェットの multiple HTML 属性をセットしてください: forms.py ¶ from dja ... ( widget = forms . ClearableFileInput ( attrs = { 'multiple' : True })) そして、複数のファイルアップロードを扱 ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT