Results of 1 - 10 of about 110 for single (0.131 sec.)
- Geographic Database Functions — Django 4.0.6 ドキュメント 17817
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
DB, MySQL , Oracle, PostGIS , SpatiaLite Accepts a single geographic field or expression and returns the are ...
(≥ 5.7.5), Oracle, PostGIS , SpatiaLite Accepts a single geographic field or expression and returns a GeoJS ...
ilability : Oracle, PostGIS , SpatiaLite Accepts a single geographic field or expression and returns a Geogr ...
) ¶ Availability : PostGIS , SpatiaLite Accepts a single geographic field or expression and returns a Keyho ...
-
https://man.plustar.jp/django/ref/contrib/gis/functions.html
- [similar]
- asgiref.sync — Django 4.0.6 ドキュメント 8775
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
used when in thread sensitive mode. By default, a single thread pool executor is shared within a process. I ...
Async is outermost), then this will be a dedicated single sub-thread that all sync code runs in, one after t ...
op references threadlocal = threading . local () # Single-thread executor for thread-sensitive code single_t ...
text" ) # Contextvar that is used to detect if the single thread executor # would be awaited on while alread ...
-
https://man.plustar.jp/django/_modules/asgiref/sync.html
- [similar]
- The "sites" framework — Django 4.0.6 ドキュメント 8356
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
names of your Django-powered sites. Use it if your single Django installation powers more than one site and ...
roducers edit all content -- on both sites -- in a single interface (the Django admin). It means the same st ...
be published twice in the database; it only has a single record in the database. It lets the site developer ...
t on this site" ) # ... Associating content with a single site ¶ Similarly, you can associate a model to the ...
-
https://man.plustar.jp/django/ref/contrib/sites.html
- [similar]
- クエリー式 — Django 4.0.6 ドキュメント 8356
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
_from_db () As well as being used in operations on single instances as above, F() can be used on QuerySets o ...
s of the field was added. Limiting a subquery to a single column ¶ There are times when a single column must ...
e, the subquery must use values() to return only a single column: the primary key of the post. Limiting the ...
subquery to a single row ¶ To prevent a subquery from returning multipl ...
-
https://man.plustar.jp/django/ref/models/expressions.html
- [similar]
- Model _meta API — Django 4.0.6 ドキュメント 8241
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
Retrieve all field instances of a model Retrieve a single field instance of a model by name Field access API ...
¶ Retrieving a single field instance of a model by name ¶ Options. get_f ...
目次 Model _meta API Field access API Retrieving a single field instance of a model by name Retrieving all f ...
lude , instance , Retrieving , Options , related , single , instances , models クイック検索 Last update: 202 ...
-
https://man.plustar.jp/django/ref/models/meta.html
- [similar]
- Form fields — Django 4.0.6 ドキュメント 8140
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
Field instance has a clean() method, which takes a single argument and either raises a django.core.exception ...
e logic of multiple fields that together produce a single value. This field is abstract and must be subclass ...
ed. In contrast with the single-value fields, subclasses of MultiValueField must n ...
alues are cleaned and subsequently combined into a single value. Each value of the field is cleaned by the c ...
-
https://man.plustar.jp/django/ref/forms/fields.html
- [similar]
- Full text search — Django 4.0.6 ドキュメント 7721
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
common way to use full text search is to search a single term against a single column in the database. For ...
fig = None , weight = None ) ¶ Searching against a single field is great but rather limiting. The Entry inst ...
arch_type is 'phrase' , the terms are treated as a single phrase. If search_type is 'raw' , then you can pro ...
s = None , fragment_delimiter = None ) ¶ Accepts a single text field or an expression, a query, a config, an ...
-
https://man.plustar.jp/django/ref/contrib/postgres/search.html
- [similar]
- Single object mixins — Django 4.0.6 ドキュメント 7619
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ontents | Index | Modules « previous | up | next » Single object mixins ¶ SingleObjectMixin ¶ class django.v ...
iews.generic.detail. SingleObjectMixin ¶ 現在の HTTP レスポンスに紐付いたオブジ ...
By default this returns the value of slug_field . SingleObjectTemplateResponseMixin ¶ class django.views.ge ...
neric.detail. SingleObjectTemplateResponseMixin ¶ 単一のオブジェクトイン ...
-
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html
- [similar]
- Database Functions — Django 4.0.6 ドキュメント 7403
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
lculate the number of sales per day. Trunc takes a single expression , representing a DateField , TimeField ...
rns the text representation of the expression as a single character. It works the same as Python's chr() fun ...
class Length ( expression , ** extra ) ¶ Accepts a single text field or expression and returns the number of ...
class Lower ( expression , ** extra ) ¶ Accepts a single text field or expression and returns the lowercase ...
-
https://man.plustar.jp/django/ref/models/database-functions.html
- [similar]
- GEOS API — Django 4.0.6 ドキュメント 7302
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
t the component coordinates of the point or with a single sequence coordinates. For example, the following a ...
String objects may also be created by passing in a single sequence of coordinate or Point objects: >>> ls = ...
ted by passing in Point objects as arguments, or a single sequence of Point objects: >>> mp = MultiPoint ( P ...
y passing in LineString objects as arguments, or a single sequence of LineString objects: >>> ls1 = LineStri ...
-
https://man.plustar.jp/django/ref/contrib/gis/geos.html
- [similar]