検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 235 for only (0.124 sec.)
非同期サポート — Django 4.0.6 ドキュメント 4438
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ll all running asynchronously. In general you will only want to enable ASGI mode if you have asynchronous ... s a running event loop , you will get a SynchronousOnlyOperation error. Note that you don't have to be ins ... run synchronous code without generating SynchronousOnlyOperation errors; however, you also won't be able t ... . cursor () ... django.core.exceptions.SynchronousOnlyOperation: You cannot call this from an async conte ...
https://man.plustar.jp/django/topics/async.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 4438
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... user. There's no need to set a password # because only the password from settings.py is checked. user = U ... e a task by setting its status as closed" ), ] The only thing this does is create those extra permissions ... 合、この属性は True となります。 is_anonymous ¶ Read-only attribute which is always False . This is a way of ... s that the user has directly. If obj is passed in, only returns the user permissions for this specific obj ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 4366
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oth" and unpack_ipv4 : raise ValueError ( "You can only use `unpack_ipv4` if `protocol` is set to 'both'" ... r_list = int_list_validator ( message = _ ( "Enter only digits separated by commas." ), ) @deconstructible ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 4366
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Python :: 3 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3.8 Programming ... s/setup.py ¶ from setuptools import setup setup () Only Python modules and packages are included in the pa ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 4366
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ill be. PostgreSQL's default is 90. Use this index only on PostgreSQL 10 and later Hash indexes have been ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 4366
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ictions Non-deterministic collations are supported only on PostgreSQL 12+. Concurrent index operations ¶ P ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 4366
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... continues to be processed as usual. The middleware only gets activated for 404s -- not for 500s or respons ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 4366
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ] >>> choice_field . choices = [( '1' , 'First and only' )] >>> choice_field . widget . choices [('1', 'Fi ... rst and only')] とは言うものの、 choices 属性を提供するウィジェ ... イズする ¶ When Django renders a widget as HTML, it only renders very minimal markup - Django doesn't add c ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 4366
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ers on how to configure web servers to ensure that only valid Host headers can reach the Django applicatio ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 4366
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ak data if you rely on users having access to view only certain fields on a model. To address the issue, a ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]