検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 174 for argument (0.082 sec.)
アプリケーション — Django 4.0.6 ドキュメント 5344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... try to be fully populated unless the require_ready argument is set to False . require_ready behaves exactly as ... . As a shortcut, this method also accepts a single argument in the form app_label.model_name . model_name is c ... xists. Raises ValueError when called with a single argument that doesn't contain exactly one dot. Requires the ... try to be fully populated unless the require_ready argument is set to False . Setting require_ready to False a ...
https://man.plustar.jp/django/ref/applications.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ialize ( "xml" , SomeModel . objects . all ()) The arguments to the serialize function are the format to seria ... and a QuerySet to serialize. (Actually, the second argument can be any iterator that yields Django model insta ... fields to be serialized, you can specify a fields argument to the serializer: from django.core import seriali ... ee, the deserialize function takes the same format argument as serialize , a string or stream of data, and ret ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
File オブジェクト — Django 4.0.6 ドキュメント 5288
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the file (which also does File.seek(0) ). The mode argument allows the same values as Python's built-in open() ... g' , content , save = True ) Note that the content argument must be an instance of either File or of a subclas ...
https://man.plustar.jp/django/ref/files/file.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5288
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on. Calling str() with the lazy translation as the argument will generate a string in the current locale. For ... almost all cases. The difference is when the first argument is a lazy translation instance. While smart_str() ... the opposite of smart_str() . It forces the first argument to a bytestring. The strings_only parameter has th ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5288
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ny data they want to ensure is in there as keyword arguments. get_context_data() returns a dictionary; in Cont ... extMixin it returns its keyword arguments, but it is common to override this to add more me ... relies on object_list being passed in as a keyword argument, which ListView arranges for it. To make a Templat ... ct. However, we need to explicitly pass a queryset argument because otherwise the default implementation of ge ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 5288
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s-based view ). The view gets passed the following arguments: HttpRequest のインスタンス。 If the matched URL ... the regular expression are provided as positional arguments. The keyword arguments are made up of any named p ... th expression that are provided, overridden by any arguments specified in the optional kwargs argument to djan ... ined to be exactly four digits long. Each captured argument is sent to the view as a string, regardless of wha ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5288
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... callable, the template system will call it with no arguments and use its result instead of the callable. タグ ... nd %} like this: {% csrf_token %} Most tags accept arguments: {% cycle 'odd' 'even' %} Some tags require begin ... Filters transform the values of variables and tag arguments. They look like this: {{ django | title }} With a ... Perfectionists With Deadlines Some filters take an argument: {{ my_date | date :"Y-m-d" }} A reference of buil ...
https://man.plustar.jp/django/topics/templates.html - [similar]
django.utils.decorators — Django 4.0.6 ドキュメント 5221
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ignature that 'decorator' expects i.e. no # 'self' argument, but it's a closure over self so it can call # 'fu ... r ( obj , name )): raise ValueError ( "The keyword argument `name` must be the name of a method " "of the deco ... middleware, but return a function that accepts the arguments to be passed to the middleware_class. Use like:: ...
https://man.plustar.jp/django/_modules/django/utils/decorators.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 5221
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( 5 , 23 ) All these constructors take the keyword argument srid . For example: >>> from django.contrib.gis.ge ... try objects. It initializes on the given geo_input argument, and then assumes the proper geometry subclass (e. ... id = None ) ¶ Point objects are instantiated using arguments that represent the component coordinates of the p ... ty Point objects may be instantiated by passing no arguments or an empty sequence. The following are equivalen ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
モデルフォーム関数 — Django 4.0.6 ドキュメント 5221
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... すべて modelform_factory() を通して引き渡されます。 Arguments formset , extra , can_delete , can_order , max_nu ... Django 3.2: The absolute_max and can_delete_extra arguments were added. Changed in Django 4.0: The renderer a ... Django 3.2: The absolute_max and can_delete_extra arguments were added. Changed in Django 4.0: The renderer a ...
https://man.plustar.jp/django/ref/forms/models.html - [similar]