検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 174 for argument (0.113 sec.)
The syndication feed framework — Django 4.0.6 ドキュメント 4772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ist returned by items() with the following keyword arguments: item : the current item. For backward compatibil ... he framework also supports more complex feeds, via arguments. For example, a website could offer an RSS feed o ... ead, the syndication framework lets you access the arguments passed from your URLconf so feeds can output item ... nt:beat_id>/rss/' , BeatFeed ()), Like a view, the arguments in the URL are passed to the get_object() method ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 4772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hon class: class Model ( ** kwargs ) ¶ The keyword arguments are the names of the fields you've defined on you ... details on using the force_insert and force_update arguments, see INSERT や UPDATE を強制する . Details about ... the update_fields argument can be found in the どのフィールドを保存するか指定 ... ve ( update_fields = [ 'name' ]) The update_fields argument can be any iterable containing strings. An empty u ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 4772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... specific methods of the expression. Custom keyword arguments may be defined on this method if it's likely that ... pecialized Func() expression that only accepts one argument. It can also be used on the right hand side of a f ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 4772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... request ): ... user_passes_test() takes a required argument: a callable that takes a User object and returns T ... t anonymous. user_passes_test() takes two optional arguments: login_url Lets you specify the URL that users wh ... can pass the template_name parameter via the extra arguments to the as_view method in your URLconf. For exampl ... attribute. This form must accept a request keyword argument in its __init__() method and provide a get_user() ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 4772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... kend will be instantiated and used. If the keyword argument fail_silently is True , exceptions raised while se ... には2 つの方法があります。 You can pass it a single argument that is a MIMEBase instance. This will be inserted ...
https://man.plustar.jp/django/topics/email.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 4772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the same way: you can pass them in as the storage argument to a FileField . Using a callable ¶ You can use a ...
https://man.plustar.jp/django/topics/files.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 4772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e same level of convenience as render() . Required arguments ¶ request The request object used to generate thi ... e information on how templates are found. Optional arguments ¶ context A dictionary of values to add to the te ... ttpResponseRedirect to the appropriate URL for the arguments passed. The arguments could be: A model: the mode ... unction will be called. A view name, possibly with arguments: reverse() will be used to reverse-resolve the na ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 4772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to localize input and output data use its localize argument: class CashRegisterForm ( forms . Form ): product ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 4716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ve been swapped out. Set the corresponding keyword argument to True to include such models. Keyword arguments ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 4716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontain the %(truncated_text)s string # replacement argument so just append it to the text. if text . endswith ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]