検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 122 for arguments (0.042 sec.)
Django 1.1.3 リリースノート — Django 4.0.6 ドキュメント 7938
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lationships. This is implemented by passing lookup arguments in the querystring portion of the URL, and options ... a model's structure and the format of these lookup arguments to invent useful new filters on the fly by manipul ... ib.admin will now validate that querystring lookup arguments either specify only fields on the model being view ... been , which , This , incompatible , querystring , arguments , lookup , backwards クイック検索 Last update: 202 ...
https://man.plustar.jp/django/releases/1.1.3.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 7777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , and trace() . These methods accept all the same arguments except for follow . Since this is just a factory f ... the capabilities of the test runner by adding new arguments. The **kwargs declaration allows for this expansio ... al command-line options. Create or override an add_arguments(cls, parser) class method and add custom arguments ... so that the test command will be able to use those arguments. New in Django 3.2: The enable_faulthandler and ti ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 7604
" + 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 compatibili ... he framework also supports more complex feeds, via arguments. For example, a website could offer an RSS feed of ... ead, the syndication framework lets you access the arguments passed from your URLconf so feeds can output items ... nt:beat_id>/rss/' , BeatFeed ()), Like a view, the arguments in the URL are passed to the get_object() method a ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 7517
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ps, with a base WMS layer provided by NASA . Field arguments ¶ In addition to the regular form field arguments ... GeoDjango form fields take the following optional arguments. srid ¶ Field. srid ¶ This is the SRID code that t ... ccess to map tiles. 目次 GeoDjango Forms API Field arguments srid geom_type Form field classes GeometryField Po ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7431
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... call. On PostgreSQL only, you can pass positional arguments ( *fields ) in order to specify the names of field ... }] > The values() method takes optional positional arguments, *fields , which specify field names to which the ... ]> The values() method also takes optional keyword arguments, **expressions , which are passed through to annot ... e within a values() clause is applied before other arguments within the same values() clause. If you need to gr ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 7357
" + 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_i ... する事も容易に可能です。これらのオプション機能は add_arguments() メソッドによって以下のように追加できます。: clas ... s Command ( BaseCommand ): def add_arguments ( self , parser ): # Positional arguments parser . ... s' , nargs = '+' , type = int ) # Named (optional) arguments parser . add_argument ( '--delete' , action = 'sto ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 7357
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... True , using = 'default' ) ¶ The following are the arguments and keywords that may be used during instantiation ... e.g., 'POINT' , 'LINESTRING' , 'POLYGON' . Keyword Arguments layer The index of the layer to use from the Data ... pathlib.Path data_source was added. save() Keyword Arguments ¶ LayerMapping. save ( verbose = False , fid_range ... or importing specific feature ranges. Save Keyword Arguments 説明 fid_range May be set with a slice or tuple of ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 7270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ity ¶ A class attribute that denotes the number of arguments the function accepts. If this attribute is set and ... emplate as the expressions placeholder. Positional arguments can be expressions or Python values. Strings are a ... to an empty result set. The expressions positional arguments can include expressions, transforms of the model f ... after it's retrieved from the database. Usually no arguments are needed when instantiating the model field as a ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 7184
" + 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.geo ... id = None ) ¶ Point objects are instantiated using arguments that represent the component coordinates of the po ... ty Point objects may be instantiated by passing no arguments or an empty sequence. The following are equivalent ... args ) ¶ LineString objects are instantiated using arguments that are either a sequence of coordinates or Point ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Full text search — Django 4.0.6 ドキュメント 7184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ese on Toast recipes>, <Entry: Pizza Recipes>] The arguments to SearchVector can be any Expression or the name ... of a field. Multiple arguments will be concatenated together using a space so tha ... on. Returns the trigram similarity between the two arguments. Usage example: >>> from django.contrib.postgres.s ... eturns the trigram word similarity between the two arguments. Usage example: >>> from django.contrib.postgres.s ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT