検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 174 for argument (0.082 sec.)
How to create custom django-admin commands — Django 4.0.6 ドキュメント 5601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... p = 'Closes the specified poll for voting' def add_arguments ( self , parser ): parser . add_argument ( 'poll_ ... する事も容易に可能です。これらのオプション機能は add_arguments() メソッドによって以下のように追加できます。: cla ... ss Command ( BaseCommand ): def add_arguments ( self , parser ): # Positional arguments parser ... . add_argument ( 'poll_ids' , nargs = '+' , type = int ) # Named ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 5601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of a function from error logs, do not provide any argument to the sensitive_variables decorator: @sensitive_v ... f the variable you want to hide is also a function argument (e.g. ' user ' in the following example), and if t ... tor chain. This way it will also hide the function argument as it gets passed through the other decorators: @s ... of a request in error reports, do not provide any argument to the sensitive_post_parameters decorator: @sensi ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r that is used for filtering purposes. Constructor arguments are: level The severity of the message. Use one o ... els easier. When using them you can omit the level argument because it is implied by the class name. class Deb ... File fields ¶ fields.E200 : unique is not a valid argument for a FileField . This check is removed in Django ... 1.11 . fields.E201 : primary_key is not a valid argument for a FileField . fields.E202 : FileField 's uploa ...
https://man.plustar.jp/django/ref/checks.html - [similar]
File storage API — Django 4.0.6 ドキュメント 5601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me to be passed to the save() method. The filename argument may include a path as returned by FileField.upload ... f the stored file will be returned. The max_length argument is passed along to get_available_name() . The cont ... ent argument must be an instance of django.core.files.File or a ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
ロギング — Django 4.0.6 ドキュメント 5601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ce will be included in the email. The include_html argument of AdminEmailHandler is used to control whether th ... e AdminEmailHandler . By setting the email_backend argument of AdminEmailHandler , the email backend that is b ... in EMAIL_BACKEND will be used. The reporter_class argument of AdminEmailHandler allows providing an django.vi ... a callback function (which should accept a single argument, the record to be logged), and calls it for each r ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 5601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Index. expressions ¶ New in Django 3.2. Positional argument *expressions allows creating functional indexes on ... parison to datetime objects may require the tzinfo argument to be provided because otherwise the comparison co ... Case expressions. MySQL and MariaDB The condition argument is ignored with MySQL and MariaDB as neither suppo ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 5601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to the template loader's root directory. A string argument may also be a relative path starting with ./ or .. ... タグを使ってください。 firstof ¶ Outputs the first argument variable that is not "false" (i.e. exists, is not ... to the template loader's root directory. A string argument may also be a relative path starting with ./ or .. ... %} {% lorem %} タグは 0 から 3 個の引数をとります: Argument 説明 count 生成する単語または段落の数を指定する、数 ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 5601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ication backends don't accept a positional request argument ( #28207 ). Fixed introspection of index field ord ... added in Django 1.11 of the fields in the defaults argument of QuerySet.get_or_create() and update_or_create() ...
https://man.plustar.jp/django/releases/1.11.2.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 5534
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on functions are regular functions that take three arguments: The current ModelAdmin An HttpRequest representi ... there, too. Changed in Django 3.2: The description argument to the action() decorator is equivalent to setting ... matically remove the action -- by passing a second argument to AdminSite.add_action() : admin . site . add_act ... the action() decorator and passing the permissions argument: @admin . action ( permissions = [ 'change' ]) def ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 5534
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... empty string is not considered a null value). Each argument must be of a similar type, so mixing text and numb ... () from returning None >>> # The aggregate default argument uses Coalesce() under the hood. >>> aggregated = A ... r expressions and returns the greatest value. Each argument must be of a similar type, so mixing text and numb ... s or expressions and returns the least value. Each argument must be of a similar type, so mixing text and numb ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT