検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 137 for allow (0.074 sec.)
asgiref.sync — Django 4.0.6 ドキュメント 5370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... il_future ( loop_future ) # Wait for future and/or allow for exception propagation loop_future . result () ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
django.contrib.gis.measure — Django 4.0.6 ドキュメント 5370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... OF SUCH DAMAGE. # """ Distance and Area objects to allow for sensible and convenient calculation and conver ...
https://man.plustar.jp/django/_modules/django/contrib/gis/measure.html - [similar]
Coding style — Django 4.0.6 ドキュメント 5370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... By checking for these issues before code review it allows the reviewer to focus on the change itself, and i ... ooks significantly uglier or is harder to read. We allow up to 88 characters as this is the line length use ... ocal variable assignment for more complex cases: # Allowed f 'hello { user } ' f 'hello { user . name } ' f ... 'hello { self . user . name } ' # Disallowed f 'hello { get_user () } ' f 'you are { user . a ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Base views — Django 4.0.6 ドキュメント 5370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のフローチャート setup() dispatch() http_method_not_allowed() options() Example views.py : from django.http ... ッドをサポートする をご覧ください。 http_method_not_allowed ( request , * args , ** kwargs ) ¶ If the view w ... トで、有効なメソッドのリストともに、 HttpResponseNotAllowed を返すデフォルトの処理です。 options ( request , ... します。ビューの有効な HTTP メソッド名のリストを含む Allow ヘッダーとともにレスポンスを返します。 TemplateVie ...
https://man.plustar.jp/django/ref/class-based-views/base.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 5370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on more idiomatic access to the ModelAdmin itself, allowing the action to call any of the methods provided ... of selected objects in the GET query string. This allows you to provide complex interaction logic on the i ... = None This tells the ModelAdmin to not display or allow any actions, including any site-wide actions . Con ... t_actions() . This returns a dictionary of actions allowed. The keys are action names, and the values are ( ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 5370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Functions ¶ The functions documented on this page allow users to access geographic database functions to b ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... th strings at that point. Files ¶ If you intend to allow users to upload files, you must ensure that the en ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion ¶ Django 1.1 runs tests inside a transaction, allowing better test performance (see test performance i ... uction of URL "namespaces." In short, this feature allows the same group of URLs, from the same application ... g the split classes is now recommended in order to allow fine-grained control of when and where the CSRF pr ... d now accepts individual model names as arguments, allowing you to export the data just from particular mod ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 5370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... > </ ul > The list has a CSS class of errorlist to allow you to style its appearance. If you wish to furthe ... rently. Django provides two methods on a form that allow you to loop over the hidden and visible fields ind ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 5370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed. When using multiple databases, you can use the allow_migrate() method of database routers to control wh ... code using the RunPython operation, or if you have allow_migrate methods on your database routers, you need ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 NEXT