Results of 1 - 10 of about 31 for Transform (0.028 sec.)
- Lookup API reference — Django 4.0.6 ドキュメント 15465
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
kup a field (e.g. the exact of field_name__exact ) Transform : to transform a field A lookup expression consist ...
ects.filter(author__best_friends__first_name... ); Transforms part (may be omitted) (e.g. __lower__first3chars_ ...
re Field , the base class of all model fields, and Transform , the base class of all Django transforms. class l ...
tered in the class mapped to the Lookup class. get_transform ( transform_name ) ¶ Returns a Transform named tra ...
-
https://man.plustar.jp/django/ref/models/lookups.html
- [similar]
- How to write custom lookups — Django 4.0.6 ドキュメント 11178
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
較の前に値を変換します: from django.db.models import Transform class AbsoluteValue ( Transform ): lookup_name = ' ...
ERE ABS ( "experiments" . "change" ) = 27 By using Transform instead of Lookup it means we are able to chain fu ...
T ... DISTINCT ON ABS ( "experiments" . "change" ) Transform``が適用された後、どのルックアップが許可されるかを探 ...
できます: from django.db.models import FloatField , Transform class AbsoluteValue ( Transform ): lookup_name = ' ...
-
https://man.plustar.jp/django/howto/custom-lookups.html
- [similar]
- Database Functions — Django 4.0.6 ドキュメント 10984
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
('date_field', lookup_name) . Each class is also a Transform registered on DateField and DateTimeField as __(lo ...
tetime_field', lookup_name) . Each class is also a Transform registered on DateTimeField as __(lookup_name) , e ...
, kind='year') . The subclasses are all defined as transforms, but they aren't registered with any fields, beca ...
n SQL truncate function. It's also registered as a transform on DateTimeField as __date . class TruncTime ( exp ...
-
https://man.plustar.jp/django/ref/models/database-functions.html
- [similar]
- Geographic Database Functions — Django 4.0.6 ドキュメント 8299
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
er LineLocatePoint SnapToGrid AsWKB PointOnSurface Transform AsWKT Translate GeoHash Area ¶ class Area ( expres ...
ut the intersection) between the given parameters. Transform ¶ class Transform ( expression , srid , ** extra ) ...
xpression and a SRID integer code, and returns the transformed geometry to the spatial reference system specifi ...
ntOnSurface Reverse Scale SnapToGrid SymDifference Transform Translate Union 前のトピックへ GIS QuerySet API リ ...
-
https://man.plustar.jp/django/ref/contrib/gis/functions.html
- [similar]
- GeoDjango Database API — Django 4.0.6 ドキュメント 7975
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
than that of the field, then it will be implicitly transformed into the SRID of the model's field, using the sp ...
atial database's transform procedure: >>> poly_3084 = GEOSGeometry ( 'POLYGON ...
geoapp_zipcode" ("code", "poly") VALUES (78212, ST_Transform(ST_GeomFromWKB('\\001 ... ', 3084), 4326)) Thus, g ...
X Scale X X SnapToGrid X X SymDifference X X X X X Transform X X X Translate X X Union X X X X X Aggregate Func ...
-
https://man.plustar.jp/django/ref/contrib/gis/db-api.html
- [similar]
- PostgreSQL specific model fields — Django 4.0.6 ドキュメント 7975
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
= 10 , blank = True ), size = 8 , ), size = 8 , ) Transformation of values between the database and the model, ...
ayField ¶ There are a number of custom lookups and transforms for ArrayField . We will use the following exampl ...
__len = 1 ) <QuerySet [<Post: Second post>]> Index transforms ¶ Index transforms index into the array. Any non- ...
size of the array. The lookups available after the transform are those from the base_field . For example: >>> P ...
-
https://man.plustar.jp/django/ref/contrib/postgres/fields.html
- [similar]
- GDAL API — Django 4.0.6 ドキュメント 7846
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ities of OGR, including the reading and coordinate transformation of vector spatial data and minimal support fo ...
supports spatial reference systems and coordinate transformation: >>> from django.contrib.gis.gdal import OGRG ...
>>> triangle . wkt 'LINEARRING (0 0,0 1,1 0,0 0)' transform ( coord_trans , clone = False ) ¶ Transforms this ...
ifferent spatial reference system. May take a CoordTransform object, a SpatialReference object, or any other in ...
-
https://man.plustar.jp/django/ref/contrib/gis/gdal.html
- [similar]
- LayerMapping data import utility — Django 4.0.6 ドキュメント 7846
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
1 Saved: Name: 2 Saved: Name: 3 Here, LayerMapping transformed the three geometries from the shapefile in their ...
= None , transaction_mode = 'commit_on_success' , transform = True , unique = True , using = 'default' ) ¶ The ...
be 'commit_on_success' (default) or 'autocommit' . transform Setting this to False will disable coordinate tran ...
-
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html
- [similar]
- Django 1.11.26 リリースノート — Django 4.0.6 ドキュメント 7846
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
right or left hand side of an expression is a key transform ( #30826 ). 目次 Django 1.11.26 リリースノート Bug ...
-
https://man.plustar.jp/django/releases/1.11.26.html
- [similar]
- Django 2.1.14 リリースノート — Django 4.0.6 ドキュメント 7846
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
right or left hand side of an expression is a key transform ( #30826 ). 目次 Django 2.1.14 リリースノート Bugf ...
-
https://man.plustar.jp/django/releases/2.1.14.html
- [similar]