検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 31 for transform (0.013 sec.)
Django 1.7 release notes — Django 4.0.6 ドキュメント 7522
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s ¶ It is now possible to write custom lookups and transforms for the ORM. Custom lookups work just like Django ... 's built-in lookups (e.g. lte , icontains ) while transforms are a new concept. The django.db.models.Lookup cl ... lte operator for DateFields . The django.db.models.Transform class allows transformations of database values pr ... lookup. For example it is possible to write a year transform that extracts year from the field's value. Transfo ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7522
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , or pixel size (among others). The new GDALRaster.transform() method allows transforming a raster into a diffe ... function, which returns the current date and time. Transform is now a subclass of Func() which allows Transform ... abase functions like Length , Lower , and Upper as transforms. SlugField now accepts an allow_unicode argument ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 7328
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o the SRID of the geometry or None . GEOSGeometry. transform ( ct , clone = False ) ¶ Transforms the geometry a ... ccording to the given coordinate transformation parameter ( ct ), which may be an integer SRI ... PROJ string, a SpatialReference object, or a CoordTransform object. By default, the geometry is transformed in ... rd is set, then the geometry is not modified and a transformed clone of the geometry is returned instead. 注釈 ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 7328
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tions for writing custom tags . フィルタ ¶ Filters transform the values of variables and tag arguments. They lo ...
https://man.plustar.jp/django/topics/templates.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7263
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... SONField , django.contrib.postgres.fields.jsonb.KeyTransform , and django.contrib.postgres.fields.jsonb.KeyText ... e checked and can be removed from custom backends. transform() will raise a GEOSException when called on a geom ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 7263
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... F() object represents the value of a model field, transformed value of a model field, or annotated column. It ... rations require Changed in Django 3.2: Support for transforms of the field was added. Avoiding race conditions ... ions positional arguments can include expressions, transforms of the model field, or the names of model fields. ... late attribute. Changed in Django 3.2: Support for transforms of the field was added. Changed in Django 4.0: Th ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7263
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... w be registered using a decorator pattern. The new Transform.bilateral attribute allows creating bilateral tran ... sformations. These transformations are applied to both lhs and rhs when used in ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 7263
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'my_key' , version = 3 ) 'hello world!' Cache key transformation ¶ As described in the previous two sections, ... cache_control() . Here are some more examples: no_transform=True must_revalidate=True stale_while_revalidate=n ... age Cache key prefixing Cache versioning Cache key transformation Cache key warnings 非同期サポート Downstream ...
https://man.plustar.jp/django/topics/cache.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 7198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is a subclass of RegisterLookupMixin and thus both Transform and Lookup can be registered on it to be used in Q ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7198
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se, so doing so will raise a TypeError . Combining transforms and aggregates requires the use of two annotate() ... s keyword arguments to values() . As above, if the transform has been registered on the relevant field type the ... at the expense of a small performance penalty for transforming the results into a named tuple. If you don't pa ... ire result set into memory. The result set is then transformed into Python row objects by the database adapter ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
PREV 1 2 3 4 NEXT